OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mutable_unknown_fields
(Results
1 - 13
of
13
) sorted by null
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
metadata.h
80
GOOGLE_ATTRIBUTE_ALWAYS_INLINE UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::internal::InternalMetadataWithArena
108
mutable_unknown_fields
()->Swap(other->
mutable_unknown_fields
());
descriptor.pb.h
199
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::FileDescriptorSet
200
return _internal_metadata_.
mutable_unknown_fields
();
291
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::FileDescriptorProto
292
return _internal_metadata_.
mutable_unknown_fields
();
534
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::DescriptorProto_ExtensionRange
535
return _internal_metadata_.
mutable_unknown_fields
();
633
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::DescriptorProto_ReservedRange
634
return _internal_metadata_.
mutable_unknown_fields
();
732
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::DescriptorProto
733
return _internal_metadata_.
mutable_unknown_fields
();
949
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::FieldDescriptorProto
1241
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::OneofDescriptorProto
1335
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::EnumDescriptorProto
1454
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::EnumValueDescriptorProto
1570
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::ServiceDescriptorProto
1689
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::MethodDescriptorProto
1845
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::FileOptions
2133
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::MessageOptions
2268
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::FieldOptions
2479
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::EnumOptions
2594
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::EnumValueOptions
2699
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::ServiceOptions
2804
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::MethodOptions
2909
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::UninterpretedOption_NamePart
3016
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::UninterpretedOption
3185
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::SourceCodeInfo_Location
3339
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::SourceCodeInfo
3433
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::GeneratedCodeInfo_Annotation
3561
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::GeneratedCodeInfo
[
all
...]
/external/protobuf/src/google/protobuf/compiler/
plugin.pb.h
61
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::compiler::CodeGeneratorRequest
175
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::compiler::CodeGeneratorResponse_File
289
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::compiler::CodeGeneratorResponse
[
all
...]
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/
plugin.pb.h
61
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::compiler::CodeGeneratorRequest
178
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::compiler::CodeGeneratorResponse_File
295
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::compiler::CodeGeneratorResponse
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/
plugin.pb.h
61
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::compiler::CodeGeneratorRequest
178
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::compiler::CodeGeneratorResponse_File
295
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::compiler::CodeGeneratorResponse
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/
plugin.pb.h
61
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::compiler::CodeGeneratorRequest
178
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::compiler::CodeGeneratorResponse_File
295
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::compiler::CodeGeneratorResponse
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/
plugin.pb.h
64
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::compiler::CodeGeneratorRequest
65
return _internal_metadata_.
mutable_unknown_fields
();
188
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::compiler::CodeGeneratorResponse_File
189
return _internal_metadata_.
mutable_unknown_fields
();
312
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::compiler::CodeGeneratorResponse
313
return _internal_metadata_.
mutable_unknown_fields
();
[
all
...]
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/compiler/
plugin.pb.h
61
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::compiler::CodeGeneratorRequest
178
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::compiler::CodeGeneratorResponse_File
295
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::compiler::CodeGeneratorResponse
/external/protobuf/src/google/protobuf/
descriptor.pb.h
173
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::FileDescriptorSet
255
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::FileDescriptorProto
473
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::DescriptorProto_ExtensionRange
562
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::DescriptorProto
738
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::FieldDescriptorProto
984
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::OneofDescriptorProto
1068
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::EnumDescriptorProto
1177
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::EnumValueDescriptorProto
1283
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::ServiceDescriptorProto
1392
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::MethodDescriptorProto
1518
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::FileOptions
1763
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::MessageOptions
1878
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::FieldOptions
2053
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::EnumOptions
2158
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::EnumValueOptions
2253
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::ServiceOptions
2348
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::MethodOptions
2443
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::UninterpretedOption_NamePart
2537
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::UninterpretedOption
2696
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::SourceCodeInfo_Location
2823
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::SourceCodeInfo
[
all
...]
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor.pb.h
172
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::FileDescriptorSet
257
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::FileDescriptorProto
478
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::DescriptorProto_ExtensionRange
570
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::DescriptorProto
736
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::FieldDescriptorProto
975
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::EnumDescriptorProto
1087
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::EnumValueDescriptorProto
1196
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::ServiceDescriptorProto
1308
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::MethodDescriptorProto
1437
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::FileOptions
1655
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::MessageOptions
1763
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::FieldOptions
1941
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::EnumOptions
2039
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::EnumValueOptions
2127
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::ServiceOptions
2215
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::MethodOptions
2303
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::UninterpretedOption_NamePart
2400
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::UninterpretedOption
2562
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::SourceCodeInfo_Location
2692
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::SourceCodeInfo
[
all
...]
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor.pb.h
172
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::FileDescriptorSet
257
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::FileDescriptorProto
478
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::DescriptorProto_ExtensionRange
570
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::DescriptorProto
736
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::FieldDescriptorProto
975
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::EnumDescriptorProto
1087
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::EnumValueDescriptorProto
1196
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::ServiceDescriptorProto
1308
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::MethodDescriptorProto
1437
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::FileOptions
1655
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::MessageOptions
1763
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::FieldOptions
1941
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::EnumOptions
2039
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::EnumValueOptions
2127
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::ServiceOptions
2215
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::MethodOptions
2303
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::UninterpretedOption_NamePart
2400
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::UninterpretedOption
2562
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::SourceCodeInfo_Location
2692
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::SourceCodeInfo
[
all
...]
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor.pb.h
172
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::FileDescriptorSet
257
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::FileDescriptorProto
478
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::DescriptorProto_ExtensionRange
570
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::DescriptorProto
736
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::FieldDescriptorProto
975
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::EnumDescriptorProto
1087
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::EnumValueDescriptorProto
1196
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::ServiceDescriptorProto
1308
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::MethodDescriptorProto
1437
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::FileOptions
1655
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::MessageOptions
1763
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::FieldOptions
1941
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::EnumOptions
2039
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::EnumValueOptions
2127
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::ServiceOptions
2215
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::MethodOptions
2303
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::UninterpretedOption_NamePart
2400
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::UninterpretedOption
2562
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::SourceCodeInfo_Location
2692
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::SourceCodeInfo
[
all
...]
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
descriptor.pb.h
172
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::FileDescriptorSet
257
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::FileDescriptorProto
478
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::DescriptorProto_ExtensionRange
570
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::DescriptorProto
736
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::FieldDescriptorProto
975
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::EnumDescriptorProto
1087
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::EnumValueDescriptorProto
1196
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::ServiceDescriptorProto
1308
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::MethodDescriptorProto
1437
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::FileOptions
1655
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::MessageOptions
1763
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::FieldOptions
1941
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::EnumOptions
2039
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::EnumValueOptions
2127
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::ServiceOptions
2215
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::MethodOptions
2303
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::UninterpretedOption_NamePart
2400
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::UninterpretedOption
2562
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::SourceCodeInfo_Location
2692
inline ::google::protobuf::UnknownFieldSet*
mutable_unknown_fields
() {
function in class:google::protobuf::SourceCodeInfo
[
all
...]
Completed in 2070 milliseconds