Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp11052 struct ConstRemovingRefPtrTraits struct in RefPtr
11054 static void AddRef(U* aPtr) { in AddRef()
11057 static void Release(U* aPtr) { in Release()
11062 struct ConstRemovingRefPtrTraits<const U> struct in RefPtr
11064 static void AddRef(const U* aPtr) { in AddRef()
11067 static void Release(const U* aPtr) { in Release()