Searched refs:GetUInt64Value (Results 1 – 8 of 8) sorted by relevance
/third_party/protobuf/src/google/protobuf/ |
D | map_field.h | 127 uint64 GetUInt64Value() const { in GetUInt64Value() function 630 uint64 GetUInt64Value() const { 822 auto value = map_key.GetUInt64Value(); 823 return hash<decltype(value)>()(map_key.GetUInt64Value());
|
D | map_field.cc | 317 map_val->SetUInt64Value(other_it->second.GetUInt64Value()); in MergeFrom() 392 reflection->SetUInt64(new_entry, key_des, map_key.GetUInt64Value()); in SyncRepeatedFieldWithMapNoLock() 419 reflection->SetUInt64(new_entry, val_des, map_val.GetUInt64Value()); in SyncRepeatedFieldWithMapNoLock()
|
D | map_test_util.h | 1341 EXPECT_EQ(map[iter.GetKey().GetUInt64Value()], in ExpectMapFieldsSetViaReflectionIterator() 1342 iter.GetValueRef().GetUInt64Value()); in ExpectMapFieldsSetViaReflectionIterator() 1387 EXPECT_EQ(map[iter.GetKey().GetUInt64Value()], in ExpectMapFieldsSetViaReflectionIterator() 1388 iter.GetValueRef().GetUInt64Value()); in ExpectMapFieldsSetViaReflectionIterator()
|
D | map_field_inl.h | 65 return map_key.GetUInt64Value();
|
D | text_format.cc | 2177 reflection->SetUInt64(message, field_desc, key.GetUInt64Value()); in CopyKey() 2218 reflection->SetUInt64(message, field_desc, value.GetUInt64Value()); in CopyValue()
|
D | map_test.cc | 230 EXPECT_DEATH(key.GetUInt64Value(), in TEST_F()
|
/third_party/lzma/CPP/7zip/UI/Console/ |
D | List.cpp | 784 static HRESULT GetUInt64Value(IInArchive *archive, UInt32 index, PROPID propID, CListUInt64Def &val… in GetUInt64Value() function 1322 RINOK(GetUInt64Value(archive, i, kpidSize, st.Size)); in ListArchives() 1323 RINOK(GetUInt64Value(archive, i, kpidPackSize, st.PackSize)); in ListArchives()
|
/third_party/protobuf/python/google/protobuf/pyext/ |
D | map_container.cc | 185 return PyLong_FromUnsignedLongLong(key.GetUInt64Value()); in MapKeyToPython() 211 return PyLong_FromUnsignedLongLong(value.GetUInt64Value()); in MapValueRefToPython()
|