Searched refs:DEFINE_CLASS (Results 1 – 3 of 3) sorted by relevance
/external/objenesis/main/src/main/java/org/objenesis/instantiator/basic/ |
D | ClassDefinitionUtils.java | 89 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/ |
D | def.c | 55 #define DEFINE_CLASS(name, name_lower, string_name) \ macro 93 DEFINE_CLASS(DescriptorPool, descriptor_pool, 199 DEFINE_CLASS(Descriptor, descriptor, "Google\\Protobuf\\Descriptor"); 310 DEFINE_CLASS(MessageBuilderContext, message_builder_context,
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | defs.c | 78 #define DEFINE_CLASS(name, string_name) \ macro 97 DEFINE_CLASS(DescriptorPool, "Google::Protobuf::DescriptorPool"); 226 DEFINE_CLASS(Descriptor, "Google::Protobuf::Descriptor"); 479 DEFINE_CLASS(FieldDescriptor, "Google::Protobuf::FieldDescriptor"); 887 DEFINE_CLASS(OneofDescriptor, "Google::Protobuf::OneofDescriptor"); 1001 DEFINE_CLASS(EnumDescriptor, "Google::Protobuf::EnumDescriptor"); 1173 DEFINE_CLASS(MessageBuilderContext, 1466 DEFINE_CLASS(OneofBuilderContext, 1546 DEFINE_CLASS(EnumBuilderContext, 1613 DEFINE_CLASS(Builder, "Google::Protobuf::Internal::Builder");
|