Home
last modified time | relevance | path

Searched defs:DataPtr (Results 1 – 5 of 5) 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
/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
/third_party/node/deps/v8/src/objects/
Djs-array-buffer-inl.h290 void* JSTypedArray::DataPtr() { in DataPtr() function
/third_party/benchmark/src/
Dsysinfo.cc108 using DataPtr = std::unique_ptr<DataT, decltype(&std::free)>; typedef
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dcallbacks.rs400 data: DataPtr, in raw_get_session()