Home
last modified time | relevance | path

Searched defs:is_string (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/spirit/home/support/
H A Dstring_traits.hpp48 struct is_string : mpl::false_ {}; struct
51 struct is_string<T const> : is_string<T> {}; struct
54 struct is_string<char const*> : mpl::true_ {}; struct
57 struct is_string<wchar_t const*> : mpl::true_ {}; struct
60 struct is_string<char*> : mpl::true_ {}; struct
63 struct is_string<wchar_t*> : mpl::true_ {}; struct
66 struct is_string<char[N]> : mpl::true_ {}; struct
69 struct is_string<wchar_t[N]> : mpl::true_ {}; struct
72 struct is_string<char const[N]> : mpl::true_ {}; struct
75 struct is_string<wchar_t const[N]> : mpl::true_ {}; struct
[all …]
/OK3568_Linux_fs/kernel/tools/crypto/
H A Dgen_fips140_testvecs.py45 def format_value(value, is_string): argument
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_synth.h19 bool is_string; member
/OK3568_Linux_fs/kernel/scripts/dtc/
H A Dfdtget.c59 int is_string; in show_data() local
/OK3568_Linux_fs/kernel/fs/openpromfs/
H A Dinode.c50 static int is_string(unsigned char *p, int len) in is_string() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/detail/
H A Dassign_to.hpp324 typedef typename traits::is_string<T>::type is_string; in call() typedef
/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Dhwmon.c347 bool is_string = is_string_attr(type, attr); in hwmon_genattr() local
/OK3568_Linux_fs/kernel/include/media/
H A Dv4l2-ctrls.h266 unsigned int is_string:1; member