Home
last modified time | relevance | path

Searched refs:full_class_name (Results 1 – 6 of 6) sorted by relevance

/external/r8/tools/
Dcreate_jctf_tests.py80 full_class_name = '{}{}.{}'.format(PACKAGE_PREFIX, relative_package,
85 name = full_class_name,
88 classFile = full_class_name.replace('.', '/') + '.class',
/external/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_message.h73 std::string full_class_name();
Dcsharp_message.cc89 std::string MessageGenerator::full_class_name() { in full_class_name() function in google::protobuf::compiler::csharp::MessageGenerator
/external/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.cc1037 string full_class_name = "descriptor_pb2." + class_name; in OptionsValue() local
1040 return "_descriptor._ParseOptions(" + full_class_name + "(), _b('" //##PY25 in OptionsValue()
/external/protobuf/php/ext/google/protobuf/
Dupb.h142 #define UPB_DISALLOW_POD_OPS(class_name, full_class_name) \ argument
153 #define UPB_DISALLOW_POD_OPS(class_name, full_class_name) \ argument
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h155 #define UPB_DISALLOW_POD_OPS(class_name, full_class_name) \ argument
167 #define UPB_DISALLOW_POD_OPS(class_name, full_class_name) \ argument