Home
last modified time | relevance | path

Searched defs:containing_file (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/src/google/protobuf/compiler/
Dparser.cc754 const FileDescriptorProto* containing_file) { in ParseMessageDefinition()
859 const FileDescriptorProto* containing_file) { in ParseMessageBlock()
886 const FileDescriptorProto* containing_file) { in ParseMessageStatement()
942 const FileDescriptorProto* containing_file) { in ParseMessageField()
964 const FileDescriptorProto* containing_file) { in ParseMessageFieldNoLabel()
1197 const FileDescriptorProto* containing_file) { in ParseFieldOptions()
1226 const FileDescriptorProto* containing_file) { in ParseDefaultAssignment()
1364 const FileDescriptorProto* containing_file) { in ParseJsonName()
1389 const FileDescriptorProto* containing_file) { in ParseOptionNamePart()
1453 const FileDescriptorProto* containing_file, in ParseOption()
[all …]
/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_helpers.cc306 const FileDescriptor* containing_file = descriptor->file(); in GetGroupEndTag() local