Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
z
Classes
Class List
Class Hierarchy
Class Members
All
:
[
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
[
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
Enumerations
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Properties
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
z
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
grpc
third_party
protobuf
objectivec
GPBSourceContext.pbobjc.h
Go to the documentation of this file.
1
// Generated by the protocol buffer compiler. DO NOT EDIT!
2
// source: google/protobuf/source_context.proto
3
4
// This CPP symbol can be defined to use imports that match up to the framework
5
// imports needed when using CocoaPods.
6
#if !defined(GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS)
7
#define GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS 0
8
#endif
9
10
#if GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS
11
#import <Protobuf/GPBDescriptor.h>
12
#import <Protobuf/GPBMessage.h>
13
#import <Protobuf/GPBRootObject.h>
14
#else
15
#import "
GPBDescriptor.h
"
16
#import "
GPBMessage.h
"
17
#import "
GPBRootObject.h
"
18
#endif
19
20
#if GOOGLE_PROTOBUF_OBJC_VERSION < 30004
21
#error This file was generated by a newer version of protoc which is incompatible with your Protocol Buffer library sources.
22
#endif
23
#if 30004 < GOOGLE_PROTOBUF_OBJC_MIN_SUPPORTED_VERSION
24
#error This file was generated by an older version of protoc which is incompatible with your Protocol Buffer library sources.
25
#endif
26
27
// @@protoc_insertion_point(imports)
28
29
#pragma clang diagnostic push
30
#pragma clang diagnostic ignored "-Wdeprecated-declarations"
31
32
CF_EXTERN_C_BEGIN
33
34
NS_ASSUME_NONNULL_BEGIN
35
36
#pragma mark - GPBSourceContextRoot
37
48
GPB_FINAL
@interface
GPBSourceContextRoot
:
GPBRootObject
49
@end
50
51
#pragma mark - GPBSourceContext
52
53
typedef
GPB_ENUM
(GPBSourceContext_FieldNumber) {
54
GPBSourceContext_FieldNumber_FileName = 1,
55
};
56
61
GPB_FINAL
@interface
GPBSourceContext
:
GPBMessage
62
67
@property
(nonatomic, readwrite,
copy
, null_resettable) NSString *fileName;
68
69
@end
70
71
NS_ASSUME_NONNULL_END
72
73
CF_EXTERN_C_END
74
75
#pragma clang diagnostic pop
76
77
// @@protoc_insertion_point(global_scope)
copy
static int copy(grpc_slice_buffer *input, grpc_slice_buffer *output)
Definition:
message_compress.cc:145
GPB_FINAL
#define GPB_FINAL
Definition:
protobuf/objectivec/GPBBootstrap.h:120
GPBDescriptor.h
GPBSourceContext
Definition:
bloaty/third_party/protobuf/objectivec/google/protobuf/SourceContext.pbobjc.h:61
GPBSourceContextRoot
Definition:
bloaty/third_party/protobuf/objectivec/google/protobuf/SourceContext.pbobjc.h:48
GPB_ENUM
typedef GPB_ENUM(GPBSourceContext_FieldNumber)
Definition:
GPBSourceContext.pbobjc.h:53
GPBRootObject.h
GPBRootObject
Definition:
bloaty/third_party/protobuf/objectivec/GPBRootObject.h:42
GPBMessage
Definition:
bloaty/third_party/protobuf/objectivec/GPBMessage.h:83
GPBMessage.h
grpc
Author(s):
autogenerated on Thu Mar 13 2025 02:59:46