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

1234567891011

/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/python/
H A Dpython_generator.h46 class Descriptor;
77 void PrintNestedEnums(const Descriptor& descriptor) const;
85 const Descriptor& message_descriptor,
88 int (Descriptor::*CountFn)() const,
89 const FieldDescriptor* (Descriptor::*GetterFn)(int) const) const;
90 void PrintFieldsInDescriptor(const Descriptor& message_descriptor) const;
91 void PrintExtensionsInDescriptor(const Descriptor& message_descriptor) const;
93 void PrintDescriptor(const Descriptor& message_descriptor) const;
94 void PrintNestedDescriptors(const Descriptor& containing_descriptor) const;
97 void PrintMessage(const Descriptor
[all...]
/external/protobuf/src/google/protobuf/compiler/python/
H A Dpython_generator.h46 class Descriptor;
77 void PrintNestedEnums(const Descriptor& descriptor) const;
85 const Descriptor& message_descriptor,
88 int (Descriptor::*CountFn)() const,
89 const FieldDescriptor* (Descriptor::*GetterFn)(int) const) const;
90 void PrintFieldsInDescriptor(const Descriptor& message_descriptor) const;
91 void PrintExtensionsInDescriptor(const Descriptor& message_descriptor) const;
93 void PrintDescriptor(const Descriptor& message_descriptor) const;
94 void PrintNestedDescriptors(const Descriptor& containing_descriptor) const;
97 void PrintMessage(const Descriptor
[all...]
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
H A DObjectDescriptorBase.java25 @Descriptor(tags = 0x00)
H A DDescriptor.java35 public @interface Descriptor { interface
H A DExtensionProfileLevelDescriptor.java31 @Descriptor(tags = {0x13})
/external/chromium_org/extensions/browser/api/bluetooth_low_energy/
H A Dutils.h25 // Converts a Descriptor to a base::Value. This function is necessary as a
26 // Descriptor embeds a Characteristic and that needs special handling as
28 scoped_ptr<base::DictionaryValue> DescriptorToValue(Descriptor* from);
/external/protobuf/src/google/protobuf/
H A Ddescriptor.h66 class Descriptor;
104 // message. To obtain the Descriptor for a given message object, call
108 class LIBPROTOBUF_EXPORT Descriptor { class in namespace:google::protobuf
127 // If this Descriptor describes a nested type, this returns the type
129 const Descriptor* containing_type() const;
138 // Write the contents of this Descriptor into the given DescriptorProto.
180 const Descriptor* nested_type(int index) const;
184 const Descriptor* FindNestedTypeByName(const string& name) const;
249 const Descriptor* containing_type_;
260 Descriptor* nested_types
272 Descriptor() {} function in class:google::protobuf::Descriptor
[all...]
H A Ddynamic_message.h48 class Descriptor; // descriptor.h
57 // Descriptor. DynamicMessage provides this.
86 // Descriptor d for which:
97 // Given a Descriptor, constructs the default (prototype) Message of that
101 // Calling this method twice with the same Descriptor returns the same
112 const Message* GetPrototype(const Descriptor* type);
128 const Message* GetPrototypeNoLock(const Descriptor* type);
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugArangeSet.h30 struct Descriptor struct in class:DWARFDebugArangeSet
42 void AddDescriptor(const DWARFDebugArangeSet::Descriptor& range);
51 const Descriptor* GetDescriptor(uint32_t i) const
58 const Descriptor &
66 typedef std::vector<Descriptor> DescriptorColl;
H A DDWARFDebugPubnamesSet.h40 struct Descriptor struct in class:DWARFDebugPubnamesSet
42 Descriptor() : function in struct:DWARFDebugPubnamesSet::Descriptor
48 Descriptor(dw_offset_t the_offset, const char *the_name) : function in struct:DWARFDebugPubnamesSet::Descriptor
64 const DWARFDebugPubnamesSet::Descriptor* GetDescriptor(uint32_t i) const
83 typedef std::vector<Descriptor> DescriptorColl;
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddynamic_message.h48 class Descriptor; // descriptor.h
57 // Descriptor. DynamicMessage provides this.
86 // Descriptor d for which:
97 // Given a Descriptor, constructs the default (prototype) Message of that
101 // Calling this method twice with the same Descriptor returns the same
112 const Message* GetPrototype(const Descriptor* type);
128 const Message* GetPrototypeNoLock(const Descriptor* type);
H A Ddescriptor.h70 class Descriptor;
123 // message. To obtain the Descriptor for a given message object, call
127 class LIBPROTOBUF_EXPORT Descriptor { class in namespace:google::protobuf
146 // If this Descriptor describes a nested type, this returns the type
148 const Descriptor* containing_type() const;
157 // Write the contents of this Descriptor into the given DescriptorProto.
199 const Descriptor* nested_type(int index) const;
203 const Descriptor* FindNestedTypeByName(const string& name) const;
279 const Descriptor* containing_type_;
290 Descriptor* nested_types
302 Descriptor() {} function in class:google::protobuf::Descriptor
[all...]
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DDynamicMessage.java33 import com.google.protobuf.Descriptors.Descriptor;
42 * given a {@link Descriptors.Descriptor}.
47 private final Descriptor type;
55 private DynamicMessage(Descriptor type, FieldSet<FieldDescriptor> fields,
66 public static DynamicMessage getDefaultInstance(Descriptor type) {
72 public static DynamicMessage parseFrom(Descriptor type,
80 Descriptor type,
88 public static DynamicMessage parseFrom(Descriptor type, ByteString data)
94 public static DynamicMessage parseFrom(Descriptor type, ByteString data,
101 public static DynamicMessage parseFrom(Descriptor typ
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_helpers.h81 string ClassName(const Descriptor* descriptor);
122 inline bool HasUnknownFields(const Descriptor* descriptor) {
130 inline bool HasGeneratedMethods(const Descriptor* descriptor) {
136 inline bool HasEqualsAndHashCode(const Descriptor* descriptor) {
141 inline bool HasDescriptorMethods(const Descriptor* descriptor) {
154 inline bool HasNestedBuilders(const Descriptor* descriptor) {
H A Djava_message.h55 explicit MessageGenerator(const Descriptor* descriptor);
88 io::Printer* printer, const Descriptor::ExtensionRange* range);
101 const Descriptor* descriptor_;
/external/llvm/lib/DebugInfo/
H A DDWARFDebugArangeSet.h40 struct Descriptor { struct in class:llvm::DWARFDebugArangeSet
47 typedef std::vector<Descriptor> DescriptorColl;
/external/chromium_org/v8/src/
H A Dproperty.h24 class Descriptor BASE_EMBEDDED {
45 Descriptor() : details_(Smi::FromInt(0)) {} function in class:v8::internal::BASE_EMBEDDED
53 Descriptor(Handle<Name> key, Handle<Object> value, PropertyDetails details) function in class:v8::internal::BASE_EMBEDDED
58 Descriptor(Handle<Name> key, function in class:v8::internal::BASE_EMBEDDED
73 OStream& operator<<(OStream& os, const Descriptor& d);
76 class FieldDescriptor FINAL : public Descriptor {
82 : Descriptor(key, HeapType::Any(key->GetIsolate()), attributes,
89 : Descriptor(key, field_type, attributes, FIELD,
94 class ConstantDescriptor FINAL : public Descriptor {
99 : Descriptor(ke
[all...]
H A Dproperty.cc34 OStream& operator<<(OStream& os, const Descriptor& d) {
35 return os << "Descriptor " << Brief(*d.GetKey()) << " @ "
/external/javassist/src/main/javassist/bytecode/annotation/
H A DClassMemberValue.java20 import javassist.bytecode.Descriptor;
99 return Descriptor.toClassName(v);
108 String setTo = Descriptor.of(newClassName);
H A DEnumMemberValue.java23 import javassist.bytecode.Descriptor;
82 return Descriptor.toClassName(cp.getUtf8Info(typeIndex));
91 typeIndex = cp.addUtf8Info(Descriptor.of(typename));
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_message.h55 explicit MessageGenerator(const Descriptor* descriptor);
80 io::Printer* printer, const Descriptor::ExtensionRange* range);
87 const Descriptor* descriptor_;
H A Djava_helpers.h78 inline string ClassName(const Descriptor* descriptor) {
123 inline bool HasUnknownFields(const Descriptor* descriptor) {
130 inline bool HasGeneratedMethods(const Descriptor* descriptor) {
136 inline bool HasDescriptorMethods(const Descriptor* descriptor) {
/external/llvm/lib/MC/
H A DMCSectionMachO.cpp212 [&](decltype(*SectionTypeDescriptors) &Descriptor) {
213 return Descriptor.AssemblerName &&
214 SectionType == Descriptor.AssemblerName;
241 [&](decltype(*SectionAttrDescriptors) &Descriptor) {
242 return Descriptor.AssemblerName &&
243 SectionAttr.trim() == Descriptor.AssemblerName;
/external/javassist/src/main/javassist/
H A DClassMap.java18 import javassist.bytecode.Descriptor;
160 return Descriptor.toJvmName(classname);
168 return Descriptor.toJavaName(classname);
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.h60 string ClassName(const Descriptor* descriptor, bool qualified);
63 string SuperClassName(const Descriptor* descriptor);
77 inline const Descriptor* FieldScope(const FieldDescriptor* field) {

Completed in 512 milliseconds

1234567891011