Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dissue-446.rs18 pub struct PersistentRooted { struct
21 impl Default for PersistentRooted { argument
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dissue-446.hpp9 class PersistentRooted { class
Dissue-358.hpp7 template <typename c> class PersistentRooted : a<PersistentRooted<c>> {}; class
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp65355 class PersistentRooted : public js::RootedBase<T, PersistentRooted<T>>, class
65372 PersistentRooted() : ptr(GCPolicy<T>::initial()) {} in PersistentRooted() function in JS::PersistentRooted
65374 explicit PersistentRooted(RootingContext* cx) in PersistentRooted() function in JS::PersistentRooted
65380 explicit PersistentRooted(JSContext* cx) in PersistentRooted() function in JS::PersistentRooted
65387 PersistentRooted(RootingContext* cx, U&& initial) in PersistentRooted() function in JS::PersistentRooted
65394 PersistentRooted(JSContext* cx, U&& initial) in PersistentRooted() function in JS::PersistentRooted
65400 PersistentRooted(const PersistentRooted& rhs) in PersistentRooted() function in JS::PersistentRooted