Home
last modified time | relevance | path

Searched refs:GetUInt64Value (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmap_field.cc296 reflection->SetUInt64(new_entry, key_des, map_key.GetUInt64Value()); in SyncRepeatedFieldWithMapNoLock()
323 reflection->SetUInt64(new_entry, val_des, map_val.GetUInt64Value()); in SyncRepeatedFieldWithMapNoLock()
Dmap_test_util.cc1379 EXPECT_EQ(map[iter.GetKey().GetUInt64Value()], in ExpectMapFieldsSetViaReflectionIterator()
1380 iter.GetValueRef().GetUInt64Value()); in ExpectMapFieldsSetViaReflectionIterator()
1426 EXPECT_EQ(map[iter.GetKey().GetUInt64Value()], in ExpectMapFieldsSetViaReflectionIterator()
1427 iter.GetValueRef().GetUInt64Value()); in ExpectMapFieldsSetViaReflectionIterator()
Dmap.h151 uint64 GetUInt64Value() const { in GetUInt64Value() function
353 uint64 GetUInt64Value() const { in GetUInt64Value() function
1725 return hash< ::google::protobuf::uint64>()(map_key.GetUInt64Value());
Dmap_field_inl.h63 return map_key.GetUInt64Value();
Dmap_test.cc224 EXPECT_DEATH(key.GetUInt64Value(), in TEST_P()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Dmap_container.cc187 return PyLong_FromUnsignedLongLong(key.GetUInt64Value()); in MapKeyToPython()
212 return PyLong_FromUnsignedLongLong(value->GetUInt64Value()); in MapValueRefToPython()