Searched refs:CPPTYPE_INT32 (Results 1 - 25 of 33) sorted by relevance

12

/external/protobuf/src/google/protobuf/
H A Dwire_format_lite.cc72 CPPTYPE_INT32, // TYPE_INT32
82 CPPTYPE_INT32, // TYPE_SFIXED32
84 CPPTYPE_INT32, // TYPE_SINT32
H A Ddynamic_message.cc98 case FD::CPPTYPE_INT32 : return sizeof(RepeatedField<int32 >);
118 case FD::CPPTYPE_INT32 : return sizeof(int32 );
H A Ddescriptor.cc70 CPPTYPE_INT32, // TYPE_INT32
80 CPPTYPE_INT32, // TYPE_SFIXED32
82 CPPTYPE_INT32, // TYPE_SINT32
1293 case CPPTYPE_INT32:
2987 case FieldDescriptor::CPPTYPE_INT32:
3072 case FieldDescriptor::CPPTYPE_INT32:
4119 case FieldDescriptor::CPPTYPE_INT32:
4339 GOOGLE_LOG(FATAL) << "Invalid wire type for CPPTYPE_INT32: " << type;
H A Ddescriptor.h330 CPPTYPE_INT32 = 1, // TYPE_INT32, TYPE_SINT32, TYPE_SFIXED32 enumerator in enum:google::protobuf::FieldDescriptor::CppType
408 // Get the field default value if cpp_type() == CPPTYPE_INT32. If no
H A Dwire_format_lite.h122 CPPTYPE_INT32 = 1, enumerator in enum:google::protobuf::internal::WireFormatLite::CppType
H A Dextension_set.cc498 case WireFormatLite::CPPTYPE_INT32:
539 case WireFormatLite::CPPTYPE_INT32:
/external/chromium_org/third_party/protobuf/python/google/protobuf/
H A Ddescriptor.py386 CPPTYPE_INT32 = 1 variable in class:FieldDescriptor
407 TYPE_INT32: CPPTYPE_INT32,
408 TYPE_SFIXED32: CPPTYPE_INT32,
409 TYPE_SINT32: CPPTYPE_INT32,
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.cc194 case FieldDescriptor::CPPTYPE_INT32 : return "::google::protobuf::int32";
245 case FieldDescriptor::CPPTYPE_INT32:
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.cc210 case FieldDescriptor::CPPTYPE_INT32 : return "::google::protobuf::int32";
261 case FieldDescriptor::CPPTYPE_INT32:
274 // See the comments for CPPTYPE_INT32.
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_helpers.cc288 case FieldDescriptor::CPPTYPE_INT32:
365 case FieldDescriptor::CPPTYPE_INT32:
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dwire_format_lite.cc91 CPPTYPE_INT32, // TYPE_INT32
101 CPPTYPE_INT32, // TYPE_SFIXED32
103 CPPTYPE_INT32, // TYPE_SINT32
H A Ddynamic_message.cc98 case FD::CPPTYPE_INT32 : return sizeof(RepeatedField<int32 >);
118 case FD::CPPTYPE_INT32 : return sizeof(int32 );
H A Dmessage.cc207 HANDLE_TYPE(int32, FieldDescriptor::CPPTYPE_INT32, -1);
H A Ddescriptor.cc72 CPPTYPE_INT32, // TYPE_INT32
82 CPPTYPE_INT32, // TYPE_SFIXED32
84 CPPTYPE_INT32, // TYPE_SINT32
114 "int32", // CPPTYPE_INT32
1423 case CPPTYPE_INT32:
3375 case FieldDescriptor::CPPTYPE_INT32:
3460 case FieldDescriptor::CPPTYPE_INT32:
4565 case FieldDescriptor::CPPTYPE_INT32:
4884 GOOGLE_LOG(FATAL) << "Invalid wire type for CPPTYPE_INT32: " << type;
H A Dwire_format_lite.h121 CPPTYPE_INT32 = 1, enumerator in enum:google::protobuf::internal::WireFormatLite::CppType
H A Dextension_set.cc590 case WireFormatLite::CPPTYPE_INT32:
641 case WireFormatLite::CPPTYPE_INT32:
H A Ddescriptor.h360 CPPTYPE_INT32 = 1, // TYPE_INT32, TYPE_SINT32, TYPE_SFIXED32 enumerator in enum:google::protobuf::FieldDescriptor::CppType
442 // Get the field default value if cpp_type() == CPPTYPE_INT32. If no
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_helpers.cc265 case FieldDescriptor::CPPTYPE_INT32:
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_helpers.cc279 case FieldDescriptor::CPPTYPE_INT32:
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dtype_checkers.py155 _FieldDescriptor.CPPTYPE_INT32: Int32ValueChecker(),
/external/protobuf/python/google/protobuf/
H A Ddescriptor.py352 CPPTYPE_INT32 = 1 variable in class:FieldDescriptor
/external/protobuf/python/google/protobuf/internal/
H A Dtype_checkers.py155 _FieldDescriptor.CPPTYPE_INT32: Int32ValueChecker(),
/external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
H A Dpython-proto2.cc542 case google::protobuf::FieldDescriptor::CPPTYPE_INT32: {
643 case google::protobuf::FieldDescriptor::CPPTYPE_INT32: {
735 case google::protobuf::FieldDescriptor::CPPTYPE_INT32: {
821 case google::protobuf::FieldDescriptor::CPPTYPE_INT32: {
/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_helpers.cc401 case FieldDescriptor::CPPTYPE_INT32:
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/python/
H A Dpython_generator.cc175 case FieldDescriptor::CPPTYPE_INT32:

Completed in 756 milliseconds

12