Home
last modified time | relevance | path

Searched defs:ValuePtr (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/amber/src/src/
Dbuffer.h222 std::vector<uint8_t>* ValuePtr() { return &bytes_; } in ValuePtr() function
224 const std::vector<uint8_t>* ValuePtr() const { return &bytes_; } in ValuePtr() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewRecordIO.h92 const T *ValuePtr; in mapObject() local
/third_party/gn/src/gn/
Ddesc_builder.cc119 using ValuePtr = std::unique_ptr<base::Value>; typedef in __anon4971235a0111::BaseDescBuilder