Searched defs:GetUInt64Value (Results 1 - 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/UI/Console/
H A DList.cpp764 static HRESULT GetUInt64Value(IInArchive *archive, UInt32 index, PROPID propID, CListUInt64Def &value) function
1222 RINOK(GetUInt64Value(archive, i, kpidSize, st.Size));
1223 RINOK(GetUInt64Value(archive, i, kpidPackSize, st.PackSize));
/external/protobuf/src/google/protobuf/
H A Dmap.h151 uint64 GetUInt64Value() const { function in class:google::protobuf::MapKey
153 "MapKey::GetUInt64Value");
353 uint64 GetUInt64Value() const { function in class:google::protobuf::MapValueRef
355 "MapValueRef::GetUInt64Value");
1704 return hash< ::google::protobuf::uint64>()(map_key.GetUInt64Value());

Completed in 114 milliseconds