Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp116743 struct IsRefcountedSmartPointerHelper : FalseType {}; struct
116746 struct IsRefcountedSmartPointerHelper<RefPtr<Pointee>> : TrueType {}; struct
116749 struct IsRefcountedSmartPointerHelper<nsCOMPtr<Pointee>> : TrueType {}; struct