Searched refs:GetInt64 (Results 1 – 17 of 17) sorted by relevance
/third_party/protobuf/src/google/protobuf/ |
D | dynamic_message.h | 204 int64 first = reflection->GetInt64(*a, field_); in operator() 205 int64 second = reflection->GetInt64(*b, field_); in operator()
|
D | test_util.h | 376 EXPECT_EQ(100, sub_message->GetReflection()->GetInt64( in ExpectOneofSetViaReflection() 493 EXPECT_EQ(102, reflection->GetInt64(message, F("optional_int64"))); in ExpectAllFieldsSetViaReflection1() 497 EXPECT_EQ(106, reflection->GetInt64(message, F("optional_sint64"))); in ExpectAllFieldsSetViaReflection1() 501 EXPECT_EQ(110, reflection->GetInt64(message, F("optional_sfixed64"))); in ExpectAllFieldsSetViaReflection1() 771 EXPECT_EQ(402, reflection->GetInt64(message, F("default_int64"))); in ExpectAllFieldsSetViaReflection3() 775 EXPECT_EQ(406, reflection->GetInt64(message, F("default_sint64"))); in ExpectAllFieldsSetViaReflection3() 779 EXPECT_EQ(410, reflection->GetInt64(message, F("default_sfixed64"))); in ExpectAllFieldsSetViaReflection3() 909 EXPECT_EQ(0, reflection->GetInt64(message, F("optional_int64"))); in ExpectClearViaReflection() 913 EXPECT_EQ(0, reflection->GetInt64(message, F("optional_sint64"))); in ExpectClearViaReflection() 917 EXPECT_EQ(0, reflection->GetInt64(message, F("optional_sfixed64"))); in ExpectClearViaReflection() [all …]
|
D | map_test_util.h | 984 int64 key = sub_message->GetReflection()->GetInt64(*sub_message, in ExpectMapFieldsSetViaReflection() 986 int64 val = sub_message->GetReflection()->GetInt64(*sub_message, in ExpectMapFieldsSetViaReflection() 1057 int64 key = sub_message->GetReflection()->GetInt64( in ExpectMapFieldsSetViaReflection() 1059 int64 val = sub_message->GetReflection()->GetInt64( in ExpectMapFieldsSetViaReflection() 1129 int64 key = sub_message->GetReflection()->GetInt64( in ExpectMapFieldsSetViaReflection() 1131 int64 val = sub_message->GetReflection()->GetInt64( in ExpectMapFieldsSetViaReflection()
|
D | map_field.cc | 469 map_key.SetInt64Value(reflection->GetInt64(*it, key_des)); in SyncMapWithRepeatedFieldNoLock()
|
D | message.h | 501 int64 GetInt64(const Message& message, const FieldDescriptor* field) const;
|
D | text_format.cc | 2075 int64 first = reflection->GetInt64(*a, field_); in operator ()() 2076 int64 second = reflection->GetInt64(*b, field_); in operator ()()
|
D | extension_set.h | 244 int64 GetInt64(int number, int64 default_value) const;
|
/third_party/flatbuffers/go/ |
D | table.go | 113 func (t *Table) GetInt64(off UOffsetT) int64 { func 114 return GetInt64(t.Bytes[off:]) 247 return t.GetInt64(t.Pos + UOffsetT(off))
|
D | encode.go | 94 func GetInt64(buf []byte) (n int64) { func
|
/third_party/flatbuffers/tests/MyGame/Example/ |
D | Stat.go | 76 return rcv._tab.GetInt64(o + rcv._tab.Pos)
|
D | TypeAliases.go | 192 return rcv._tab.GetInt64(o + rcv._tab.Pos)
|
D | Monster.go | 761 return rcv._tab.GetInt64(o + rcv._tab.Pos) 809 return rcv._tab.GetInt64(o + rcv._tab.Pos) 985 return rcv._tab.GetInt64(a + flatbuffers.UOffsetT(j*8))
|
/third_party/flutter/engine/flutter/lib/ui/plugins/ |
D | callback_cache.cc | 140 const int64_t hash = root_obj[kHandleKey].GetInt64(); in LoadCacheFromDisk()
|
/third_party/protobuf/src/google/protobuf/util/ |
D | type_resolver_util.cc | 190 : reflection->GetInt64(options, field))); in ConvertOptionField()
|
/third_party/protobuf/ |
D | libprotobuf_lite.map | 158 "google::protobuf::internal::ExtensionSet::GetInt64(int, long long) const"; 255 "google::protobuf::internal::ExtensionSet::GetInt64(int, long) const";
|
/third_party/flatbuffers/tests/ |
D | go_test.go | 59 overflowingInt64Val = flatbuffers.GetInt64([]byte{0x84, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44})
|
/third_party/protobuf/python/google/protobuf/pyext/ |
D | message.cc | 2212 int64 value = reflection->GetInt64(*message, field_descriptor); in InternalGetScalar()
|