/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/ |
D | descriptor.py | 447 CPPTYPE_INT64 = 2 variable in FieldDescriptor 462 TYPE_INT64: CPPTYPE_INT64, 463 TYPE_SINT64: CPPTYPE_INT64, 464 TYPE_SFIXED64: CPPTYPE_INT64,
|
D | json_format.py | 63 descriptor.FieldDescriptor.CPPTYPE_INT64, 65 _INT64_TYPES = frozenset([descriptor.FieldDescriptor.CPPTYPE_INT64,
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/ |
D | map_container.cc | 140 case FieldDescriptor::CPPTYPE_INT64: { in PythonToMapKey() 182 case FieldDescriptor::CPPTYPE_INT64: in MapKeyToPython() 207 case FieldDescriptor::CPPTYPE_INT64: in MapValueRefToPython() 243 case FieldDescriptor::CPPTYPE_INT64: { in PythonToMapValueRef()
|
D | descriptor.cc | 743 case FieldDescriptor::CPPTYPE_INT64: { in GetDefaultValue() 1806 !ADD_FIELDDESC_CONSTANT(CPPTYPE_INT64) || in InitDescriptor()
|
D | message.cc | 2238 case FieldDescriptor::CPPTYPE_INT64: { in CheckAndGetInteger() 2349 case FieldDescriptor::CPPTYPE_INT64: { in CheckAndGetInteger()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/ |
D | cpp_helpers.cc | 293 case FieldDescriptor::CPPTYPE_INT64 : return "::google::protobuf::int64"; in PrimitiveTypeName() 368 case FieldDescriptor::CPPTYPE_INT64: in DefaultValue() 576 case FieldDescriptor::CPPTYPE_INT64: in IsStringOrMessage()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | map_field.cc | 289 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()
|
D | wire_format_lite.cc | 80 CPPTYPE_INT64, // TYPE_INT64 93 CPPTYPE_INT64, // TYPE_SFIXED64 95 CPPTYPE_INT64, // TYPE_SINT64
|
D | map.h | 122 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() 1720 case google::protobuf::FieldDescriptor::CPPTYPE_INT64:
|
D | dynamic_message.cc | 115 case FD::CPPTYPE_INT64 : return sizeof(RepeatedField<int64 >); in FieldSpaceUsed() 140 case FD::CPPTYPE_INT64 : return sizeof(int64 ); in FieldSpaceUsed() 171 case FD::CPPTYPE_INT64 : return sizeof(int64 ); in OneofFieldSpaceUsed()
|
D | message.cc | 211 HANDLE_TYPE(int64, FieldDescriptor::CPPTYPE_INT64, -1);
|
D | wire_format_lite.h | 121 CPPTYPE_INT64 = 2, enumerator
|
D | descriptor.cc | 80 CPPTYPE_INT64, // TYPE_INT64 93 CPPTYPE_INT64, // TYPE_SFIXED64 95 CPPTYPE_INT64, // TYPE_SINT64 1687 case CPPTYPE_INT64: in DefaultValueAsString() 4279 case FieldDescriptor::CPPTYPE_INT64: in BuildFieldOrExtension() 4364 case FieldDescriptor::CPPTYPE_INT64: in BuildFieldOrExtension() 5904 case FieldDescriptor::CPPTYPE_INT64: in SetOptionValue()
|
D | text_format.cc | 650 case FieldDescriptor::CPPTYPE_INT64: { in ConsumeFieldValue() 1646 case FieldDescriptor::CPPTYPE_INT64: { in operator ()()
|
D | descriptor.h | 477 CPPTYPE_INT64 = 2, // TYPE_INT64, TYPE_SINT64, TYPE_SFIXED64 enumerator
|
D | generated_message_reflection.cc | 341 case FieldDescriptor::CPPTYPE_INT64 : in SpaceUsed() 2047 case FieldDescriptor::CPPTYPE_INT64: in HasBit()
|
D | descriptor_unittest.cc | 2098 EXPECT_EQ(FD::CPPTYPE_INT64 , GetCppTypeForFieldType(FD::TYPE_INT64 )); in TEST_F() 2111 EXPECT_EQ(FD::CPPTYPE_INT64 , GetCppTypeForFieldType(FD::TYPE_SFIXED64)); in TEST_F() 2113 EXPECT_EQ(FD::CPPTYPE_INT64 , GetCppTypeForFieldType(FD::TYPE_SINT64 )); in TEST_F() 2147 EXPECT_STREQ("int64" , FD::CppTypeName(FD::CPPTYPE_INT64 )); in TEST_F()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/ |
D | field_comparator.cc | 92 case FieldDescriptor::CPPTYPE_INT64: in Compare()
|
D | type_resolver_util.cc | 211 case FieldDescriptor::CPPTYPE_INT64: in DefaultValueAsString()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/java/ |
D | java_helpers.cc | 411 case FieldDescriptor::CPPTYPE_INT64: in DefaultValue() 488 case FieldDescriptor::CPPTYPE_INT64: in IsDefaultValueJavaDefault()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/objectivec/ |
D | objectivec_helpers.cc | 674 case FieldDescriptor::CPPTYPE_INT64: in GPBGenericValueFieldName() 720 case FieldDescriptor::CPPTYPE_INT64: in DefaultValue() 793 case FieldDescriptor::CPPTYPE_INT64: in HasNonZeroDefaultValue()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/ |
D | type_checkers.py | 222 _FieldDescriptor.CPPTYPE_INT64: Int64ValueChecker(),
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/javanano/ |
D | javanano_helpers.cc | 424 case FieldDescriptor::CPPTYPE_INT64: in DefaultValue()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/js/ |
D | js_generator.cc | 781 case FieldDescriptor::CPPTYPE_INT64: in JSFieldDefault() 891 case FieldDescriptor::CPPTYPE_INT64: in JSTypeName() 1276 case FieldDescriptor::CPPTYPE_INT64: in Proto3PrimitiveFieldDefault() 2792 case FieldDescriptor::CPPTYPE_INT64: in GenerateClassSerializeBinaryField()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/python/ |
D | python_generator.cc | 227 case FieldDescriptor::CPPTYPE_INT64: in StringifyDefaultValue()
|