FileDescriptorProto   71 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java     public FileDescriptorProto toProto() { return proto; }
FileDescriptorProto  223 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java     public static FileDescriptor buildFrom(final FileDescriptorProto proto,
FileDescriptorProto  289 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java       FileDescriptorProto proto;
FileDescriptorProto  291 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java         proto = FileDescriptorProto.parseFrom(descriptorBytes);
FileDescriptorProto  311 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java           proto = FileDescriptorProto.parseFrom(descriptorBytes, registry);
FileDescriptorProto  338 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java     private FileDescriptorProto proto;
FileDescriptorProto  347 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java     private FileDescriptor(final FileDescriptorProto proto,
FileDescriptorProto  416 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java     private void setProto(final FileDescriptorProto proto) {
FileDescriptorProto   37 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java import com.google.protobuf.DescriptorProtos.FileDescriptorProto;
FileDescriptorProto  437 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java     FileDescriptorProto fileDescriptorProto = FileDescriptorProto.newBuilder()
FileDescriptorProto  469 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java     FileDescriptorProto fileDescriptorProto = FileDescriptorProto.newBuilder()
FileDescriptorProto  515 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java     FileDescriptorProto fooProto = FileDescriptorProto.newBuilder()
FileDescriptorProto  517 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java     FileDescriptorProto barProto = FileDescriptorProto.newBuilder()
FileDescriptorProto  535 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java     FileDescriptorProto barProto = FileDescriptorProto.newBuilder()
FileDescriptorProto  539 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java     FileDescriptorProto forwardProto = FileDescriptorProto.newBuilder()
FileDescriptorProto  543 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java     FileDescriptorProto fooProto = FileDescriptorProto.newBuilder()
FileDescriptorProto  570 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java     FileDescriptorProto barProto = FileDescriptorProto.newBuilder()
FileDescriptorProto  574 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java     FileDescriptorProto forwardProto = FileDescriptorProto.newBuilder()
FileDescriptorProto  579 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java     FileDescriptorProto fooProto = FileDescriptorProto.newBuilder()
FileDescriptorProto  603 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java     FileDescriptorProto fooProto = FileDescriptorProto.newBuilder()
FileDescriptorProto  612 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java     FileDescriptorProto barProto = FileDescriptorProto.newBuilder()
FileDescriptorProto  302 third_party/protobuf/python/google/protobuf/pyext/python_descriptor.cc   google::protobuf::FileDescriptorProto file_proto;
FileDescriptorProto  709 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc       FileDescriptorProto file;
FileDescriptorProto 1378 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc       FileDescriptorProto* file_proto = file_set.add_file();
FileDescriptorProto 1414 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc     RepeatedPtrField<FileDescriptorProto>* output) {
FileDescriptorProto 1427 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc   FileDescriptorProto* new_descriptor = output->Add();
FileDescriptorProto   53 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.h class FileDescriptorProto;   // descriptor.pb.h
FileDescriptorProto  260 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.h       RepeatedPtrField<FileDescriptorProto>* output);
FileDescriptorProto  567 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc     FileDescriptorProto file_proto;
FileDescriptorProto  120 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_unittest.cc   FileDescriptorProto generated_decsriptor_proto, parsed_descriptor_proto;
FileDescriptorProto  123 third_party/protobuf/src/google/protobuf/compiler/importer.cc     const string& filename, FileDescriptorProto* output) {
FileDescriptorProto  151 third_party/protobuf/src/google/protobuf/compiler/importer.cc     const string& symbol_name, FileDescriptorProto* output) {
FileDescriptorProto  157 third_party/protobuf/src/google/protobuf/compiler/importer.cc     FileDescriptorProto* output) {
FileDescriptorProto   99 third_party/protobuf/src/google/protobuf/compiler/importer.h   bool FindFileByName(const string& filename, FileDescriptorProto* output);
FileDescriptorProto  101 third_party/protobuf/src/google/protobuf/compiler/importer.h                                 FileDescriptorProto* output);
FileDescriptorProto  104 third_party/protobuf/src/google/protobuf/compiler/importer.h                                    FileDescriptorProto* output);
FileDescriptorProto   97 third_party/protobuf/src/google/protobuf/compiler/java/java_file.cc void CollectExtensions(const FileDescriptorProto& file_proto,
FileDescriptorProto  292 third_party/protobuf/src/google/protobuf/compiler/java/java_file.cc   FileDescriptorProto file_proto;
FileDescriptorProto  137 third_party/protobuf/src/google/protobuf/compiler/mock_code_generator.cc         FileDescriptorProto file_descriptor_proto;
FileDescriptorProto  411 third_party/protobuf/src/google/protobuf/compiler/parser.cc bool Parser::Parse(io::Tokenizer* input, FileDescriptorProto* file) {
FileDescriptorProto  484 third_party/protobuf/src/google/protobuf/compiler/parser.cc bool Parser::ParseTopLevelStatement(FileDescriptorProto* file,
FileDescriptorProto  491 third_party/protobuf/src/google/protobuf/compiler/parser.cc       FileDescriptorProto::kMessageTypeFieldNumber, file->message_type_size());
FileDescriptorProto  495 third_party/protobuf/src/google/protobuf/compiler/parser.cc       FileDescriptorProto::kEnumTypeFieldNumber, file->enum_type_size());
FileDescriptorProto  499 third_party/protobuf/src/google/protobuf/compiler/parser.cc       FileDescriptorProto::kServiceFieldNumber, file->service_size());
FileDescriptorProto  503 third_party/protobuf/src/google/protobuf/compiler/parser.cc         FileDescriptorProto::kExtensionFieldNumber);
FileDescriptorProto  507 third_party/protobuf/src/google/protobuf/compiler/parser.cc                        FileDescriptorProto::kMessageTypeFieldNumber,
FileDescriptorProto  518 third_party/protobuf/src/google/protobuf/compiler/parser.cc         FileDescriptorProto::kOptionsFieldNumber);
FileDescriptorProto 1512 third_party/protobuf/src/google/protobuf/compiler/parser.cc bool Parser::ParsePackage(FileDescriptorProto* file,
FileDescriptorProto 1525 third_party/protobuf/src/google/protobuf/compiler/parser.cc                               FileDescriptorProto::kPackageFieldNumber);
FileDescriptorProto 1551 third_party/protobuf/src/google/protobuf/compiler/parser.cc         root_location, FileDescriptorProto::kPublicDependencyFieldNumber,
FileDescriptorProto 1557 third_party/protobuf/src/google/protobuf/compiler/parser.cc         root_location, FileDescriptorProto::kWeakDependencyFieldNumber,
FileDescriptorProto 1564 third_party/protobuf/src/google/protobuf/compiler/parser.cc                               FileDescriptorProto::kDependencyFieldNumber,
FileDescriptorProto   73 third_party/protobuf/src/google/protobuf/compiler/parser.h   bool Parse(io::Tokenizer* input, FileDescriptorProto* file);
FileDescriptorProto  282 third_party/protobuf/src/google/protobuf/compiler/parser.h   bool ParseTopLevelStatement(FileDescriptorProto* file,
FileDescriptorProto  292 third_party/protobuf/src/google/protobuf/compiler/parser.h   bool ParsePackage(FileDescriptorProto* file,
FileDescriptorProto  118 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc     FileDescriptorProto actual, expected;
FileDescriptorProto  148 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc     FileDescriptorProto file;
FileDescriptorProto  161 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc     FileDescriptorProto file;
FileDescriptorProto 1096 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   FileDescriptorProto other_file;
FileDescriptorProto 1275 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc void SortMessages(FileDescriptorProto *file_descriptor_proto) {
FileDescriptorProto 1289 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   FileDescriptorProto expected;
FileDescriptorProto 1298 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   FileDescriptorProto parsed;
FileDescriptorProto 1310 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   FileDescriptorProto public_import_proto;
FileDescriptorProto 1315 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   FileDescriptorProto import_proto;
FileDescriptorProto 1338 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   FileDescriptorProto expected;
FileDescriptorProto 1345 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   FileDescriptorProto parsed;
FileDescriptorProto 1356 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   const FileDescriptor* import = FileDescriptorProto::descriptor()->file();
FileDescriptorProto 1357 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   FileDescriptorProto import_proto;
FileDescriptorProto 1484 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   FileDescriptorProto file_;
FileDescriptorProto  131 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h   inline const ::google::protobuf::FileDescriptorProto& proto_file(int index) const;
FileDescriptorProto  132 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h   inline ::google::protobuf::FileDescriptorProto* mutable_proto_file(int index);
FileDescriptorProto  133 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h   inline ::google::protobuf::FileDescriptorProto* add_proto_file();
FileDescriptorProto  134 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h   inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::FileDescriptorProto >&
FileDescriptorProto  136 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h   inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::FileDescriptorProto >*
FileDescriptorProto  148 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h   ::google::protobuf::RepeatedPtrField< ::google::protobuf::FileDescriptorProto > proto_file_;
FileDescriptorProto  507 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h inline const ::google::protobuf::FileDescriptorProto& CodeGeneratorRequest::proto_file(int index) const {
FileDescriptorProto  510 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h inline ::google::protobuf::FileDescriptorProto* CodeGeneratorRequest::mutable_proto_file(int index) {
FileDescriptorProto  513 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h inline ::google::protobuf::FileDescriptorProto* CodeGeneratorRequest::add_proto_file() {
FileDescriptorProto  516 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::FileDescriptorProto >&
FileDescriptorProto  520 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::FileDescriptorProto >*
FileDescriptorProto  265 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc   FileDescriptorProto fdp;
FileDescriptorProto 1323 third_party/protobuf/src/google/protobuf/descriptor.cc   FileDescriptorProto file_proto;
FileDescriptorProto 1375 third_party/protobuf/src/google/protobuf/descriptor.cc   FileDescriptorProto file_proto;
FileDescriptorProto 1398 third_party/protobuf/src/google/protobuf/descriptor.cc   FileDescriptorProto file_proto;
FileDescriptorProto 1468 third_party/protobuf/src/google/protobuf/descriptor.cc void FileDescriptor::CopyTo(FileDescriptorProto* proto) const {
FileDescriptorProto 1502 third_party/protobuf/src/google/protobuf/descriptor.cc void FileDescriptor::CopySourceCodeInfoTo(FileDescriptorProto* proto) const {
FileDescriptorProto 2064 third_party/protobuf/src/google/protobuf/descriptor.cc     output->push_back(FileDescriptorProto::kMessageTypeFieldNumber);
FileDescriptorProto 2081 third_party/protobuf/src/google/protobuf/descriptor.cc     output->push_back(FileDescriptorProto::kEnumTypeFieldNumber);
FileDescriptorProto 2093 third_party/protobuf/src/google/protobuf/descriptor.cc   output->push_back(FileDescriptorProto::kServiceFieldNumber);
FileDescriptorProto 2137 third_party/protobuf/src/google/protobuf/descriptor.cc   const FileDescriptor* BuildFile(const FileDescriptorProto& proto);
FileDescriptorProto 2332 third_party/protobuf/src/google/protobuf/descriptor.cc   void CrossLinkFile(FileDescriptor* file, const FileDescriptorProto& proto);
FileDescriptorProto 2478 third_party/protobuf/src/google/protobuf/descriptor.cc                            const FileDescriptorProto& proto);
FileDescriptorProto 2498 third_party/protobuf/src/google/protobuf/descriptor.cc     const FileDescriptorProto& proto) {
FileDescriptorProto 2508 third_party/protobuf/src/google/protobuf/descriptor.cc     const FileDescriptorProto& proto,
FileDescriptorProto 2520 third_party/protobuf/src/google/protobuf/descriptor.cc     const FileDescriptorProto& proto) const {
FileDescriptorProto 3019 third_party/protobuf/src/google/protobuf/descriptor.cc     const FileDescriptorProto& proto) {
FileDescriptorProto 3030 third_party/protobuf/src/google/protobuf/descriptor.cc     FileDescriptorProto existing_proto;
FileDescriptorProto 3738 third_party/protobuf/src/google/protobuf/descriptor.cc     FileDescriptor* file, const FileDescriptorProto& proto) {
FileDescriptorProto 4030 third_party/protobuf/src/google/protobuf/descriptor.cc                                             const FileDescriptorProto& proto) {
FileDescriptorProto   87 third_party/protobuf/src/google/protobuf/descriptor.h class FileDescriptorProto;
FileDescriptorProto  979 third_party/protobuf/src/google/protobuf/descriptor.h   void CopyTo(FileDescriptorProto* proto) const;
FileDescriptorProto  982 third_party/protobuf/src/google/protobuf/descriptor.h   void CopySourceCodeInfoTo(FileDescriptorProto* proto) const;
FileDescriptorProto 1178 third_party/protobuf/src/google/protobuf/descriptor.h   const FileDescriptor* BuildFile(const FileDescriptorProto& proto);
FileDescriptorProto 1182 third_party/protobuf/src/google/protobuf/descriptor.h     const FileDescriptorProto& proto,
FileDescriptorProto 1283 third_party/protobuf/src/google/protobuf/descriptor.h     const FileDescriptorProto& proto) const;
FileDescriptorProto  115 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FileDescriptorProto, name_),
FileDescriptorProto  116 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FileDescriptorProto, package_),
FileDescriptorProto  117 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FileDescriptorProto, dependency_),
FileDescriptorProto  118 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FileDescriptorProto, public_dependency_),
FileDescriptorProto  119 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FileDescriptorProto, weak_dependency_),
FileDescriptorProto  120 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FileDescriptorProto, message_type_),
FileDescriptorProto  121 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FileDescriptorProto, enum_type_),
FileDescriptorProto  122 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FileDescriptorProto, service_),
FileDescriptorProto  123 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FileDescriptorProto, extension_),
FileDescriptorProto  124 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FileDescriptorProto, options_),
FileDescriptorProto  125 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FileDescriptorProto, source_code_info_),
FileDescriptorProto  130 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       FileDescriptorProto::default_instance_,
FileDescriptorProto  132 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FileDescriptorProto, _has_bits_[0]),
FileDescriptorProto  133 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FileDescriptorProto, _unknown_fields_),
FileDescriptorProto  137 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       sizeof(FileDescriptorProto));
FileDescriptorProto  479 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     FileDescriptorProto_descriptor_, &FileDescriptorProto::default_instance());
FileDescriptorProto  523 third_party/protobuf/src/google/protobuf/descriptor.pb.cc   delete FileDescriptorProto::default_instance_;
FileDescriptorProto  678 third_party/protobuf/src/google/protobuf/descriptor.pb.cc   FileDescriptorProto::default_instance_ = new FileDescriptorProto();
FileDescriptorProto  698 third_party/protobuf/src/google/protobuf/descriptor.pb.cc   FileDescriptorProto::default_instance_->InitAsDefaultInstance();
FileDescriptorProto  936 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const int FileDescriptorProto::kNameFieldNumber;
FileDescriptorProto  937 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const int FileDescriptorProto::kPackageFieldNumber;
FileDescriptorProto  938 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const int FileDescriptorProto::kDependencyFieldNumber;
FileDescriptorProto  939 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const int FileDescriptorProto::kPublicDependencyFieldNumber;
FileDescriptorProto  940 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const int FileDescriptorProto::kWeakDependencyFieldNumber;
FileDescriptorProto  941 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const int FileDescriptorProto::kMessageTypeFieldNumber;
FileDescriptorProto  942 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const int FileDescriptorProto::kEnumTypeFieldNumber;
FileDescriptorProto  943 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const int FileDescriptorProto::kServiceFieldNumber;
FileDescriptorProto  944 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const int FileDescriptorProto::kExtensionFieldNumber;
FileDescriptorProto  945 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const int FileDescriptorProto::kOptionsFieldNumber;
FileDescriptorProto  946 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const int FileDescriptorProto::kSourceCodeInfoFieldNumber;
FileDescriptorProto  949 third_party/protobuf/src/google/protobuf/descriptor.pb.cc FileDescriptorProto::FileDescriptorProto()
FileDescriptorProto  954 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void FileDescriptorProto::InitAsDefaultInstance() {
FileDescriptorProto  959 third_party/protobuf/src/google/protobuf/descriptor.pb.cc FileDescriptorProto::FileDescriptorProto(const FileDescriptorProto& from)
FileDescriptorProto  965 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void FileDescriptorProto::SharedCtor() {
FileDescriptorProto  974 third_party/protobuf/src/google/protobuf/descriptor.pb.cc FileDescriptorProto::~FileDescriptorProto() {
FileDescriptorProto  978 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void FileDescriptorProto::SharedDtor() {
FileDescriptorProto  991 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void FileDescriptorProto::SetCachedSize(int size) const {
FileDescriptorProto  996 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const ::google::protobuf::Descriptor* FileDescriptorProto::descriptor() {
FileDescriptorProto 1001 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const FileDescriptorProto& FileDescriptorProto::default_instance() {
FileDescriptorProto 1006 third_party/protobuf/src/google/protobuf/descriptor.pb.cc FileDescriptorProto* FileDescriptorProto::default_instance_ = NULL;
FileDescriptorProto 1008 third_party/protobuf/src/google/protobuf/descriptor.pb.cc FileDescriptorProto* FileDescriptorProto::New() const {
FileDescriptorProto 1009 third_party/protobuf/src/google/protobuf/descriptor.pb.cc   return new FileDescriptorProto;
FileDescriptorProto 1012 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void FileDescriptorProto::Clear() {
FileDescriptorProto 1044 third_party/protobuf/src/google/protobuf/descriptor.pb.cc bool FileDescriptorProto::MergePartialFromCodedStream(
FileDescriptorProto 1250 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void FileDescriptorProto::SerializeWithCachedSizes(
FileDescriptorProto 1333 third_party/protobuf/src/google/protobuf/descriptor.pb.cc ::google::protobuf::uint8* FileDescriptorProto::SerializeWithCachedSizesToArray(
FileDescriptorProto 1425 third_party/protobuf/src/google/protobuf/descriptor.pb.cc int FileDescriptorProto::ByteSize() const {
FileDescriptorProto 1530 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void FileDescriptorProto::MergeFrom(const ::google::protobuf::Message& from) {
FileDescriptorProto 1532 third_party/protobuf/src/google/protobuf/descriptor.pb.cc   const FileDescriptorProto* source =
FileDescriptorProto 1533 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     ::google::protobuf::internal::dynamic_cast_if_available<const FileDescriptorProto*>(
FileDescriptorProto 1542 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void FileDescriptorProto::MergeFrom(const FileDescriptorProto& from) {
FileDescriptorProto 1570 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void FileDescriptorProto::CopyFrom(const ::google::protobuf::Message& from) {
FileDescriptorProto 1576 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void FileDescriptorProto::CopyFrom(const FileDescriptorProto& from) {
FileDescriptorProto 1582 third_party/protobuf/src/google/protobuf/descriptor.pb.cc bool FileDescriptorProto::IsInitialized() const {
FileDescriptorProto 1602 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void FileDescriptorProto::Swap(FileDescriptorProto* other) {
FileDescriptorProto 1621 third_party/protobuf/src/google/protobuf/descriptor.pb.cc ::google::protobuf::Metadata FileDescriptorProto::GetMetadata() const {
FileDescriptorProto   39 third_party/protobuf/src/google/protobuf/descriptor.pb.h class FileDescriptorProto;
FileDescriptorProto  214 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline const ::google::protobuf::FileDescriptorProto& file(int index) const;
FileDescriptorProto  215 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline ::google::protobuf::FileDescriptorProto* mutable_file(int index);
FileDescriptorProto  216 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline ::google::protobuf::FileDescriptorProto* add_file();
FileDescriptorProto  217 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::FileDescriptorProto >&
FileDescriptorProto  219 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::FileDescriptorProto >*
FileDescriptorProto  227 third_party/protobuf/src/google/protobuf/descriptor.pb.h   ::google::protobuf::RepeatedPtrField< ::google::protobuf::FileDescriptorProto > file_;
FileDescriptorProto  241 third_party/protobuf/src/google/protobuf/descriptor.pb.h class LIBPROTOBUF_EXPORT FileDescriptorProto : public ::google::protobuf::Message {
FileDescriptorProto  243 third_party/protobuf/src/google/protobuf/descriptor.pb.h   FileDescriptorProto();
FileDescriptorProto  244 third_party/protobuf/src/google/protobuf/descriptor.pb.h   virtual ~FileDescriptorProto();
FileDescriptorProto  246 third_party/protobuf/src/google/protobuf/descriptor.pb.h   FileDescriptorProto(const FileDescriptorProto& from);
FileDescriptorProto  248 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline FileDescriptorProto& operator=(const FileDescriptorProto& from) {
FileDescriptorProto  262 third_party/protobuf/src/google/protobuf/descriptor.pb.h   static const FileDescriptorProto& default_instance();
FileDescriptorProto  264 third_party/protobuf/src/google/protobuf/descriptor.pb.h   void Swap(FileDescriptorProto* other);
FileDescriptorProto  268 third_party/protobuf/src/google/protobuf/descriptor.pb.h   FileDescriptorProto* New() const;
FileDescriptorProto  271 third_party/protobuf/src/google/protobuf/descriptor.pb.h   void CopyFrom(const FileDescriptorProto& from);
FileDescriptorProto  272 third_party/protobuf/src/google/protobuf/descriptor.pb.h   void MergeFrom(const FileDescriptorProto& from);
FileDescriptorProto  458 third_party/protobuf/src/google/protobuf/descriptor.pb.h   static FileDescriptorProto* default_instance_;
FileDescriptorProto 2785 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline const ::google::protobuf::FileDescriptorProto& FileDescriptorSet::file(int index) const {
FileDescriptorProto 2788 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::FileDescriptorProto* FileDescriptorSet::mutable_file(int index) {
FileDescriptorProto 2791 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::FileDescriptorProto* FileDescriptorSet::add_file() {
FileDescriptorProto 2794 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::FileDescriptorProto >&
FileDescriptorProto 2798 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::FileDescriptorProto >*
FileDescriptorProto 2808 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline bool FileDescriptorProto::has_name() const {
FileDescriptorProto 2811 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileDescriptorProto::set_has_name() {
FileDescriptorProto 2814 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileDescriptorProto::clear_has_name() {
FileDescriptorProto 2817 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileDescriptorProto::clear_name() {
FileDescriptorProto 2823 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline const ::std::string& FileDescriptorProto::name() const {
FileDescriptorProto 2826 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileDescriptorProto::set_name(const ::std::string& value) {
FileDescriptorProto 2833 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileDescriptorProto::set_name(const char* value) {
FileDescriptorProto 2840 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileDescriptorProto::set_name(const char* value, size_t size) {
FileDescriptorProto 2847 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::std::string* FileDescriptorProto::mutable_name() {
FileDescriptorProto 2854 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::std::string* FileDescriptorProto::release_name() {
FileDescriptorProto 2864 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileDescriptorProto::set_allocated_name(::std::string* name) {
FileDescriptorProto 2878 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline bool FileDescriptorProto::has_package() const {
FileDescriptorProto 2881 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileDescriptorProto::set_has_package() {
FileDescriptorProto 2884 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileDescriptorProto::clear_has_package() {
FileDescriptorProto 2887 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileDescriptorProto::clear_package() {
FileDescriptorProto 2893 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline const ::std::string& FileDescriptorProto::package() const {
FileDescriptorProto 2896 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileDescriptorProto::set_package(const ::std::string& value) {
FileDescriptorProto 2903 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileDescriptorProto::set_package(const char* value) {
FileDescriptorProto 2910 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileDescriptorProto::set_package(const char* value, size_t size) {
FileDescriptorProto 2917 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::std::string* FileDescriptorProto::mutable_package() {
FileDescriptorProto 2924 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::std::string* FileDescriptorProto::release_package() {
FileDescriptorProto 2934 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileDescriptorProto::set_allocated_package(::std::string* package) {
FileDescriptorProto 2948 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline int FileDescriptorProto::dependency_size() const {
FileDescriptorProto 2951 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileDescriptorProto::clear_dependency() {
FileDescriptorProto 2954 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline const ::std::string& FileDescriptorProto::dependency(int index) const {
FileDescriptorProto 2957 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::std::string* FileDescriptorProto::mutable_dependency(int index) {
FileDescriptorProto 2960 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileDescriptorProto::set_dependency(int index, const ::std::string& value) {
FileDescriptorProto 2963 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileDescriptorProto::set_dependency(int index, const char* value) {
FileDescriptorProto 2966 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileDescriptorProto::set_dependency(int index, const char* value, size_t size) {
FileDescriptorProto 2970 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::std::string* FileDescriptorProto::add_dependency() {
FileDescriptorProto 2973 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileDescriptorProto::add_dependency(const ::std::string& value) {
FileDescriptorProto 2976 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileDescriptorProto::add_dependency(const char* value) {
FileDescriptorProto 2979 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileDescriptorProto::add_dependency(const char* value, size_t size) {
FileDescriptorProto 2983 third_party/protobuf/src/google/protobuf/descriptor.pb.h FileDescriptorProto::dependency() const {
FileDescriptorProto 2987 third_party/protobuf/src/google/protobuf/descriptor.pb.h FileDescriptorProto::mutable_dependency() {
FileDescriptorProto 2992 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline int FileDescriptorProto::public_dependency_size() const {
FileDescriptorProto 2995 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileDescriptorProto::clear_public_dependency() {
FileDescriptorProto 2998 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::int32 FileDescriptorProto::public_dependency(int index) const {
FileDescriptorProto 3001 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileDescriptorProto::set_public_dependency(int index, ::google::protobuf::int32 value) {
FileDescriptorProto 3004 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileDescriptorProto::add_public_dependency(::google::protobuf::int32 value) {
FileDescriptorProto 3008 third_party/protobuf/src/google/protobuf/descriptor.pb.h FileDescriptorProto::public_dependency() const {
FileDescriptorProto 3012 third_party/protobuf/src/google/protobuf/descriptor.pb.h FileDescriptorProto::mutable_public_dependency() {
FileDescriptorProto 3017 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline int FileDescriptorProto::weak_dependency_size() const {
FileDescriptorProto 3020 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileDescriptorProto::clear_weak_dependency() {
FileDescriptorProto 3023 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::int32 FileDescriptorProto::weak_dependency(int index) const {
FileDescriptorProto 3026 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileDescriptorProto::set_weak_dependency(int index, ::google::protobuf::int32 value) {
FileDescriptorProto 3029 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileDescriptorProto::add_weak_dependency(::google::protobuf::int32 value) {
FileDescriptorProto 3033 third_party/protobuf/src/google/protobuf/descriptor.pb.h FileDescriptorProto::weak_dependency() const {
FileDescriptorProto 3037 third_party/protobuf/src/google/protobuf/descriptor.pb.h FileDescriptorProto::mutable_weak_dependency() {
FileDescriptorProto 3042 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline int FileDescriptorProto::message_type_size() const {
FileDescriptorProto 3045 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileDescriptorProto::clear_message_type() {
FileDescriptorProto 3048 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline const ::google::protobuf::DescriptorProto& FileDescriptorProto::message_type(int index) const {
FileDescriptorProto 3051 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::DescriptorProto* FileDescriptorProto::mutable_message_type(int index) {
FileDescriptorProto 3054 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::DescriptorProto* FileDescriptorProto::add_message_type() {
FileDescriptorProto 3058 third_party/protobuf/src/google/protobuf/descriptor.pb.h FileDescriptorProto::message_type() const {
FileDescriptorProto 3062 third_party/protobuf/src/google/protobuf/descriptor.pb.h FileDescriptorProto::mutable_message_type() {
FileDescriptorProto 3067 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline int FileDescriptorProto::enum_type_size() const {
FileDescriptorProto 3070 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileDescriptorProto::clear_enum_type() {
FileDescriptorProto 3073 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline const ::google::protobuf::EnumDescriptorProto& FileDescriptorProto::enum_type(int index) const {
FileDescriptorProto 3076 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::EnumDescriptorProto* FileDescriptorProto::mutable_enum_type(int index) {
FileDescriptorProto 3079 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::EnumDescriptorProto* FileDescriptorProto::add_enum_type() {
FileDescriptorProto 3083 third_party/protobuf/src/google/protobuf/descriptor.pb.h FileDescriptorProto::enum_type() const {
FileDescriptorProto 3087 third_party/protobuf/src/google/protobuf/descriptor.pb.h FileDescriptorProto::mutable_enum_type() {
FileDescriptorProto 3092 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline int FileDescriptorProto::service_size() const {
FileDescriptorProto 3095 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileDescriptorProto::clear_service() {
FileDescriptorProto 3098 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline const ::google::protobuf::ServiceDescriptorProto& FileDescriptorProto::service(int index) const {
FileDescriptorProto 3101 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::ServiceDescriptorProto* FileDescriptorProto::mutable_service(int index) {
FileDescriptorProto 3104 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::ServiceDescriptorProto* FileDescriptorProto::add_service() {
FileDescriptorProto 3108 third_party/protobuf/src/google/protobuf/descriptor.pb.h FileDescriptorProto::service() const {
FileDescriptorProto 3112 third_party/protobuf/src/google/protobuf/descriptor.pb.h FileDescriptorProto::mutable_service() {
FileDescriptorProto 3117 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline int FileDescriptorProto::extension_size() const {
FileDescriptorProto 3120 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileDescriptorProto::clear_extension() {
FileDescriptorProto 3123 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline const ::google::protobuf::FieldDescriptorProto& FileDescriptorProto::extension(int index) const {
FileDescriptorProto 3126 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::FieldDescriptorProto* FileDescriptorProto::mutable_extension(int index) {
FileDescriptorProto 3129 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::FieldDescriptorProto* FileDescriptorProto::add_extension() {
FileDescriptorProto 3133 third_party/protobuf/src/google/protobuf/descriptor.pb.h FileDescriptorProto::extension() const {
FileDescriptorProto 3137 third_party/protobuf/src/google/protobuf/descriptor.pb.h FileDescriptorProto::mutable_extension() {
FileDescriptorProto 3142 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline bool FileDescriptorProto::has_options() const {
FileDescriptorProto 3145 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileDescriptorProto::set_has_options() {
FileDescriptorProto 3148 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileDescriptorProto::clear_has_options() {
FileDescriptorProto 3151 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileDescriptorProto::clear_options() {
FileDescriptorProto 3155 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline const ::google::protobuf::FileOptions& FileDescriptorProto::options() const {
FileDescriptorProto 3158 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::FileOptions* FileDescriptorProto::mutable_options() {
FileDescriptorProto 3163 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::FileOptions* FileDescriptorProto::release_options() {
FileDescriptorProto 3169 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileDescriptorProto::set_allocated_options(::google::protobuf::FileOptions* options) {
FileDescriptorProto 3180 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline bool FileDescriptorProto::has_source_code_info() const {
FileDescriptorProto 3183 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileDescriptorProto::set_has_source_code_info() {
FileDescriptorProto 3186 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileDescriptorProto::clear_has_source_code_info() {
FileDescriptorProto 3189 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileDescriptorProto::clear_source_code_info() {
FileDescriptorProto 3193 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline const ::google::protobuf::SourceCodeInfo& FileDescriptorProto::source_code_info() const {
FileDescriptorProto 3196 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::SourceCodeInfo* FileDescriptorProto::mutable_source_code_info() {
FileDescriptorProto 3201 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::SourceCodeInfo* FileDescriptorProto::release_source_code_info() {
FileDescriptorProto 3207 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void FileDescriptorProto::set_allocated_source_code_info(::google::protobuf::SourceCodeInfo* source_code_info) {
FileDescriptorProto   54 third_party/protobuf/src/google/protobuf/descriptor_database.cc     const FileDescriptorProto& file,
FileDescriptorProto  256 third_party/protobuf/src/google/protobuf/descriptor_database.cc bool SimpleDescriptorDatabase::Add(const FileDescriptorProto& file) {
FileDescriptorProto  257 third_party/protobuf/src/google/protobuf/descriptor_database.cc   FileDescriptorProto* new_file = new FileDescriptorProto;
FileDescriptorProto  262 third_party/protobuf/src/google/protobuf/descriptor_database.cc bool SimpleDescriptorDatabase::AddAndOwn(const FileDescriptorProto* file) {
FileDescriptorProto  269 third_party/protobuf/src/google/protobuf/descriptor_database.cc     FileDescriptorProto* output) {
FileDescriptorProto  275 third_party/protobuf/src/google/protobuf/descriptor_database.cc     FileDescriptorProto* output) {
FileDescriptorProto  282 third_party/protobuf/src/google/protobuf/descriptor_database.cc     FileDescriptorProto* output) {
FileDescriptorProto  292 third_party/protobuf/src/google/protobuf/descriptor_database.cc bool SimpleDescriptorDatabase::MaybeCopy(const FileDescriptorProto* file,
FileDescriptorProto  293 third_party/protobuf/src/google/protobuf/descriptor_database.cc                                          FileDescriptorProto* output) {
FileDescriptorProto  310 third_party/protobuf/src/google/protobuf/descriptor_database.cc   FileDescriptorProto file;
FileDescriptorProto  330 third_party/protobuf/src/google/protobuf/descriptor_database.cc     FileDescriptorProto* output) {
FileDescriptorProto  336 third_party/protobuf/src/google/protobuf/descriptor_database.cc     FileDescriptorProto* output) {
FileDescriptorProto  352 third_party/protobuf/src/google/protobuf/descriptor_database.cc       FileDescriptorProto::kNameFieldNumber,
FileDescriptorProto  360 third_party/protobuf/src/google/protobuf/descriptor_database.cc     FileDescriptorProto file_proto;
FileDescriptorProto  372 third_party/protobuf/src/google/protobuf/descriptor_database.cc     FileDescriptorProto* output) {
FileDescriptorProto  385 third_party/protobuf/src/google/protobuf/descriptor_database.cc     FileDescriptorProto* output) {
FileDescriptorProto  398 third_party/protobuf/src/google/protobuf/descriptor_database.cc     FileDescriptorProto* output) {
FileDescriptorProto  408 third_party/protobuf/src/google/protobuf/descriptor_database.cc     FileDescriptorProto* output) {
FileDescriptorProto  419 third_party/protobuf/src/google/protobuf/descriptor_database.cc     FileDescriptorProto* output) {
FileDescriptorProto  463 third_party/protobuf/src/google/protobuf/descriptor_database.cc     FileDescriptorProto* output) {
FileDescriptorProto  474 third_party/protobuf/src/google/protobuf/descriptor_database.cc     FileDescriptorProto* output) {
FileDescriptorProto  481 third_party/protobuf/src/google/protobuf/descriptor_database.cc       FileDescriptorProto temp;
FileDescriptorProto  497 third_party/protobuf/src/google/protobuf/descriptor_database.cc     FileDescriptorProto* output) {
FileDescriptorProto  505 third_party/protobuf/src/google/protobuf/descriptor_database.cc       FileDescriptorProto temp;
FileDescriptorProto   73 third_party/protobuf/src/google/protobuf/descriptor_database.h                               FileDescriptorProto* output) = 0;
FileDescriptorProto   79 third_party/protobuf/src/google/protobuf/descriptor_database.h                                         FileDescriptorProto* output) = 0;
FileDescriptorProto   87 third_party/protobuf/src/google/protobuf/descriptor_database.h                                            FileDescriptorProto* output) = 0;
FileDescriptorProto  138 third_party/protobuf/src/google/protobuf/descriptor_database.h   bool Add(const FileDescriptorProto& file);
FileDescriptorProto  141 third_party/protobuf/src/google/protobuf/descriptor_database.h   bool AddAndOwn(const FileDescriptorProto* file);
FileDescriptorProto  145 third_party/protobuf/src/google/protobuf/descriptor_database.h                       FileDescriptorProto* output);
FileDescriptorProto  147 third_party/protobuf/src/google/protobuf/descriptor_database.h                                 FileDescriptorProto* output);
FileDescriptorProto  150 third_party/protobuf/src/google/protobuf/descriptor_database.h                                    FileDescriptorProto* output);
FileDescriptorProto  165 third_party/protobuf/src/google/protobuf/descriptor_database.h     bool AddFile(const FileDescriptorProto& file,
FileDescriptorProto  251 third_party/protobuf/src/google/protobuf/descriptor_database.h   DescriptorIndex<const FileDescriptorProto*> index_;
FileDescriptorProto  252 third_party/protobuf/src/google/protobuf/descriptor_database.h   vector<const FileDescriptorProto*> files_to_delete_;
FileDescriptorProto  256 third_party/protobuf/src/google/protobuf/descriptor_database.h   bool MaybeCopy(const FileDescriptorProto* file,
FileDescriptorProto  257 third_party/protobuf/src/google/protobuf/descriptor_database.h                  FileDescriptorProto* output);
FileDescriptorProto  290 third_party/protobuf/src/google/protobuf/descriptor_database.h                       FileDescriptorProto* output);
FileDescriptorProto  292 third_party/protobuf/src/google/protobuf/descriptor_database.h                                 FileDescriptorProto* output);
FileDescriptorProto  295 third_party/protobuf/src/google/protobuf/descriptor_database.h                                    FileDescriptorProto* output);
FileDescriptorProto  306 third_party/protobuf/src/google/protobuf/descriptor_database.h                   FileDescriptorProto* output);
FileDescriptorProto  319 third_party/protobuf/src/google/protobuf/descriptor_database.h                       FileDescriptorProto* output);
FileDescriptorProto  321 third_party/protobuf/src/google/protobuf/descriptor_database.h                                 FileDescriptorProto* output);
FileDescriptorProto  324 third_party/protobuf/src/google/protobuf/descriptor_database.h                                    FileDescriptorProto* output);
FileDescriptorProto  348 third_party/protobuf/src/google/protobuf/descriptor_database.h                       FileDescriptorProto* output);
FileDescriptorProto  350 third_party/protobuf/src/google/protobuf/descriptor_database.h                                 FileDescriptorProto* output);
FileDescriptorProto  353 third_party/protobuf/src/google/protobuf/descriptor_database.h                                    FileDescriptorProto* output);
FileDescriptorProto   55 third_party/protobuf/src/google/protobuf/descriptor_database_unittest.cc   FileDescriptorProto file_proto;
FileDescriptorProto   60 third_party/protobuf/src/google/protobuf/descriptor_database_unittest.cc static void ExpectContainsType(const FileDescriptorProto& proto,
FileDescriptorProto   86 third_party/protobuf/src/google/protobuf/descriptor_database_unittest.cc   virtual bool AddToDatabase(const FileDescriptorProto& file) = 0;
FileDescriptorProto  104 third_party/protobuf/src/google/protobuf/descriptor_database_unittest.cc   virtual bool AddToDatabase(const FileDescriptorProto& file) {
FileDescriptorProto  124 third_party/protobuf/src/google/protobuf/descriptor_database_unittest.cc   virtual bool AddToDatabase(const FileDescriptorProto& file) {
FileDescriptorProto  147 third_party/protobuf/src/google/protobuf/descriptor_database_unittest.cc   virtual bool AddToDatabase(const FileDescriptorProto& file) {
FileDescriptorProto  167 third_party/protobuf/src/google/protobuf/descriptor_database_unittest.cc     FileDescriptorProto file_proto;
FileDescriptorProto  173 third_party/protobuf/src/google/protobuf/descriptor_database_unittest.cc     FileDescriptorProto file_proto;
FileDescriptorProto  191 third_party/protobuf/src/google/protobuf/descriptor_database_unittest.cc     FileDescriptorProto file;
FileDescriptorProto  198 third_party/protobuf/src/google/protobuf/descriptor_database_unittest.cc     FileDescriptorProto file;
FileDescriptorProto  206 third_party/protobuf/src/google/protobuf/descriptor_database_unittest.cc     FileDescriptorProto file;
FileDescriptorProto  236 third_party/protobuf/src/google/protobuf/descriptor_database_unittest.cc     FileDescriptorProto file;
FileDescriptorProto  243 third_party/protobuf/src/google/protobuf/descriptor_database_unittest.cc     FileDescriptorProto file;
FileDescriptorProto  250 third_party/protobuf/src/google/protobuf/descriptor_database_unittest.cc     FileDescriptorProto file;
FileDescriptorProto  257 third_party/protobuf/src/google/protobuf/descriptor_database_unittest.cc     FileDescriptorProto file;
FileDescriptorProto  264 third_party/protobuf/src/google/protobuf/descriptor_database_unittest.cc     FileDescriptorProto file;
FileDescriptorProto  271 third_party/protobuf/src/google/protobuf/descriptor_database_unittest.cc     FileDescriptorProto file;
FileDescriptorProto  278 third_party/protobuf/src/google/protobuf/descriptor_database_unittest.cc     FileDescriptorProto file;
FileDescriptorProto  285 third_party/protobuf/src/google/protobuf/descriptor_database_unittest.cc     FileDescriptorProto file;
FileDescriptorProto  292 third_party/protobuf/src/google/protobuf/descriptor_database_unittest.cc     FileDescriptorProto file;
FileDescriptorProto  299 third_party/protobuf/src/google/protobuf/descriptor_database_unittest.cc     FileDescriptorProto file;
FileDescriptorProto  306 third_party/protobuf/src/google/protobuf/descriptor_database_unittest.cc     FileDescriptorProto file;
FileDescriptorProto  312 third_party/protobuf/src/google/protobuf/descriptor_database_unittest.cc     FileDescriptorProto file;
FileDescriptorProto  339 third_party/protobuf/src/google/protobuf/descriptor_database_unittest.cc     FileDescriptorProto file;
FileDescriptorProto  345 third_party/protobuf/src/google/protobuf/descriptor_database_unittest.cc     FileDescriptorProto file;
FileDescriptorProto  352 third_party/protobuf/src/google/protobuf/descriptor_database_unittest.cc     FileDescriptorProto file;
FileDescriptorProto  360 third_party/protobuf/src/google/protobuf/descriptor_database_unittest.cc     FileDescriptorProto file;
FileDescriptorProto  368 third_party/protobuf/src/google/protobuf/descriptor_database_unittest.cc     FileDescriptorProto file;
FileDescriptorProto  374 third_party/protobuf/src/google/protobuf/descriptor_database_unittest.cc     FileDescriptorProto file;
FileDescriptorProto  381 third_party/protobuf/src/google/protobuf/descriptor_database_unittest.cc     FileDescriptorProto file;
FileDescriptorProto  485 third_party/protobuf/src/google/protobuf/descriptor_database_unittest.cc   FileDescriptorProto file1, file2a, file2b;
FileDescriptorProto  564 third_party/protobuf/src/google/protobuf/descriptor_database_unittest.cc     FileDescriptorProto file;
FileDescriptorProto  572 third_party/protobuf/src/google/protobuf/descriptor_database_unittest.cc     FileDescriptorProto file;
FileDescriptorProto  580 third_party/protobuf/src/google/protobuf/descriptor_database_unittest.cc     FileDescriptorProto file;
FileDescriptorProto  588 third_party/protobuf/src/google/protobuf/descriptor_database_unittest.cc     FileDescriptorProto file;
FileDescriptorProto  596 third_party/protobuf/src/google/protobuf/descriptor_database_unittest.cc     FileDescriptorProto file;
FileDescriptorProto  604 third_party/protobuf/src/google/protobuf/descriptor_database_unittest.cc     FileDescriptorProto file;
FileDescriptorProto  612 third_party/protobuf/src/google/protobuf/descriptor_database_unittest.cc     FileDescriptorProto file;
FileDescriptorProto  620 third_party/protobuf/src/google/protobuf/descriptor_database_unittest.cc     FileDescriptorProto file;
FileDescriptorProto  628 third_party/protobuf/src/google/protobuf/descriptor_database_unittest.cc     FileDescriptorProto file;
FileDescriptorProto  637 third_party/protobuf/src/google/protobuf/descriptor_database_unittest.cc     FileDescriptorProto file;
FileDescriptorProto  644 third_party/protobuf/src/google/protobuf/descriptor_database_unittest.cc     FileDescriptorProto file;
FileDescriptorProto  653 third_party/protobuf/src/google/protobuf/descriptor_database_unittest.cc     FileDescriptorProto file;
FileDescriptorProto  662 third_party/protobuf/src/google/protobuf/descriptor_database_unittest.cc     FileDescriptorProto file;
FileDescriptorProto  671 third_party/protobuf/src/google/protobuf/descriptor_database_unittest.cc     FileDescriptorProto file;
FileDescriptorProto  680 third_party/protobuf/src/google/protobuf/descriptor_database_unittest.cc     FileDescriptorProto file;
FileDescriptorProto  690 third_party/protobuf/src/google/protobuf/descriptor_database_unittest.cc     FileDescriptorProto file;
FileDescriptorProto  697 third_party/protobuf/src/google/protobuf/descriptor_database_unittest.cc     FileDescriptorProto file;
FileDescriptorProto   62 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc DescriptorProto* AddMessage(FileDescriptorProto* file, const string& name) {
FileDescriptorProto   74 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc EnumDescriptorProto* AddEnum(FileDescriptorProto* file, const string& name) {
FileDescriptorProto   87 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc ServiceDescriptorProto* AddService(FileDescriptorProto* file,
FileDescriptorProto  106 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc FieldDescriptorProto* AddExtension(FileDescriptorProto* file,
FileDescriptorProto  163 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc void AddEmptyEnum(FileDescriptorProto* file, const string& name) {
FileDescriptorProto  192 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc     FileDescriptorProto foo_file;
FileDescriptorProto  201 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc     FileDescriptorProto bar_file;
FileDescriptorProto  212 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc     FileDescriptorProto baz_file;
FileDescriptorProto  354 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   FileDescriptorProto file;
FileDescriptorProto  400 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc     FileDescriptorProto foo_file;
FileDescriptorProto  422 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc     FileDescriptorProto bar_file;
FileDescriptorProto  652 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc     FileDescriptorProto file;
FileDescriptorProto  855 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc     FileDescriptorProto foo_file;
FileDescriptorProto  863 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc     FileDescriptorProto bar_file;
FileDescriptorProto 1007 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc     FileDescriptorProto foo_file;
FileDescriptorProto 1021 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc     FileDescriptorProto bar_file;
FileDescriptorProto 1173 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc     FileDescriptorProto foo_file;
FileDescriptorProto 1184 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc     FileDescriptorProto bar_file;
FileDescriptorProto 1378 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc     FileDescriptorProto foo_file;
FileDescriptorProto 1525 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc     FileDescriptorProto file_proto;
FileDescriptorProto 1650 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   FileDescriptorProto file_proto;
FileDescriptorProto 1774 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   FileDescriptorProto file_proto;
FileDescriptorProto 1824 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc     FileDescriptorProto foo_proto, bar_proto;
FileDescriptorProto 1884 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   const FileDescriptor* BuildFile(const FileDescriptorProto& proto) {
FileDescriptorProto 1982 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   FileDescriptorProto extension_proto;
FileDescriptorProto 2005 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   FileDescriptorProto option_proto;
FileDescriptorProto 2064 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   FileDescriptorProto undeclared_dep_proto;
FileDescriptorProto 2093 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   FileDescriptorProto test_proto;
FileDescriptorProto 2264 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   FileDescriptorProto file_proto;
FileDescriptorProto 2265 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   FileDescriptorProto::descriptor()->file()->CopyTo(&file_proto);
FileDescriptorProto 2323 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   FileDescriptorProto file_proto;
FileDescriptorProto 2324 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   FileDescriptorProto::descriptor()->file()->CopyTo(&file_proto);
FileDescriptorProto 2475 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc     FileDescriptorProto file_proto;
FileDescriptorProto 2485 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc     FileDescriptorProto file_proto;
FileDescriptorProto 2496 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc     FileDescriptorProto file_proto;
FileDescriptorProto 3973 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   FileDescriptorProto file_proto;
FileDescriptorProto 4014 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   FileDescriptorProto file_proto;
FileDescriptorProto 4055 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc                         FileDescriptorProto* output) {
FileDescriptorProto 4072 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc                                   FileDescriptorProto* output) {
FileDescriptorProto 4077 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc                                      FileDescriptorProto* output) {
FileDescriptorProto 4102 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc                         FileDescriptorProto* output) {
FileDescriptorProto 4107 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc                                   FileDescriptorProto* output) {
FileDescriptorProto 4113 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc                                      FileDescriptorProto* output) {
FileDescriptorProto 4133 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc                         FileDescriptorProto* output) {
FileDescriptorProto 4137 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc                                   FileDescriptorProto* output) {
FileDescriptorProto 4142 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc                                      FileDescriptorProto* output) {
FileDescriptorProto 4323 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   FileDescriptorProto original_file_proto;
FileDescriptorProto 4326 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   FileDescriptorProto file_from_database_proto;
FileDescriptorProto 4560 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   FileDescriptorProto proto;
FileDescriptorProto 4578 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   FileDescriptorProto proto;
FileDescriptorProto 4624 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   FileDescriptorProto file_desc_proto;
FileDescriptorProto 4634 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   FileDescriptorProto file_desc_proto;
FileDescriptorProto 4643 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_EQ(FileDescriptorProto::kMessageTypeFieldNumber, foo_location.path(0));
FileDescriptorProto   74 third_party/protobuf/src/google/protobuf/dynamic_message_unittest.cc     FileDescriptorProto unittest_file;
FileDescriptorProto   75 third_party/protobuf/src/google/protobuf/dynamic_message_unittest.cc     FileDescriptorProto unittest_import_file;
FileDescriptorProto   76 third_party/protobuf/src/google/protobuf/dynamic_message_unittest.cc     FileDescriptorProto unittest_import_public_file;
FileDescriptorProto  568 third_party/protobuf/src/google/protobuf/extension_set_unittest.cc   FileDescriptorProto dynamic_proto;
FileDescriptorProto  342 third_party/protobuf/src/google/protobuf/message_unittest.cc   FileDescriptorProto file;