Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Dmap_field.h127 uint64 GetUInt64Value() const { in GetUInt64Value() function
630 uint64 GetUInt64Value() const {
822 auto value = map_key.GetUInt64Value();
823 return hash<decltype(value)>()(map_key.GetUInt64Value());
Dmap_field.cc317 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()
Dmap_test_util.h1341 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()
Dmap_field_inl.h65 return map_key.GetUInt64Value();
Dtext_format.cc2177 reflection->SetUInt64(message, field_desc, key.GetUInt64Value()); in CopyKey()
2218 reflection->SetUInt64(message, field_desc, value.GetUInt64Value()); in CopyValue()
Dmap_test.cc230 EXPECT_DEATH(key.GetUInt64Value(), in TEST_F()
/third_party/lzma/CPP/7zip/UI/Console/
DList.cpp784 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/
Dmap_container.cc185 return PyLong_FromUnsignedLongLong(key.GetUInt64Value()); in MapKeyToPython()
211 return PyLong_FromUnsignedLongLong(value.GetUInt64Value()); in MapValueRefToPython()