Home
last modified time | relevance | path

Searched refs:same_type (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/
H A Dstandard_policies.hpp94 typedef is_same<default_fn, Comb_Hash_Fn> same_type; typedef
97 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type;
122 typedef is_same<default_fn, Comb_Probe_Fn> same_type; typedef
125 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/
H A Dstandard_policies.hpp94 typedef is_same<default_fn, Comb_Hash_Fn> same_type; typedef
97 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type;
122 typedef is_same<default_fn, Comb_Probe_Fn> same_type; typedef
125 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/range/detail/
H A Dmisc_concept.hpp23 same_type(a,b); in BOOST_CONCEPT_USAGE()
26 template<typename T> void same_type(T,T) {} in same_type() function in boost::range_detail::SameTypeConcept