Searched refs:SFixed64 (Results 1 – 12 of 12) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/ |
D | FieldType.cs | 99 SFixed64, enumerator
|
D | FieldDescriptor.cs | 167 return FieldType.SFixed64; in GetFieldTypeFromProtoType()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/ |
D | GPBExtensionInternals.m | 84 FIELD_CASE(SFixed64, longLongValue) 117 FIELD_CASE(SFixed64, longLongValue) 183 FIELD_CASE(SFixed64, longLongValue) 224 FIELD_CASE(SFixed64, longLongValue)
|
D | GPBUtilities_PackagePrivate.h | 315 GPB_MESSAGE_SIGNATURE_ENTRY(int64_t, SFixed64)
|
D | GPBMessage.m | 1428 //%PDDM-EXPAND FIELD_CASE(SFixed64, Int64) 2085 CASE_SINGLE_POD(SFixed64, int64_t, Int64) 2166 CASE_REPEATED_PACKED_POD(SFixed64, int64_t, Int64) 2223 CASE_REPEATED_NOT_PACKED_POD(SFixed64, int64_t, Int64) 2860 CASE_SINGLE_POD(SFixed64, int64_t, Int64) 2911 CASE_REPEATED_POD(SFixed64, int64_t, Int64) 3008 CASE_GET(SFixed64, int64_t, Int64) 3043 CASE_SET(SFixed64, int64_t, Int64)
|
D | GPBUtilities.m | 1296 FIELD_CASE(SFixed64, int64_t, Int64, @"%lld") 1420 FIELD_CASE(SFixed64, int64_t, longLongValue, @"%lld")
|
D | GPBCodedOutputStream.m | 738 //%PDDM-EXPAND WRITE_PACKABLE_DEFNS(SFixed64, Int64, int64_t, )
|
D | GPBDictionary.m | 140 //%SERIALIZE_SUPPORT_3_TYPE(Int64, int64_t, Int64, SInt64, SFixed64)
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | extension_set_heavy.cc | 475 HANDLE_TYPE(SFIXED64, SFixed64, int64); in InternalSerializeFieldWithCachedSizesToArray() 508 HANDLE_TYPE(SFIXED64, SFixed64, int64); in InternalSerializeFieldWithCachedSizesToArray() 547 HANDLE_TYPE(SFIXED64, SFixed64, int64_value); in InternalSerializeFieldWithCachedSizesToArray()
|
D | map_type_handler.h | 315 FIXED_BYTE_SIZE(SFIXED64, SFixed64) 360 GET_FIXED_CACHED_SIZE(SFIXED64, SFixed64) 410 WRITE_METHOD(SFIXED64, SFixed64)
|
D | wire_format.cc | 872 HANDLE_PRIMITIVE_TYPE(SFIXED64, int64, SFixed64, Int64) in SerializeFieldWithCachedSizes() 1068 HANDLE_FIXED_TYPE(SFIXED64, SFixed64) in FieldDataOnlyByteSize()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/ |
D | JsonFormatter.cs | 367 case FieldType.SFixed64: in IsDefaultValue()
|