/third_party/lzma/CPP/7zip/Bundles/SFXSetup/ |
D | ExtractCallbackSfx.cpp | 47 HRESULT CExtractCallbackImp::Open_SetTotal(const UInt64 * /* numFiles */, const UInt64 * /* numByte… in Open_SetTotal() 52 HRESULT CExtractCallbackImp::Open_SetCompleted(const UInt64 * /* numFiles */, const UInt64 * /* num… in Open_SetCompleted()
|
/third_party/lzma/CPP/7zip/Compress/ |
D | Lzma2Encoder.cpp | 104 const UInt64 * /* inSize */, const UInt64 * /* outSize */, ICompressProgressInfo *progress) in Code()
|
D | PpmdEncoder.cpp | 140 const UInt64 * /* inSize */, const UInt64 * /* outSize */, ICompressProgressInfo *progress) in Code()
|
D | XzEncoder.cpp | 222 const UInt64 * /* inSize */, const UInt64 * /* outSize */, ICompressProgressInfo *progress) in Code()
|
D | LzmaEncoder.cpp | 297 const UInt64 * /* inSize */, const UInt64 * /* outSize */, ICompressProgressInfo *progress) in Code()
|
D | XzDecoder.cpp | 117 const UInt64 * /* inSize */, const UInt64 *outSize, ICompressProgressInfo *progress) in Code()
|
D | CopyCoder.cpp | 25 const UInt64 * /* inSize */, const UInt64 *outSize, in Code()
|
/third_party/lzma/CPP/7zip/UI/Client7z/ |
D | Client7z.cpp | 199 STDMETHODIMP CArchiveOpenCallback::SetTotal(const UInt64 * /* files */, const UInt64 * /* bytes */) in SetTotal() 204 STDMETHODIMP CArchiveOpenCallback::SetCompleted(const UInt64 * /* files */, const UInt64 * /* bytes… in SetCompleted() 379 STDMETHODIMP CArchiveExtractCallback::SetTotal(UInt64 /* size */) in SetTotal() argument 384 STDMETHODIMP CArchiveExtractCallback::SetCompleted(const UInt64 * /* completeValue */) in SetCompleted() 678 STDMETHODIMP CArchiveUpdateCallback::SetTotal(UInt64 /* size */) in SetTotal() argument 683 STDMETHODIMP CArchiveUpdateCallback::SetCompleted(const UInt64 * /* completeValue */) in SetCompleted()
|
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json-forwards.h | 183 typedef unsigned __int64 UInt64; typedef 186 typedef unsigned long long int UInt64; typedef
|
D | json.h | 210 typedef unsigned __int64 UInt64; typedef 213 typedef unsigned long long int UInt64; typedef 513 typedef Json::UInt64 UInt64; typedef
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json-forwards.h | 183 typedef unsigned __int64 UInt64; typedef 186 typedef unsigned long long int UInt64; typedef
|
D | json.h | 210 typedef unsigned __int64 UInt64; typedef 213 typedef unsigned long long int UInt64; typedef 513 typedef Json::UInt64 UInt64; typedef
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json-forwards.h | 183 typedef unsigned __int64 UInt64; typedef 186 typedef unsigned long long int UInt64; typedef
|
D | json.h | 210 typedef unsigned __int64 UInt64; typedef 213 typedef unsigned long long int UInt64; typedef 513 typedef Json::UInt64 UInt64; typedef
|
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | FieldType.cs | 55 UInt64, enumerator
|
/third_party/protobuf/js/binary/ |
D | arith.js | 53 jspb.arith.UInt64 = function(lo, hi) { class in jspb.arith
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeIndex.h | 52 UInt64 = 0x0077, // 64 bit unsigned int enumerator 179 static TypeIndex UInt64() { return TypeIndex(SimpleTypeKind::UInt64); } in UInt64() function
|
/third_party/lzma/CPP/7zip/UI/Console/ |
D | UpdateCallbackConsole.cpp | 487 HRESULT CUpdateCallbackConsole::SetRatioInfo(const UInt64 * /* inSize */, const UInt64 * /* outSize… in SetRatioInfo()
|
/third_party/protobuf/conformance/third_party/jsoncpp/ |
D | json.h | 238 typedef unsigned __int64 UInt64; typedef 241 typedef unsigned long long int UInt64; typedef 556 typedef Json::UInt64 UInt64; typedef
|
/third_party/lzma/CPP/7zip/UI/Common/ |
D | OpenArchive.cpp | 303 STDMETHODIMP CHandler::Open(IInStream *stream, const UInt64 *, IArchiveOpenCallback * /* openArchiv… in Open() 1193 STDMETHODIMP CArchiveOpenCallback_Offset::SetTotal(const UInt64 *, const UInt64 *) in SetTotal() 1198 STDMETHODIMP CArchiveOpenCallback_Offset::SetCompleted(const UInt64 *, const UInt64 *bytes) in SetCompleted() 1553 STDMETHODIMP CExtractCallback_To_OpenCallback::SetTotal(UInt64 /* size */) in SetTotal() argument 1558 STDMETHODIMP CExtractCallback_To_OpenCallback::SetCompleted(const UInt64 * /* completeValue */) in SetCompleted() 1563 STDMETHODIMP CExtractCallback_To_OpenCallback::SetRatioInfo(const UInt64 *inSize, const UInt64 * /*… in SetRatioInfo()
|
/third_party/lzma/CPP/7zip/Archive/ |
D | LzmaHandler.cpp | 351 STDMETHODIMP CHandler::Open(IInStream *inStream, const UInt64 *, IArchiveOpenCallback *) in Open() 446 STDMETHODIMP CCompressProgressInfoImp::SetRatioInfo(const UInt64 *inSize, const UInt64 * /* outSize… in SetRatioInfo()
|
D | SplitHandler.cpp | 254 STDMETHODIMP CHandler::Open(IInStream *stream, const UInt64 *, IArchiveOpenCallback *callback) in Open()
|
/third_party/lzma/C/ |
D | 7zTypes.h | 218 typedef unsigned long UInt64; typedef 224 typedef unsigned __int64 UInt64; typedef 228 typedef unsigned long long int UInt64; typedef
|
/third_party/lzma/CPP/7zip/Common/ |
D | FilterCoder.cpp | 85 const UInt64 * /* inSize */, const UInt64 *outSize, ICompressProgressInfo *progress) in Code()
|
/third_party/lzma/CPP/7zip/Bundles/LzmaSpec/ |
D | LzmaSpec.cpp | 24 typedef unsigned __int64 UInt64; typedef 26 typedef unsigned long long int UInt64; typedef
|