Searched refs:Descriptor (Results 1 - 25 of 412) sorted by relevance

1234567891011>>

/external/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
H A DTypeRegistryTest.cs45 var registry = TypeRegistry.FromFiles(DurationReflection.Descriptor, StructReflection.Descriptor);
46 AssertDescriptorPresent(registry, Duration.Descriptor);
47 AssertDescriptorPresent(registry, ListValue.Descriptor);
48 AssertDescriptorAbsent(registry, Timestamp.Descriptor);
55 var registry = TypeRegistry.FromMessages(TestAllTypes.Types.NestedMessage.Descriptor);
57 AssertDescriptorPresent(registry, TestFieldOrderings.Descriptor);
59 AssertDescriptorPresent(registry, TestFieldOrderings.Types.NestedMessage.Descriptor);
65 var registry = TypeRegistry.FromMessages(TestAllTypes.Descriptor);
67 AssertDescriptorPresent(registry, ImportMessage.Descriptor);
[all...]
H A DDescriptorsTest.cs49 FileDescriptor file = UnittestProto3Reflection.Descriptor;
59 Assert.AreEqual(1, UnittestImportProto3Reflection.Descriptor.PublicDependencies.Count);
60 Assert.AreEqual(UnittestImportPublicProto3Reflection.Descriptor, UnittestImportProto3Reflection.Descriptor.PublicDependencies[0]);
63 Assert.AreEqual(UnittestImportProto3Reflection.Descriptor, file.Dependencies[0]);
65 MessageDescriptor messageType = TestAllTypes.Descriptor;
80 Assert.AreEqual(1, UnittestImportProto3Reflection.Descriptor.EnumTypes.Count);
81 Assert.AreEqual("ImportEnum", UnittestImportProto3Reflection.Descriptor.EnumTypes[0].Name);
93 MessageDescriptor messageType = TestAllTypes.Descriptor;
94 MessageDescriptor nestedType = TestAllTypes.Types.NestedMessage.Descriptor;
[all...]
/external/protobuf/python/google/protobuf/pyext/
H A Ddescriptor_containers.h42 class Descriptor;
56 PyObject* NewMessageFieldsByName(const Descriptor* descriptor);
57 PyObject* NewMessageFieldsByCamelcaseName(const Descriptor* descriptor);
58 PyObject* NewMessageFieldsByNumber(const Descriptor* descriptor);
59 PyObject* NewMessageFieldsSeq(const Descriptor* descriptor);
61 PyObject* NewMessageNestedTypesSeq(const Descriptor* descriptor);
62 PyObject* NewMessageNestedTypesByName(const Descriptor* descriptor);
64 PyObject* NewMessageEnumsByName(const Descriptor* descriptor);
65 PyObject* NewMessageEnumsSeq(const Descriptor* descriptor);
66 PyObject* NewMessageEnumValuesByName(const Descriptor* descripto
[all...]
H A Ddescriptor_pool.h82 // Descriptor pointers stored here are owned by the DescriptorPool above.
84 typedef hash_map<const Descriptor*, CMessageClass*> ClassesByMessageMap;
88 // Descriptor pointers are owned by the DescriptorPool above.
99 // Returns a message Descriptor, or NULL if not found.
100 const Descriptor* FindMessageTypeByName(PyDescriptorPool* self,
106 const Descriptor* message_descriptor,
114 const Descriptor* message_descriptor);
/external/v8/src/ic/ia32/
H A Dic-compiler-ia32.cc18 typedef StoreWithVectorDescriptor Descriptor; typedef
19 STATIC_ASSERT(Descriptor::kStackArgumentsCount == 3);
26 __ LoadParameterFromStack<Descriptor>(Descriptor::ValueRegister(),
27 Descriptor::kValue);
29 __ mov(Operand(esp, 12), Descriptor::ReceiverRegister());
30 __ mov(Operand(esp, 8), Descriptor::NameRegister());
31 __ mov(Operand(esp, 4), Descriptor::ValueRegister());
/external/v8/src/ic/x87/
H A Dic-compiler-x87.cc18 typedef StoreWithVectorDescriptor Descriptor; typedef
19 STATIC_ASSERT(Descriptor::kStackArgumentsCount == 3);
26 __ LoadParameterFromStack<Descriptor>(Descriptor::ValueRegister(),
27 Descriptor::kValue);
29 __ mov(Operand(esp, 12), Descriptor::ReceiverRegister());
30 __ mov(Operand(esp, 8), Descriptor::NameRegister());
31 __ mov(Operand(esp, 4), Descriptor::ValueRegister());
/external/v8/src/builtins/
H A Dbuiltins-handler.cc17 typedef LoadWithVectorDescriptor Descriptor; typedef
19 Node* receiver = assembler->Parameter(Descriptor::kReceiver);
20 Node* name = assembler->Parameter(Descriptor::kName);
21 Node* slot = assembler->Parameter(Descriptor::kSlot);
22 Node* vector = assembler->Parameter(Descriptor::kVector);
23 Node* context = assembler->Parameter(Descriptor::kContext);
46 typedef StoreWithVectorDescriptor Descriptor; typedef
48 Node* receiver = assembler->Parameter(Descriptor::kReceiver);
49 Node* name = assembler->Parameter(Descriptor::kName);
50 Node* value = assembler->Parameter(Descriptor
80 typedef LoadGlobalWithVectorDescriptor Descriptor; typedef
92 typedef LoadGlobalWithVectorDescriptor Descriptor; typedef
108 typedef LoadWithVectorDescriptor Descriptor; typedef
126 typedef LoadWithVectorDescriptor Descriptor; typedef
137 typedef StoreWithVectorDescriptor Descriptor; typedef
162 typedef StoreWithVectorDescriptor Descriptor; typedef
[all...]
H A Dbuiltins-internal.cc60 typedef CopyFastSmiOrObjectElementsDescriptor Descriptor; typedef
62 Node* object = assembler->Parameter(Descriptor::kObject);
103 typedef GrowArrayElementsDescriptor Descriptor; typedef
105 Node* object = assembler->Parameter(Descriptor::kObject);
106 Node* key = assembler->Parameter(Descriptor::kKey);
107 Node* context = assembler->Parameter(Descriptor::kContext);
123 typedef GrowArrayElementsDescriptor Descriptor; typedef
125 Node* object = assembler->Parameter(Descriptor::kObject);
126 Node* key = assembler->Parameter(Descriptor::kKey);
127 Node* context = assembler->Parameter(Descriptor
[all...]
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
H A DObjectDescriptorBase.java25 @Descriptor(tags = 0x00)
/external/protobuf/src/google/protobuf/compiler/python/
H A Dpython_generator.h47 class Descriptor;
78 void PrintNestedEnums(const Descriptor& descriptor) const;
86 const Descriptor& message_descriptor,
89 int (Descriptor::*CountFn)() const,
90 const FieldDescriptor* (Descriptor::*GetterFn)(int) const) const;
91 void PrintFieldsInDescriptor(const Descriptor& message_descriptor) const;
92 void PrintExtensionsInDescriptor(const Descriptor& message_descriptor) const;
94 void PrintDescriptor(const Descriptor& message_descriptor) const;
95 void PrintNestedDescriptors(const Descriptor& containing_descriptor) const;
98 void PrintMessage(const Descriptor
[all...]
/external/libchrome/base/posix/
H A Dglobal_descriptors.h40 struct Descriptor { struct in class:base::GlobalDescriptors
41 Descriptor(Key key, int fd);
42 Descriptor(Key key, int fd, base::MemoryMappedFile::Region region);
51 typedef std::vector<Descriptor> Mapping;
H A Dglobal_descriptors.cc14 GlobalDescriptors::Descriptor::Descriptor(Key key, int fd) function in class:base::GlobalDescriptors::Descriptor
18 GlobalDescriptors::Descriptor::Descriptor(Key key, function in class:base::GlobalDescriptors::Descriptor
65 descriptors_.push_back(Descriptor(key, fd, region));
/external/v8/src/
H A Dproperty.h21 class Descriptor BASE_EMBEDDED {
35 Descriptor() : details_(Smi::kZero) {} function in class:v8::internal::BASE_EMBEDDED
45 Descriptor(Handle<Name> key, Handle<Object> value, PropertyDetails details) function in class:v8::internal::BASE_EMBEDDED
51 Descriptor(Handle<Name> key, Handle<Object> value, function in class:v8::internal::BASE_EMBEDDED
66 std::ostream& operator<<(std::ostream& os, const Descriptor& d);
69 class DataDescriptor final : public Descriptor {
77 : Descriptor(key, wrapped_field_type, attributes, DATA, representation,
84 class DataConstantDescriptor final : public Descriptor {
88 : Descriptor(key, value, attributes, DATA_CONSTANT,
93 class AccessorConstantDescriptor final : public Descriptor {
[all...]
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_names.h46 class Descriptor;
59 string ClassName(const Descriptor* descriptor);
H A Djava_helpers.h67 string UniqueFileScopeIdentifier(const Descriptor* descriptor);
96 string ClassName(const Descriptor* descriptor);
103 string ExtraMessageInterfaces(const Descriptor* descriptor);
107 string ExtraMutableMessageInterfaces(const Descriptor* descriptor);
110 string ExtraBuilderInterfaces(const Descriptor* descriptor);
114 string ExtraMessageOrBuilderInterfaces(const Descriptor* descriptor);
118 inline string ShortMutableJavaClassName(const Descriptor* descriptor) {
174 inline bool HasEqualsAndHashCode(const Descriptor* descriptor) {
179 inline bool HasDescriptorMethods(const Descriptor* descriptor,
281 bool operator()(const Descriptor
[all...]
/external/protobuf/src/google/protobuf/
H A Ddynamic_message.h54 class Descriptor; // descriptor.h
63 // Descriptor. DynamicMessage provides this.
92 // Descriptor d for which:
103 // Given a Descriptor, constructs the default (prototype) Message of that
107 // Calling this method twice with the same Descriptor returns the same
118 const Message* GetPrototype(const Descriptor* type);
134 const Message* GetPrototypeNoLock(const Descriptor* type);
138 static void ConstructDefaultOneofInstance(const Descriptor* type,
142 static void DeleteDefaultOneofInstance(const Descriptor* type,
H A Ddescriptor.h76 class Descriptor;
168 // message. To obtain the Descriptor for a given message object, call
172 class LIBPROTOBUF_EXPORT Descriptor { class in namespace:google::protobuf
191 // If this Descriptor describes a nested type, this returns the type
193 const Descriptor* containing_type() const;
202 // Write the contents of this Descriptor into the given DescriptorProto.
262 const Descriptor* nested_type(int index) const;
266 const Descriptor* FindNestedTypeByName(const string& name) const;
388 const Descriptor* containing_type_;
401 Descriptor* nested_types
417 Descriptor() {} function in class:google::protobuf::Descriptor
[all...]
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DEmpty.cs16 #region Descriptor
18 public static pbr::FileDescriptor Descriptor { property in class:Google.Protobuf.WellKnownTypes.EmptyReflection
57 public static pbr::MessageDescriptor Descriptor { property in class:Google.Protobuf.WellKnownTypes.Empty
58 get { return global::Google.Protobuf.WellKnownTypes.EmptyReflection.Descriptor.MessageTypes[0]; }
61 pbr::MessageDescriptor pb::IMessage.Descriptor {
62 get { return Descriptor; }
H A DWrappers.cs16 #region Descriptor
18 public static pbr::FileDescriptor Descriptor { property in class:Google.Protobuf.WellKnownTypes.WrappersReflection
64 public static pbr::MessageDescriptor Descriptor { property in class:Google.Protobuf.WellKnownTypes.DoubleValue
65 get { return global::Google.Protobuf.WellKnownTypes.WrappersReflection.Descriptor.MessageTypes[0]; }
68 pbr::MessageDescriptor pb::IMessage.Descriptor {
69 get { return Descriptor; }
175 public static pbr::MessageDescriptor Descriptor { property in class:Google.Protobuf.WellKnownTypes.FloatValue
176 get { return global::Google.Protobuf.WellKnownTypes.WrappersReflection.Descriptor.MessageTypes[1]; }
179 pbr::MessageDescriptor pb::IMessage.Descriptor {
180 get { return Descriptor; }
286 public static pbr::MessageDescriptor Descriptor { property in class:Google.Protobuf.WellKnownTypes.Int64Value
397 public static pbr::MessageDescriptor Descriptor { property in class:Google.Protobuf.WellKnownTypes.UInt64Value
508 public static pbr::MessageDescriptor Descriptor { property in class:Google.Protobuf.WellKnownTypes.Int32Value
619 public static pbr::MessageDescriptor Descriptor { property in class:Google.Protobuf.WellKnownTypes.UInt32Value
730 public static pbr::MessageDescriptor Descriptor { property in class:Google.Protobuf.WellKnownTypes.BoolValue
841 public static pbr::MessageDescriptor Descriptor { property in class:Google.Protobuf.WellKnownTypes.StringValue
952 public static pbr::MessageDescriptor Descriptor { property in class:Google.Protobuf.WellKnownTypes.BytesValue
[all...]
/external/protobuf/java/core/src/test/java/com/google/protobuf/
H A DTestBadIdentifiers.java53 String descriptorField = TestBadIdentifiersProto.Descriptor
55 Descriptors.Descriptor protoDescriptor = TestBadIdentifiersProto.Descriptor
57 String nestedDescriptorField = TestBadIdentifiersProto.Descriptor
59 Descriptors.Descriptor nestedProtoDescriptor = TestBadIdentifiersProto
60 .Descriptor.NestedDescriptor.getDefaultInstance()
/external/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_names.h46 class Descriptor;
66 string GetClassName(const Descriptor* descriptor);
/external/protobuf/src/google/protobuf/compiler/js/
H A Djs_generator.h42 class Descriptor;
128 const Descriptor* desc,
155 const Descriptor* desc,
170 const Descriptor* desc,
207 const Descriptor* desc) const;
210 const Descriptor* desc) const;
213 const Descriptor* desc) const;
216 const Descriptor* desc) const;
222 const Descriptor* desc) const;
228 const Descriptor* des
[all...]
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DIFieldAccessor.cs46 FieldDescriptor Descriptor { get; } property in interface:Google.Protobuf.Reflection.IFieldAccessor
/external/protobuf/src/google/protobuf/util/internal/
H A Dtype_info_test_helper.h67 void ResetTypeInfo(const vector<const Descriptor*>& descriptors);
70 void ResetTypeInfo(const Descriptor* descriptor);
71 void ResetTypeInfo(const Descriptor* descriptor1,
72 const Descriptor* descriptor2);
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
H A DUnittestImportProto3.cs16 #region Descriptor
18 public static pbr::FileDescriptor Descriptor { property in class:Google.Protobuf.TestProtos.UnittestImportProto3Reflection
35 new pbr::FileDescriptor[] { global::Google.Protobuf.TestProtos.UnittestImportPublicProto3Reflection.Descriptor, },
59 public static pbr::MessageDescriptor Descriptor { property in class:Google.Protobuf.TestProtos.ImportMessage
60 get { return global::Google.Protobuf.TestProtos.UnittestImportProto3Reflection.Descriptor.MessageTypes[0]; }
63 pbr::MessageDescriptor pb::IMessage.Descriptor {
64 get { return Descriptor; }

Completed in 906 milliseconds

1234567891011>>