Home
last modified time | relevance | path

Searched defs:FileDescriptor (Results 1 – 22 of 22) sorted by relevance

/third_party/protobuf/src/google/protobuf/compiler/
Dmock_code_generator.h42 class FileDescriptor; variable
Dcode_generator.h54 class FileDescriptor; variable
Dcommand_line_interface.h59 class FileDescriptor; // descriptor.h variable
/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_names.h52 class FileDescriptor; variable
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DFileDescriptor.cs69 public sealed class FileDescriptor : IDescriptor class
72 static FileDescriptor() in FileDescriptor() method in Google.Protobuf.Reflection.FileDescriptor
83 …private FileDescriptor(ByteString descriptorData, FileDescriptorProto proto, IEnumerable<FileDescr… in FileDescriptor() method in Google.Protobuf.Reflection.FileDescriptor
/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_names.h48 class FileDescriptor; variable
Djava_shared_code_generator.h47 class FileDescriptor; // descriptor.h variable
Djava_context.h43 class FileDescriptor; variable
Djava_name_resolver.h44 class FileDescriptor; variable
Djava_file.h46 class FileDescriptor; // descriptor.h variable
/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor_containers.h43 class FileDescriptor; variable
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Reflection/
DDescriptorsTest.cs47 public void FileDescriptor() in FileDescriptor() method in Google.Protobuf.Reflection.DescriptorsTest
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DFileDescriptor.php35 class FileDescriptor class
DDescriptorPool.php36 use Google\Protobuf\Internal\FileDescriptor; alias
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dprotobuf.h56 typedef struct FileDescriptor FileDescriptor; typedef
128 struct FileDescriptor { struct
129 const upb_filedef* filedef;
130 VALUE descriptor_pool; // Owns the upb_filedef.
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_file.h51 class FileDescriptor; // descriptor.h variable
/third_party/protobuf/src/google/protobuf/
Ddescriptor.h90 class FileDescriptor; variable
571 friend class FileDescriptor; variable
922 friend class FileDescriptor; variable
1155 friend class FileDescriptor; variable
1315 friend class FileDescriptor; variable
1589 FileDescriptor() {} in FileDescriptor() function
1894 friend class FileDescriptor; variable
/third_party/protobuf/src/google/protobuf/compiler/js/
Djs_generator.h53 class FileDescriptor; variable
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DDescriptors.java87 public static final class FileDescriptor extends GenericDescriptor { class in Descriptors
501 private FileDescriptor( in FileDescriptor() method in Descriptors.FileDescriptor
558 FileDescriptor(String packageName, Descriptor message) throws DescriptorValidationException { in FileDescriptor() method in Descriptors.FileDescriptor
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DSentinelOuterClass.java765 new com.google.protobuf.Descriptors.FileDescriptor[] { in internalBuildGeneratedFileFrom()
/third_party/protobuf/src/google/protobuf/compiler/php/
Dphp_generator.cc1024 std::map<const FileDescriptor*, std::set<const FileDescriptor*>>* deps, in AnalyzeDependencyForFile()
/third_party/protobuf/python/google/protobuf/
Ddescriptor.py893 class FileDescriptor(DescriptorBase): class