Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/
H A Dis_same.hpp29 template <class T, class U> struct is_same : public false_type {}; struct
30 template <class T> struct is_same<T,T> : public true_type {}; struct
34 template <class T> struct is_same<T&, T&> : public true_type{}; struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/detail/
H A Dmeta_utils_core.hpp106 struct is_same struct
108 static const bool value = false;
112 struct is_same<T, T> struct
114 static const bool value = true;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dsymbol-summary.h303 struct is_same struct
309 struct is_same<T,T> //specialization argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dsymbol-summary.h303 struct is_same struct
309 struct is_same<T,T> //specialization argument
/OK3568_Linux_fs/kernel/fs/
H A Dremap_range.c205 loff_t len, bool *is_same) in vfs_dedupe_file_range_compare()
353 bool is_same = false; in generic_remap_file_range_prep() local
/OK3568_Linux_fs/kernel/fs/ceph/
H A Dquota.c271 bool is_same; in ceph_quota_is_same_realm() local
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dpmu-events.c122 static bool is_same(const char *reference, const char *test) in is_same() function
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dconfdata.c41 static bool is_same(const char *file1, const char *file2) in is_same() function