Home
last modified time | relevance | path

Searched refs:DEFINE_CLASS (Results 1 – 4 of 4) sorted by relevance

/external/objenesis/main/src/main/java/org/objenesis/instantiator/basic/
DClassDefinitionUtils.java89 private static Method DEFINE_CLASS; field in ClassDefinitionUtils
103 DEFINE_CLASS = loader.getDeclaredMethod("defineClass", in AccessController.doPrivileged()
109 DEFINE_CLASS.setAccessible(true); in AccessController.doPrivileged()
135 Class<T> c = (Class<T>) DEFINE_CLASS.invoke(loader, args); in defineClass()
/external/protobuf/php/ext/google/protobuf/
Ddef.c148 DEFINE_CLASS(Descriptor, descriptor, "Google\\Protobuf\\Descriptor");
274 DEFINE_CLASS(EnumDescriptor, enum_descriptor,
329 DEFINE_CLASS(EnumValueDescriptor, enum_value_descriptor,
365 DEFINE_CLASS(FieldDescriptor, field_descriptor,
483 DEFINE_CLASS(Oneof, oneof_descriptor,
569 DEFINE_CLASS(DescriptorPool, descriptor_pool,
571 DEFINE_CLASS(InternalDescriptorPool, internal_descriptor_pool,
Dprotobuf.h567 #define DEFINE_CLASS(NAME, LOWERNAME, string_name) \ macro
/external/protobuf/ruby/ext/google/protobuf_c/
Ddefs.c78 #define DEFINE_CLASS(name, string_name) \ macro
97 DEFINE_CLASS(DescriptorPool, "Google::Protobuf::DescriptorPool");
226 DEFINE_CLASS(Descriptor, "Google::Protobuf::Descriptor");
509 DEFINE_CLASS(FileDescriptor, "Google::Protobuf::FileDescriptor");
645 DEFINE_CLASS(FieldDescriptor, "Google::Protobuf::FieldDescriptor");
1160 DEFINE_CLASS(OneofDescriptor, "Google::Protobuf::OneofDescriptor");
1274 DEFINE_CLASS(EnumDescriptor, "Google::Protobuf::EnumDescriptor");
1477 DEFINE_CLASS(MessageBuilderContext,
1805 DEFINE_CLASS(OneofBuilderContext,
1881 DEFINE_CLASS(EnumBuilderContext,
[all …]