Home
last modified time | relevance | path

Searched refs:DataPtr (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp469 const uint8_t *DataPtr = Value.data; in dump() local
470 if (DataPtr) { in dump()
472 const uint8_t *EndDataPtr = DataPtr + UValue; in dump()
473 while (DataPtr < EndDataPtr) { in dump()
474 AddrOS << format("%2.2x ", *DataPtr); in dump()
475 ++DataPtr; in dump()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DBinaryByteStream.h119 uint8_t *DataPtr = const_cast<uint8_t *>(Data.data()); in writeBytes() local
120 ::memcpy(DataPtr + Offset, Buffer.data(), Buffer.size()); in writeBytes()
/third_party/mingw-w64/mingw-w64-headers/include/
Devntcons.h71 ULONGLONG DataPtr; member
Devntrace.h421 #define DEFINE_TRACE_MOF_FIELD(M, P, LEN, TYP) (M)->DataPtr = (ULONG64) (ULONG_PTR) P; (M)->Length …
424 ULONG64 DataPtr; member
/third_party/json/benchmarks/thirdparty/benchmark/src/
Dsysinfo.cc91 using DataPtr = std::unique_ptr<DataT, decltype(&std::free)>; typedef
95 DataPtr Buff;
/third_party/benchmark/src/
Dsysinfo.cc97 using DataPtr = std::unique_ptr<DataT, decltype(&std::free)>; typedef
101 DataPtr Buff;