Home
last modified time | relevance | path

Searched refs:CPPTYPE_INT32 (Results 1 – 25 of 31) sorted by relevance

12

/external/nanopb-c/generator/google/protobuf/
Ddescriptor.py386 CPPTYPE_INT32 = 1 variable in FieldDescriptor
407 TYPE_INT32: CPPTYPE_INT32,
408 TYPE_SFIXED32: CPPTYPE_INT32,
409 TYPE_SINT32: CPPTYPE_INT32,
/external/protobuf/python/google/protobuf/
Ddescriptor.py446 CPPTYPE_INT32 = 1 variable in FieldDescriptor
467 TYPE_INT32: CPPTYPE_INT32,
468 TYPE_SFIXED32: CPPTYPE_INT32,
469 TYPE_SINT32: CPPTYPE_INT32,
Djson_format.py55 _INT_TYPES = frozenset([descriptor.FieldDescriptor.CPPTYPE_INT32,
/external/protobuf/python/google/protobuf/pyext/
Dmap_container.cc136 case FieldDescriptor::CPPTYPE_INT32: { in PythonToMapKey()
181 case FieldDescriptor::CPPTYPE_INT32: in MapKeyToPython()
206 case FieldDescriptor::CPPTYPE_INT32: in MapValueRefToPython()
239 case FieldDescriptor::CPPTYPE_INT32: { in PythonToMapValueRef()
Drepeated_scalar_container.cc117 case FieldDescriptor::CPPTYPE_INT32: { in AssignItem()
209 case FieldDescriptor::CPPTYPE_INT32: { in Item()
361 case FieldDescriptor::CPPTYPE_INT32: { in Append()
Ddescriptor.cc733 case FieldDescriptor::CPPTYPE_INT32: { in GetDefaultValue()
1550 if (!ADD_FIELDDESC_CONSTANT(CPPTYPE_INT32) || in InitDescriptor()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc292 case FieldDescriptor::CPPTYPE_INT32 : return "::google::protobuf::int32"; in PrimitiveTypeName()
364 case FieldDescriptor::CPPTYPE_INT32: in DefaultValue()
575 case FieldDescriptor::CPPTYPE_INT32: in IsStringOrMessage()
/external/protobuf/src/google/protobuf/
Dwire_format_lite.cc82 CPPTYPE_INT32, // TYPE_INT32
92 CPPTYPE_INT32, // TYPE_SFIXED32
94 CPPTYPE_INT32, // TYPE_SINT32
Dmap_field.cc292 case google::protobuf::FieldDescriptor::CPPTYPE_INT32: in SyncRepeatedFieldWithMapNoLock()
319 case google::protobuf::FieldDescriptor::CPPTYPE_INT32: in SyncRepeatedFieldWithMapNoLock()
374 case google::protobuf::FieldDescriptor::CPPTYPE_INT32: in SyncMapWithRepeatedFieldNoLock()
Dmap.h130 SetType(FieldDescriptor::CPPTYPE_INT32); in SetInt32Value()
157 TYPE_CHECK(FieldDescriptor::CPPTYPE_INT32, in GetInt32Value()
194 case FieldDescriptor::CPPTYPE_INT32:
222 case FieldDescriptor::CPPTYPE_INT32:
250 case FieldDescriptor::CPPTYPE_INT32: in CopyFrom()
312 TYPE_CHECK(FieldDescriptor::CPPTYPE_INT32, in SetInt32Value()
359 TYPE_CHECK(FieldDescriptor::CPPTYPE_INT32, in GetInt32Value()
1701 case google::protobuf::FieldDescriptor::CPPTYPE_INT32:
Ddynamic_message.cc115 case FD::CPPTYPE_INT32 : return sizeof(RepeatedField<int32 >); in FieldSpaceUsed()
140 case FD::CPPTYPE_INT32 : return sizeof(int32 ); in FieldSpaceUsed()
171 case FD::CPPTYPE_INT32 : return sizeof(int32 ); in OneofFieldSpaceUsed()
Dmessage.cc212 HANDLE_TYPE(int32, FieldDescriptor::CPPTYPE_INT32, -1);
Dextension_set.cc360 case WireFormatLite::CPPTYPE_INT32: in MutableRawRepeatedField()
776 case WireFormatLite::CPPTYPE_INT32: in RemoveLast()
827 case WireFormatLite::CPPTYPE_INT32: in SwapElements()
Dwire_format_lite.h120 CPPTYPE_INT32 = 1, enumerator
Dgenerated_message_reflection.cc340 case FieldDescriptor::CPPTYPE_INT32 : in SpaceUsed()
2044 case FieldDescriptor::CPPTYPE_INT32: in HasBit()
2241 cpp_type == FieldDescriptor::CPPTYPE_INT32)) in RepeatedFieldData()
Ddescriptor.cc82 CPPTYPE_INT32, // TYPE_INT32
92 CPPTYPE_INT32, // TYPE_SFIXED32
94 CPPTYPE_INT32, // TYPE_SINT32
1684 case CPPTYPE_INT32: in DefaultValueAsString()
4269 case FieldDescriptor::CPPTYPE_INT32: in BuildFieldOrExtension()
4355 case FieldDescriptor::CPPTYPE_INT32: in BuildFieldOrExtension()
5858 case FieldDescriptor::CPPTYPE_INT32: in SetOptionValue()
/external/protobuf/python/google/protobuf/internal/
Dtype_checkers.py80 return _VALUE_CHECKERS[_FieldDescriptor.CPPTYPE_INT32]
221 _FieldDescriptor.CPPTYPE_INT32: Int32ValueChecker(),
/external/protobuf/src/google/protobuf/util/
Dfield_comparator.cc90 case FieldDescriptor::CPPTYPE_INT32: in Compare()
Dtype_resolver_util.cc208 case FieldDescriptor::CPPTYPE_INT32: in DefaultValueAsString()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc392 case FieldDescriptor::CPPTYPE_INT32: in DefaultValue()
470 case FieldDescriptor::CPPTYPE_INT32: in IsDefaultValueJavaDefault()
/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc650 case FieldDescriptor::CPPTYPE_INT32: in GPBGenericValueFieldName()
692 case FieldDescriptor::CPPTYPE_INT32: in DefaultValue()
769 case FieldDescriptor::CPPTYPE_INT32: in HasNonZeroDefaultValue()
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_helpers.cc279 case FieldDescriptor::CPPTYPE_INT32: in DefaultValue()
/external/nanopb-c/generator/google/protobuf/internal/
Dtype_checkers.py155 _FieldDescriptor.CPPTYPE_INT32: Int32ValueChecker(),
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_helpers.cc419 case FieldDescriptor::CPPTYPE_INT32: in DefaultValue()
/external/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc752 case FieldDescriptor::CPPTYPE_INT32: in JSFieldDefault()
869 case FieldDescriptor::CPPTYPE_INT32: in JSTypeName()
1208 case FieldDescriptor::CPPTYPE_INT32: in Proto3PrimitiveFieldDefault()
2568 case FieldDescriptor::CPPTYPE_INT32: in GenerateClassSerializeBinaryField()

12