Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/cppgc/
Dheap.h32 HeapBase& AsBase() { return *this; } in AsBase() function
33 const HeapBase& AsBase() const { return *this; } in AsBase() function
/third_party/node/deps/v8/src/heap/cppgc-js/
Dcpp-heap.h120 HeapBase& AsBase() { return *this; } in AsBase() function
121 const HeapBase& AsBase() const { return *this; } in AsBase() function
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp11299 enum StorageType { AsBase, AsMember }; enumerator