/external/protobuf/src/google/protobuf/compiler/ |
importer_unittest.cc | 166 ASSERT_EQ(FieldDescriptor::TYPE_MESSAGE, 235 const FieldDescriptor* key_field = item_type->FindFieldByName("key"); 237 const FieldDescriptor* items_field = map_type->FindFieldByName("items");
|
parser.cc | 668 const FieldDescriptor* uninterpreted_option_field = options->GetDescriptor()-> 769 end = FieldDescriptor::kMaxNumber; [all...] |
/external/protobuf/src/google/protobuf/ |
wire_format_lite.h | 82 // declared by FieldDescriptor::Type, in descriptor.h) maps to one of 97 // Lite alternative to FieldDescriptor::Type. Must be kept in sync. 120 // Lite alternative to FieldDescriptor::CppType. Must be kept in sync.
|
descriptor_database.cc | 423 const FieldDescriptor* extension = 438 vector<const FieldDescriptor*> extensions;
|
extension_set_unittest.cc | 612 const FieldDescriptor* message_extension = 626 const FieldDescriptor* dynamic_message_extension =
|
test_util.cc | [all...] |
text_format_unittest.cc | [all...] |
/external/protobuf/python/google/protobuf/internal/ |
type_checkers.py | 53 _FieldDescriptor = descriptor.FieldDescriptor
|
reflection_test.py | 709 FieldDescriptor = descriptor.FieldDescriptor 710 foo_field_descriptor = FieldDescriptor( 712 index=0, number=1, type=FieldDescriptor.TYPE_INT64, 713 cpp_type=FieldDescriptor.CPPTYPE_INT64, 714 label=FieldDescriptor.LABEL_OPTIONAL, default_value=0, [all...] |
decoder.py | 68 (This is actually the FieldDescriptor but nothing in this
|
encoder.py | 40 FieldDescriptor) we construct two functions: a "sizer" and an "encoder". The
|
/external/protobuf/python/google/protobuf/ |
message.py | 210 """Returns a list of (FieldDescriptor, value) tuples for all
|
/external/emma/core/java12/com/vladium/emma/instr/ |
InstrVisitor.java | 195 final String fieldDescriptor = "[[Z"; 211 coverageFieldOffset = cls.addField (COVERAGE_FIELD_NAME, fieldDescriptor, 216 coverageFieldOffset = cls.addField (COVERAGE_FIELD_NAME, fieldDescriptor, 328 final String fieldDescriptor = "J"; 344 cls.addField (SUID_FIELD_NAME, fieldDescriptor, fieldModifiers, fieldAttributes); [all...] |
/external/protobuf/src/google/protobuf/compiler/java/ |
java_file.cc | 61 vector<const FieldDescriptor*> fields;
|
/frameworks/base/core/jni/ |
android_app_NativeActivity.cpp | [all...] |
/frameworks/base/services/jni/ |
com_android_server_InputManager.cpp | [all...] |
/external/protobuf/java/src/test/java/com/google/protobuf/ |
TestUtil.java | [all...] |
GeneratedMessageTest.java | 563 Descriptors.FieldDescriptor field =
|
/external/protobuf/ |
CHANGES.txt | 300 const FieldDescriptor* field =
|
/external/v8/src/ |
objects.cc | [all...] |
heap.cc | [all...] |
/external/emma/lib/ |
emma.jar | |