Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp47648 struct MapTypeToRootKind { struct
47652 struct MapTypeToRootKind<T*> { struct
47657 struct MapTypeToRootKind<mozilla::UniquePtr<T>> { struct
47658 static const JS::RootKind kind = JS::MapTypeToRootKind<T>::kind;
47660 template <> struct MapTypeToRootKind<JS::Value> { struct
47661 static const JS::RootKind kind = JS::RootKind::Value;
47663 template <> struct MapTypeToRootKind<jsid> { struct
47664 static const JS::RootKind kind = JS::RootKind::Id;
47666 template <> struct MapTypeToRootKind<JSFunction*> : public MapTypeToRootKind<JSObject*> {}; struct
47945 struct MapTypeToRootKind<void*> { struct
[all …]