Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dtemplate_partial_specification.hpp7 struct nsRunnableMethodTraits<R(C::*)(As...), Cancelable> struct
9 static const bool can_cancel = Cancelable;
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp116901 struct nsRunnableMethodTraits<PtrType, R(C::*)(As...), Owning, Cancelable> struct
116912 struct nsRunnableMethodTraits<PtrType, R(C::*)(As...) const, Owning, Cancelable> struct
116914 typedef const typename mozilla::RemoveRawOrSmartPointer<PtrType>::Type class_type;
116917 typedef R return_type;
116918 typedef nsRunnableMethod<C, R, Owning, Cancelable> base_type;
116919 static const bool can_cancel = Cancelable;