Home
last modified time | relevance | path

Searched defs:Descriptor (Results 1 – 14 of 14) sorted by relevance

/external/v8/src/
Dproperty.h78 Descriptor() : details_(Smi::FromInt(0)) {} in Descriptor() function
86 Descriptor(String* key, Object* value, PropertyDetails details) in Descriptor() function
141 : Descriptor(key, Smi::FromInt(field_index), attributes, FIELD, index) {} in Descriptor() function
151 : Descriptor(key, function, attributes, CONSTANT_FUNCTION, index) {} in Descriptor() function
161 : Descriptor(key, proxy, attributes, CALLBACKS, index) {} in Descriptor() function
Dv8globals.h126 class Descriptor; variable
/external/protobuf/src/google/protobuf/
Ddynamic_message.h48 class Descriptor; // descriptor.h variable
Dservice.h115 class Descriptor; // descriptor.h variable
Ddescriptor.h66 class Descriptor; variable
272 Descriptor() {} in Descriptor() function
536 friend class Descriptor; variable
612 friend class Descriptor; variable
899 friend class Descriptor; variable
1276 PROTOBUF_DEFINE_ARRAY_ACCESSOR(FileDescriptor, message_type, const Descriptor*) in PROTOBUF_DEFINE_ARRAY_ACCESSOR()
Dmessage.h154 class Descriptor; // descriptor.h variable
Ddynamic_message_unittest.cc100 TEST_F(DynamicMessageTest, Descriptor) { in TEST_F() argument
Dextension_set.h52 class Descriptor; // descriptor.h variable
/external/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.h46 class Descriptor; variable
/external/javassist/src/main/javassist/bytecode/
DDescriptor.java29 public class Descriptor { class
/external/protobuf/python/google/protobuf/
Ddescriptor.py159 class Descriptor(_NestedDescriptorBase): class
/external/protobuf/java/src/main/java/com/google/protobuf/
DDescriptors.java413 public static final class Descriptor implements GenericDescriptor { class in Descriptors
553 private Descriptor(final DescriptorProto proto, in Descriptor() method in Descriptors.Descriptor
/external/v8/tools/
Dll_prof.py456 class Descriptor(object): class
Dgrokdump.py63 class Descriptor(object): class