Searched defs:nsRunnableMethodTraits (Results 1 – 2 of 2) sorted by relevance
| /third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
| D | template_partial_specification.hpp | 7 struct nsRunnableMethodTraits<R(C::*)(As...), Cancelable> struct 9 static const bool can_cancel = Cancelable;
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/ |
| D | stylo.hpp | 116901 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;
|