Home
last modified time | relevance | path

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

12

/external/protobuf/src/google/protobuf/
Dmap_field.h404 SetType(FieldDescriptor::CPPTYPE_INT32);
429 TYPE_CHECK(FieldDescriptor::CPPTYPE_INT32, "MapKey::GetInt32Value");
462 case FieldDescriptor::CPPTYPE_INT32:
490 case FieldDescriptor::CPPTYPE_INT32:
518 case FieldDescriptor::CPPTYPE_INT32:
578 TYPE_CHECK(FieldDescriptor::CPPTYPE_INT32, "MapValueRef::SetInt32Value");
616 TYPE_CHECK(FieldDescriptor::CPPTYPE_INT32, "MapValueRef::GetInt32Value");
796 case ::PROTOBUF_NAMESPACE_ID::FieldDescriptor::CPPTYPE_INT32:
Dmap_field.cc300 case FieldDescriptor::CPPTYPE_INT32: { in MergeFrom()
386 case FieldDescriptor::CPPTYPE_INT32: in SyncRepeatedFieldWithMapNoLock()
413 case FieldDescriptor::CPPTYPE_INT32: in SyncRepeatedFieldWithMapNoLock()
468 case FieldDescriptor::CPPTYPE_INT32: in SyncMapWithRepeatedFieldNoLock()
Ddynamic_message.cc108 case FD::CPPTYPE_INT32: in FieldSpaceUsed()
141 case FD::CPPTYPE_INT32: in FieldSpaceUsed()
180 case FD::CPPTYPE_INT32: in OneofFieldSpaceUsed()
Ddynamic_message.h200 case FieldDescriptor::CPPTYPE_INT32: { in operator()
Dwire_format_lite.cc82 CPPTYPE_INT32, // TYPE_INT32
92 CPPTYPE_INT32, // TYPE_SFIXED32
94 CPPTYPE_INT32, // TYPE_SINT32
Dtext_format.cc708 case FieldDescriptor::CPPTYPE_INT32: { in ConsumeFieldValue()
2037 case FieldDescriptor::CPPTYPE_INT32: { in operator ()()
2141 case FieldDescriptor::CPPTYPE_INT32: in CopyKey()
2182 case FieldDescriptor::CPPTYPE_INT32: in CopyValue()
Dgenerated_message_reflection.cc302 case FieldDescriptor::CPPTYPE_INT32: in SpaceUsedLong()
1958 case FieldDescriptor::CPPTYPE_INT32: in HasBit()
2094 HANDLE_TYPE(int32, FieldDescriptor::CPPTYPE_INT32, -1);
2196 cpp_type == FieldDescriptor::CPPTYPE_INT32)) in RepeatedFieldData()
Dextension_set.cc391 case WireFormatLite::CPPTYPE_INT32: in MutableRawRepeatedField()
803 case WireFormatLite::CPPTYPE_INT32: in RemoveLast()
850 case WireFormatLite::CPPTYPE_INT32: in SwapElements()
/external/protobuf/python/google/protobuf/
Ddescriptor.py473 CPPTYPE_INT32 = 1 variable in FieldDescriptor
494 TYPE_INT32: CPPTYPE_INT32,
495 TYPE_SFIXED32: CPPTYPE_INT32,
496 TYPE_SINT32: CPPTYPE_INT32,
Djson_format.py68 _INT_TYPES = frozenset([descriptor.FieldDescriptor.CPPTYPE_INT32,
/external/protobuf/python/google/protobuf/pyext/
Dmap_container.cc132 case FieldDescriptor::CPPTYPE_INT32: { in PythonToMapKey()
177 case FieldDescriptor::CPPTYPE_INT32: in MapKeyToPython()
202 case FieldDescriptor::CPPTYPE_INT32: in MapValueRefToPython()
235 case FieldDescriptor::CPPTYPE_INT32: { in PythonToMapValueRef()
Drepeated_scalar_container.cc117 case FieldDescriptor::CPPTYPE_INT32: { in AssignItem()
212 case FieldDescriptor::CPPTYPE_INT32: { in Item()
350 case FieldDescriptor::CPPTYPE_INT32: { in Subscript()
Ddescriptor.cc806 case FieldDescriptor::CPPTYPE_INT32: { in GetDefaultValue()
1926 if (!ADD_FIELDDESC_CONSTANT(CPPTYPE_INT32) || in InitDescriptor()
/external/protobuf/python/google/protobuf/internal/
Dtype_checkers.py81 return _VALUE_CHECKERS[_FieldDescriptor.CPPTYPE_INT32]
270 _FieldDescriptor.CPPTYPE_INT32: Int32ValueChecker(),
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc282 case FieldDescriptor::CPPTYPE_INT32: in CanInitializeByZeroing()
434 case FieldDescriptor::CPPTYPE_INT32: in EstimateAlignmentSize()
484 case FieldDescriptor::CPPTYPE_INT32: in PrimitiveTypeName()
516 case FieldDescriptor::CPPTYPE_INT32: in PrimitiveTypeName()
629 case FieldDescriptor::CPPTYPE_INT32: in DefaultValue()
923 case FieldDescriptor::CPPTYPE_INT32: in IsStringOrMessage()
/external/protobuf/src/google/protobuf/util/
Dtype_resolver_util.cc199 case FieldDescriptor::CPPTYPE_INT32: in ConvertOptionField()
322 case FieldDescriptor::CPPTYPE_INT32: in DefaultValueAsString()
Dfield_comparator.cc86 case FieldDescriptor::CPPTYPE_INT32: in Compare()
/external/tensorflow/tensorflow/tools/proto_text/
Dgen_proto_text_functions_lib.cc255 case FieldDescriptor::CPPTYPE_INT32: in AppendFieldValueAppend()
569 case FieldDescriptor::CPPTYPE_INT32: in AppendParseMessageFunction()
732 case FieldDescriptor::CPPTYPE_INT32: in GetAllFileDescriptorsFromMessage()
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_helpers.cc279 case FieldDescriptor::CPPTYPE_INT32: in DefaultValue()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc506 case FieldDescriptor::CPPTYPE_INT32: in DefaultValue()
584 case FieldDescriptor::CPPTYPE_INT32: in IsDefaultValueJavaDefault()
/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc761 case FieldDescriptor::CPPTYPE_INT32: in GPBGenericValueFieldName()
803 case FieldDescriptor::CPPTYPE_INT32: in DefaultValue()
880 case FieldDescriptor::CPPTYPE_INT32: in HasNonZeroDefaultValue()
/external/perfetto/src/trace_processor/util/
Dproto_to_json.cc92 case FieldDescriptor::CppType::CPPTYPE_INT32: in FieldToJson()
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_helpers.cc419 case FieldDescriptor::CPPTYPE_INT32: in DefaultValue()
/external/libprotobuf-mutator/src/
Dfield_instance.h410 case FieldDescriptor::CPPTYPE_INT32: in operator()
/external/protobuf/src/google/protobuf/compiler/ruby/
Druby_generator.cc128 case FieldDescriptor::CPPTYPE_INT32: in DefaultValueForField()

12