Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1257)

Side by Side Diff: third_party/protobuf/objectivec/google/protobuf/SourceContext.pbobjc.h

Issue 1842653006: Update //third_party/protobuf to version 3. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: google/protobuf/source_context.proto
3
4 #import "GPBProtocolBuffers.h"
5
6 #if GOOGLE_PROTOBUF_OBJC_GEN_VERSION != 30000
7 #error This file was generated by a different version of protoc which is incompa tible with your Protocol Buffer library sources.
8 #endif
9
10 // @@protoc_insertion_point(imports)
11
12 CF_EXTERN_C_BEGIN
13
14 NS_ASSUME_NONNULL_BEGIN
15
16 #pragma mark - GPBSourceContextRoot
17
18 @interface GPBSourceContextRoot : GPBRootObject
19
20 // The base class provides:
21 // + (GPBExtensionRegistry *)extensionRegistry;
22 // which is an GPBExtensionRegistry that includes all the extensions defined by
23 // this file and all files that it depends on.
24
25 @end
26
27 #pragma mark - GPBSourceContext
28
29 typedef GPB_ENUM(GPBSourceContext_FieldNumber) {
30 GPBSourceContext_FieldNumber_FileName = 1,
31 };
32
33 // `SourceContext` represents information about the source of a
34 // protobuf element, like the file in which it is defined.
35 @interface GPBSourceContext : GPBMessage
36
37 // The path-qualified name of the .proto file that contained the associated
38 // protobuf element. For example: `"google/protobuf/source.proto"`.
39 @property(nonatomic, readwrite, copy, null_resettable) NSString *fileName;
40
41 @end
42
43 NS_ASSUME_NONNULL_END
44
45 CF_EXTERN_C_END
46
47 // @@protoc_insertion_point(global_scope)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698