Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/
H A Dnumeric_traits.hpp24 struct is_bool : mpl::false_ {}; struct
27 struct is_bool<T const> : is_bool<T> {}; struct
30 struct is_bool<bool> : mpl::true_ {}; struct
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dconfig.c389 static int perf_config_bool_or_int(const char *name, const char *value, int *is_bool) in perf_config_bool_or_int()