Home
last modified time | relevance | path

Searched refs:CPPTYPE_INT64 (Results 1 – 25 of 32) sorted by relevance

12

/external/nanopb-c/generator/google/protobuf/
Ddescriptor.py387 CPPTYPE_INT64 = 2 variable in FieldDescriptor
402 TYPE_INT64: CPPTYPE_INT64,
403 TYPE_SINT64: CPPTYPE_INT64,
404 TYPE_SFIXED64: CPPTYPE_INT64,
/external/protobuf/python/google/protobuf/
Ddescriptor.py447 CPPTYPE_INT64 = 2 variable in FieldDescriptor
462 TYPE_INT64: CPPTYPE_INT64,
463 TYPE_SINT64: CPPTYPE_INT64,
464 TYPE_SFIXED64: CPPTYPE_INT64,
Djson_format.py57 descriptor.FieldDescriptor.CPPTYPE_INT64,
59 _INT64_TYPES = frozenset([descriptor.FieldDescriptor.CPPTYPE_INT64,
/external/protobuf/python/google/protobuf/pyext/
Dmap_container.cc141 case FieldDescriptor::CPPTYPE_INT64: { in PythonToMapKey()
183 case FieldDescriptor::CPPTYPE_INT64: in MapKeyToPython()
208 case FieldDescriptor::CPPTYPE_INT64: in MapValueRefToPython()
244 case FieldDescriptor::CPPTYPE_INT64: { in PythonToMapValueRef()
Drepeated_scalar_container.cc122 case FieldDescriptor::CPPTYPE_INT64: { in AssignItem()
215 case FieldDescriptor::CPPTYPE_INT64: { in Item()
366 case FieldDescriptor::CPPTYPE_INT64: { in Append()
Ddescriptor.cc738 case FieldDescriptor::CPPTYPE_INT64: { in GetDefaultValue()
1551 !ADD_FIELDDESC_CONSTANT(CPPTYPE_INT64) || in InitDescriptor()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc293 case FieldDescriptor::CPPTYPE_INT64 : return "::google::protobuf::int64"; in PrimitiveTypeName()
368 case FieldDescriptor::CPPTYPE_INT64: in DefaultValue()
576 case FieldDescriptor::CPPTYPE_INT64: in IsStringOrMessage()
/external/protobuf/src/google/protobuf/
Dwire_format_lite.cc80 CPPTYPE_INT64, // TYPE_INT64
93 CPPTYPE_INT64, // TYPE_SFIXED64
95 CPPTYPE_INT64, // TYPE_SINT64
Dmap_field.cc289 case google::protobuf::FieldDescriptor::CPPTYPE_INT64: in SyncRepeatedFieldWithMapNoLock()
316 case google::protobuf::FieldDescriptor::CPPTYPE_INT64: in SyncRepeatedFieldWithMapNoLock()
371 case google::protobuf::FieldDescriptor::CPPTYPE_INT64: in SyncMapWithRepeatedFieldNoLock()
Dmap.h122 SetType(FieldDescriptor::CPPTYPE_INT64); in SetInt64Value()
147 TYPE_CHECK(FieldDescriptor::CPPTYPE_INT64, in GetInt64Value()
192 case FieldDescriptor::CPPTYPE_INT64:
220 case FieldDescriptor::CPPTYPE_INT64:
247 case FieldDescriptor::CPPTYPE_INT64: in CopyFrom()
302 TYPE_CHECK(FieldDescriptor::CPPTYPE_INT64, in SetInt64Value()
349 TYPE_CHECK(FieldDescriptor::CPPTYPE_INT64, in GetInt64Value()
1699 case google::protobuf::FieldDescriptor::CPPTYPE_INT64:
Ddynamic_message.cc116 case FD::CPPTYPE_INT64 : return sizeof(RepeatedField<int64 >); in FieldSpaceUsed()
141 case FD::CPPTYPE_INT64 : return sizeof(int64 ); in FieldSpaceUsed()
172 case FD::CPPTYPE_INT64 : return sizeof(int64 ); in OneofFieldSpaceUsed()
Dmessage.cc213 HANDLE_TYPE(int64, FieldDescriptor::CPPTYPE_INT64, -1);
Dextension_set.cc364 case WireFormatLite::CPPTYPE_INT64: in MutableRawRepeatedField()
779 case WireFormatLite::CPPTYPE_INT64: in RemoveLast()
830 case WireFormatLite::CPPTYPE_INT64: in SwapElements()
Dwire_format_lite.h121 CPPTYPE_INT64 = 2, enumerator
Ddescriptor.cc80 CPPTYPE_INT64, // TYPE_INT64
93 CPPTYPE_INT64, // TYPE_SFIXED64
95 CPPTYPE_INT64, // TYPE_SINT64
1687 case CPPTYPE_INT64: in DefaultValueAsString()
4273 case FieldDescriptor::CPPTYPE_INT64: in BuildFieldOrExtension()
4358 case FieldDescriptor::CPPTYPE_INT64: in BuildFieldOrExtension()
5885 case FieldDescriptor::CPPTYPE_INT64: in SetOptionValue()
Dtext_format.cc648 case FieldDescriptor::CPPTYPE_INT64: { in ConsumeFieldValue()
1614 case FieldDescriptor::CPPTYPE_INT64: { in operator ()()
/external/protobuf/src/google/protobuf/util/
Dfield_comparator.cc92 case FieldDescriptor::CPPTYPE_INT64: in Compare()
Dtype_resolver_util.cc211 case FieldDescriptor::CPPTYPE_INT64: in DefaultValueAsString()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc397 case FieldDescriptor::CPPTYPE_INT64: in DefaultValue()
474 case FieldDescriptor::CPPTYPE_INT64: in IsDefaultValueJavaDefault()
/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc654 case FieldDescriptor::CPPTYPE_INT64: in GPBGenericValueFieldName()
700 case FieldDescriptor::CPPTYPE_INT64: in DefaultValue()
773 case FieldDescriptor::CPPTYPE_INT64: in HasNonZeroDefaultValue()
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_helpers.cc284 case FieldDescriptor::CPPTYPE_INT64: in DefaultValue()
/external/nanopb-c/generator/google/protobuf/internal/
Dtype_checkers.py156 _FieldDescriptor.CPPTYPE_INT64: Int64ValueChecker(),
/external/protobuf/python/google/protobuf/internal/
Dtype_checkers.py222 _FieldDescriptor.CPPTYPE_INT64: Int64ValueChecker(),
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_helpers.cc424 case FieldDescriptor::CPPTYPE_INT64: in DefaultValue()
/external/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc761 case FieldDescriptor::CPPTYPE_INT64: in JSFieldDefault()
871 case FieldDescriptor::CPPTYPE_INT64: in JSTypeName()
1209 case FieldDescriptor::CPPTYPE_INT64: in Proto3PrimitiveFieldDefault()
2569 case FieldDescriptor::CPPTYPE_INT64: in GenerateClassSerializeBinaryField()

12