Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp54589 struct _Reference_wrapper_base_impl<false, false, _Tp> struct
54595 struct _Reference_wrapper_base_impl<true, false, _Tp> struct
54598 typedef typename _Tp::argument_type argument_type;
54603 struct _Reference_wrapper_base_impl<false, true, _Tp> struct
54606 typedef typename _Tp::first_argument_type first_argument_type;
54607 typedef typename _Tp::second_argument_type second_argument_type;
54612 struct _Reference_wrapper_base_impl<true, true, _Tp> struct
54615 typedef typename _Tp::argument_type argument_type;
54616 typedef typename _Tp::first_argument_type first_argument_type;
54617 typedef typename _Tp::second_argument_type second_argument_type;