Home
last modified time | relevance | path

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

12

/external/perfetto/src/trace_processor/
Dftrace_descriptors.h38 struct FieldDescriptor { struct
46 FieldDescriptor fields[kMaxFtraceEventFields]; argument
/external/protobuf/src/google/protobuf/
Dmessage.h743 const FieldDescriptor* /*field */, in AddAllocatedMessage()
951 const FieldDescriptor* /* field */, in ContainsMapKey()
960 const FieldDescriptor* /* field */, in InsertOrLookupMapValue()
969 const FieldDescriptor* /* field */, in DeleteMapValue()
991 const FieldDescriptor* /* field */) const { in MapSize()
998 Message* /* message */, const FieldDescriptor* /* field */) const { in MapData()
Ddescriptor.h77 class FieldDescriptor; variable
420 friend class FieldDescriptor; variable
727 FieldDescriptor() {} in FieldDescriptor() function
907 friend class FieldDescriptor; variable
1320 friend class FieldDescriptor; variable
1581 friend class FieldDescriptor; variable
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldDescriptor.cs41 public sealed class FieldDescriptor : DescriptorBase, IComparable<FieldDescriptor> class
67 internal FieldDescriptor(FieldDescriptorProto proto, FileDescriptor file, in FieldDescriptor() method in Google.Protobuf.Reflection.FieldDescriptor
/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_extension.h38 class FieldDescriptor; // descriptor.h variable
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_extension.h44 class FieldDescriptor; // descriptor.h variable
/external/protobuf/src/google/protobuf/compiler/java/
Djava_generator_factory.h40 class FieldDescriptor; // descriptor.h variable
Djava_extension.h45 class FieldDescriptor; // descriptor.h variable
Djava_name_resolver.h43 class FieldDescriptor; variable
Djava_context.h46 class FieldDescriptor; variable
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DTextFormatParseInfoTree.java69 Map<FieldDescriptor, List<TextFormatParseLocation>> locationsFromField, in TextFormatParseInfoTree()
DAbstractMessage.java209 static boolean compareFields(Map<FieldDescriptor, Object> a, in compareFields()
263 protected static int hashFields(int hash, Map<FieldDescriptor, Object> map) { in hashFields()
/external/protobuf/php/ext/google/protobuf/
Dprotobuf.h24 typedef struct FieldDescriptor FieldDescriptor; typedef
85 struct FieldDescriptor { struct
86 zend_object std;
87 const upb_fielddef* fielddef;
/external/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.h50 class FieldDescriptor; variable
/external/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DDescriptorsTest.cs138 public void FieldDescriptor() in FieldDescriptor() method in Google.Protobuf.Reflection.DescriptorsTest
/external/protobuf/python/google/protobuf/pyext/
Dextension_dict.h48 class FieldDescriptor; variable
Drepeated_composite_container.h49 class FieldDescriptor; variable
Dmessage.h50 class FieldDescriptor; variable
/external/protobuf/ruby/ext/google/protobuf_c/
Dprotobuf.h54 typedef struct FieldDescriptor FieldDescriptor; typedef
125 struct FieldDescriptor { struct
126 const upb_fielddef* fielddef;
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dconfig_protobuf.h78 typedef GRPC_CUSTOM_FIELDDESCRIPTOR FieldDescriptor; typedef
/external/protobuf/src/google/protobuf/compiler/js/
Djs_generator.h44 class FieldDescriptor; variable
/external/protobuf/src/google/protobuf/util/
Dfield_comparator.h46 class FieldDescriptor; variable
Dmessage_differencer.h58 class FieldDescriptor; variable
/external/python/apitools/apitools/base/protorpclite/
Ddescriptor.py179 class FieldDescriptor(messages.Message): class
/external/emma/core/java12/com/vladium/jcd/cls/
DClassDef.java637 private static final class FieldDescriptor implements Comparable class in ClassDef
646 FieldDescriptor (final String name, final int modifiers, final String descriptor) in FieldDescriptor() method in ClassDef.FieldDescriptor

12