Home
last modified time | relevance | path

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

/third_party/libabigail/tests/data/test-diff-dwarf/
Dtest42-PR21296-clanggcc.cc35 struct remove_reference struct
39 struct remove_reference<_Tp&> struct
43 struct remove_reference<_Tp&&> struct
55 forward(typename std::remove_reference<_Tp>::type& __t) noexcept in forward()
/third_party/protobuf/third_party/googletest/googlemock/test/
Dgmock-internal-utils_test.cc530 TEST(TypeTraitsTest, remove_reference) { in TEST() argument
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp4415 struct remove_reference struct
4416 { typedef _Tp type; };
4419 struct remove_reference<_Tp&> struct
4420 { typedef _Tp type; };
4423 struct remove_reference<_Tp&&> struct
4424 { typedef _Tp type; };