Home
last modified time | relevance | path

Searched refs:is_string (Results 1 – 16 of 16) 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
46 if is_string:
54 is_string = is_string_value(value)
57 if is_string:
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/string/
H A Dlit.hpp48 , typename enable_if<traits::is_string<T> >::type> // enables strings
56 > : traits::is_string<A0> {};
69 , typename enable_if<traits::is_string<A0> >::type>
186 , typename enable_if<traits::is_string<T> >::type>
223 , typename enable_if<traits::is_string<A0> >::type>
/OK3568_Linux_fs/u-boot/tools/dtoc/
H A Dfdt.py111 is_string = True
116 is_string = False
120 is_string = False
123 is_string = False
124 if is_string:
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/nonterminal/
H A Dexpand_arg.hpp35 mpl::or_<is_scalar<T>, traits::is_string<T> >
76 return call(x, mpl::or_<is_scalar<T>, traits::is_string<T> >()); in operator ()()
/OK3568_Linux_fs/kernel/scripts/dtc/
H A Dfdtget.c59 int is_string; in show_data() local
66 is_string = (disp->type) == 's' || in show_data()
68 if (is_string) { in show_data()
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_events_synth.c133 if (event->fields[i]->is_string && !event->fields[i]->is_dynamic) { in synth_event_define_fields()
341 if (se->fields[i]->is_string) { in print_synth_event()
475 if (event->fields[i]->is_string) { in trace_event_raw_event_synth()
540 if (event->fields[i]->is_string && in __set_synth_event_print_fmt()
693 field->is_string = true; in parse_synth_field()
1540 if (state.event->fields[i]->is_string && in synth_event_trace()
1568 if (state.event->fields[i]->is_string) { in synth_event_trace()
1660 if (state.event->fields[i]->is_string) { in synth_event_trace_array()
1801 if (field->is_string) { in __synth_event_add_val()
H A Dtrace_synth.h19 bool is_string; member
H A Dtrace_events_hist.c3347 if (strstr(hist_field->type, "char[") && field->is_string in check_synth_field()
3353 (!field->is_string && field->is_signed != hist_field->is_signed)) in check_synth_field()
/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
326 call(val, attr, is_container(), is_string()); in call()
/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Dhwmon.c347 bool is_string = is_string_attr(type, attr); in hwmon_genattr() local
357 if ((mode & 0444) && ((is_string && !ops->read_string) || in hwmon_genattr()
358 (!is_string && !ops->read))) in hwmon_genattr()
381 dattr->show = is_string ? hwmon_attr_show_string : hwmon_attr_show; in hwmon_genattr()
/OK3568_Linux_fs/kernel/fs/openpromfs/
H A Dinode.c50 static int is_string(unsigned char *p, int len) in is_string() function
76 if (is_string(pval, len)) { in property_show()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/auto/
H A Dmeta_create.hpp87 traits::is_container<T>, mpl::not_<traits::is_string<T> > >
/OK3568_Linux_fs/kernel/include/media/
H A Dv4l2-ctrls.h266 unsigned int is_string:1; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/char/
H A Dchar.hpp493 traits::is_string<A0>
/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dv4l2-ctrls.c2155 if (ctrl->is_ptr && !ctrl->is_string) in ptr_to_user()
2219 if (ctrl->is_ptr && !ctrl->is_string) { in user_to_ptr()
2837 ctrl->is_string = !is_array && type == V4L2_CTRL_TYPE_STRING; in v4l2_ctrl_new()
2838 ctrl->is_ptr = is_array || type >= V4L2_CTRL_COMPOUND_TYPES || ctrl->is_string; in v4l2_ctrl_new()
3700 if (ctrl->is_ptr && !ctrl->is_string) { in prepare_ext_ctrls()