/external/protobuf/src/google/protobuf/ |
wire_format_lite.cc | 72 CPPTYPE_INT32, // TYPE_INT32 82 CPPTYPE_INT32, // TYPE_SFIXED32 84 CPPTYPE_INT32, // TYPE_SINT32
|
dynamic_message.cc | 98 case FD::CPPTYPE_INT32 : return sizeof(RepeatedField<int32 >); 118 case FD::CPPTYPE_INT32 : return sizeof(int32 );
|
descriptor.cc | 70 CPPTYPE_INT32, // TYPE_INT32 80 CPPTYPE_INT32, // TYPE_SFIXED32 82 CPPTYPE_INT32, // TYPE_SINT32 [all...] |
descriptor.h | 330 CPPTYPE_INT32 = 1, // TYPE_INT32, TYPE_SINT32, TYPE_SFIXED32 408 // Get the field default value if cpp_type() == CPPTYPE_INT32. If no [all...] |
wire_format_lite.h | 122 CPPTYPE_INT32 = 1,
|
extension_set.cc | 498 case WireFormatLite::CPPTYPE_INT32: 539 case WireFormatLite::CPPTYPE_INT32: [all...] |
text_format.cc | 350 case FieldDescriptor::CPPTYPE_INT32: { [all...] |
generated_message_reflection.cc | 96 "CPPTYPE_INT32", 261 case FieldDescriptor::CPPTYPE_INT32 : [all...] |
descriptor_unittest.cc | [all...] |
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_helpers.cc | 194 case FieldDescriptor::CPPTYPE_INT32 : return "::google::protobuf::int32"; 245 case FieldDescriptor::CPPTYPE_INT32:
|
/external/protobuf/src/google/protobuf/compiler/java/ |
java_helpers.cc | 265 case FieldDescriptor::CPPTYPE_INT32:
|
/hardware/ril/mock-ril/src/cpp/ |
protobuf_v8.cpp | 209 case FieldDescriptor::CPPTYPE_INT32: 210 DBG("Type::ToJs CPPTYPE_INT32"); 326 case FieldDescriptor::CPPTYPE_INT32: 327 DBG("Type::ToProto CPPTYPE_INT32");
|
/external/protobuf/python/google/protobuf/ |
descriptor.py | 352 CPPTYPE_INT32 = 1
|
/external/protobuf/python/google/protobuf/internal/ |
type_checkers.py | 155 _FieldDescriptor.CPPTYPE_INT32: Int32ValueChecker(),
|
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
javamicro_helpers.cc | 337 case FieldDescriptor::CPPTYPE_INT32:
|
/external/protobuf/src/google/protobuf/compiler/python/ |
python_generator.cc | 160 case FieldDescriptor::CPPTYPE_INT32: [all...] |