Searched refs:GetUInt64Value (Results 1 – 7 of 7) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | map_field.cc | 296 reflection->SetUInt64(new_entry, key_des, map_key.GetUInt64Value()); in SyncRepeatedFieldWithMapNoLock() 323 reflection->SetUInt64(new_entry, val_des, map_val.GetUInt64Value()); in SyncRepeatedFieldWithMapNoLock()
|
D | map_test_util.cc | 1379 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()
|
D | map.h | 151 uint64 GetUInt64Value() const { in GetUInt64Value() function 353 uint64 GetUInt64Value() const { in GetUInt64Value() function 1704 return hash< ::google::protobuf::uint64>()(map_key.GetUInt64Value());
|
D | map_field_inl.h | 63 return map_key.GetUInt64Value();
|
D | map_test.cc | 223 EXPECT_DEATH(key.GetUInt64Value(), in TEST_P()
|
/external/protobuf/python/google/protobuf/pyext/ |
D | map_container.cc | 188 return PyLong_FromUnsignedLongLong(key.GetUInt64Value()); in MapKeyToPython() 213 return PyLong_FromUnsignedLongLong(value->GetUInt64Value()); in MapValueRefToPython()
|
/external/lzma/CPP/7zip/UI/Console/ |
D | List.cpp | 761 static HRESULT GetUInt64Value(IInArchive *archive, UInt32 index, PROPID propID, CListUInt64Def &val… in GetUInt64Value() function 1293 RINOK(GetUInt64Value(archive, i, kpidSize, st.Size)); in ListArchives() 1294 RINOK(GetUInt64Value(archive, i, kpidPackSize, st.PackSize)); in ListArchives()
|