Home
last modified time | relevance | path

Searched defs:FieldDescriptor (Results 1 – 25 of 31) sorted by relevance

12

/third_party/protobuf/src/google/protobuf/util/
Dfield_comparator.h49 class FieldDescriptor; variable
177 bool CompareBool(const FieldDescriptor& /* unused */, bool value_1, in CompareBool()
195 bool CompareInt32(const FieldDescriptor& /* unused */, int32 value_1, in CompareInt32()
200 bool CompareInt64(const FieldDescriptor& /* unused */, int64 value_1, in CompareInt64()
205 bool CompareString(const FieldDescriptor& /* unused */, in CompareString()
210 bool CompareUInt32(const FieldDescriptor& /* unused */, uint32 value_1, in CompareUInt32()
215 bool CompareUInt64(const FieldDescriptor& /* unused */, uint64 value_1, in CompareUInt64()
/third_party/protobuf/python/google/protobuf/pyext/
Dfield.h39 class FieldDescriptor; variable
Drepeated_composite_container.h48 class FieldDescriptor; variable
Dextension_dict.h47 class FieldDescriptor; variable
Dmessage.h50 class FieldDescriptor; variable
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_extension.h46 class FieldDescriptor; // descriptor.h variable
/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_names.h49 class FieldDescriptor; variable
Djava_generator_factory.h40 class FieldDescriptor; // descriptor.h variable
Djava_extension.h45 class FieldDescriptor; // descriptor.h variable
Djava_context.h44 class FieldDescriptor; variable
Djava_name_resolver.h43 class FieldDescriptor; variable
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DTextFormatParseInfoTree.java67 Map<FieldDescriptor, List<TextFormatParseLocation>> locationsFromField, in TextFormatParseInfoTree()
DAbstractMessage.java233 static boolean compareFields(Map<FieldDescriptor, Object> a, Map<FieldDescriptor, Object> b) { in compareFields()
283 protected static int hashFields(int hash, Map<FieldDescriptor, Object> map) { in hashFields()
374 BuilderType mergeFrom(final Message other, Map<FieldDescriptor, Object> allFields) { in mergeFrom()
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Reflection/
DDescriptorsTest.cs138 public void FieldDescriptor() in FieldDescriptor() method in Google.Protobuf.Reflection.DescriptorsTest
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldDescriptor.cs42 public sealed class FieldDescriptor : DescriptorBase, IComparable<FieldDescriptor> class
95 internal FieldDescriptor(FieldDescriptorProto proto, FileDescriptor file, in FieldDescriptor() method in Google.Protobuf.Reflection.FieldDescriptor
/third_party/protobuf/php/ext/google/protobuf/
Ddef.c332 } FieldDescriptor; typedef
395 PHP_METHOD(FieldDescriptor, getName) { in PHP_METHOD() argument
405 PHP_METHOD(FieldDescriptor, getNumber) { in PHP_METHOD() argument
415 PHP_METHOD(FieldDescriptor, getLabel) { in PHP_METHOD() argument
425 PHP_METHOD(FieldDescriptor, getType) { in PHP_METHOD() argument
435 PHP_METHOD(FieldDescriptor, isMap) { in PHP_METHOD() argument
445 PHP_METHOD(FieldDescriptor, getEnumType) { in PHP_METHOD() argument
466 PHP_METHOD(FieldDescriptor, getMessageType) { in PHP_METHOD() argument
/third_party/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.h51 class FieldDescriptor; variable
/third_party/protobuf/php/src/Google/Protobuf/
DFieldDescriptor.php38 class FieldDescriptor class
/third_party/protobuf/src/google/protobuf/
Dany.h45 class FieldDescriptor; variable
Ddescriptor.h84 class FieldDescriptor; variable
568 friend class FieldDescriptor; variable
920 FieldDescriptor() {} in FieldDescriptor() function
1153 friend class FieldDescriptor; variable
1593 friend class FieldDescriptor; variable
1890 friend class FieldDescriptor; variable
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dprotobuf.h57 typedef struct FieldDescriptor FieldDescriptor; typedef
133 struct FieldDescriptor { struct
134 const upb_fielddef* fielddef;
135 VALUE descriptor_pool; // Owns the upb_fielddef.
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DMessageBuilderContext.php38 use Google\Protobuf\Internal\FieldDescriptor; alias
DFieldDescriptor.php35 class FieldDescriptor class
/third_party/grpc/include/grpcpp/impl/codegen/
Dconfig_protobuf.h82 typedef GRPC_CUSTOM_FIELDDESCRIPTOR FieldDescriptor; typedef
/third_party/protobuf/src/google/protobuf/compiler/js/
Djs_generator.h51 class FieldDescriptor; variable

12