Home
last modified time | relevance | path

Searched defs:terminal (Results 1 – 17 of 17) 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 Dterminal.hpp245 struct terminal struct
259 terminal() {} in terminal() function
261 terminal(Terminal const& t) in terminal() function
267 // warning C4348: 'boost::spirit::terminal<...>::result_helper': redefinition of default parameter:…
286 struct result_helper<false, A0>
302 struct result_helper<false, A0, A1>
320 struct result_helper<false, A0, A1, A2>
339 struct result_helper<true, A0, A1, A2>
355 struct result
366 struct result<This(A0)>
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/core/
H A Dterminal.hpp54 struct terminal /*: public proto::tag::terminal */ {}; struct
60 struct terminal struct
72 base_type;
73 typedef Actor<base_type> type;
75 static const type make(typename call_traits<T>::param_type t) in make()
95 struct terminal struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/
H A Dnumber.hpp1071 void do_assign(const Exp& e, const detail::terminal&) in do_assign()
1130 void do_assign_right_shift(const Exp& e, const Val& val, const detail::terminal&) in do_assign_right_shift()
1139 void do_assign_left_shift(const Exp& e, const Val& val, const detail::terminal&) in do_assign_left_shift()
1180 void do_assign_function_1(const F& f, const Exp& val, const detail::terminal&) in do_assign_function_1()
1200 …ssign_function_2(const F& f, const Exp1& val1, const Exp2& val2, const detail::terminal&, const de… in do_assign_function_2()
1205 …gn_function_2(const F& f, const Exp1& val1, const Exp2& val2, const Tag1&, const detail::terminal&) in do_assign_function_2()
1211 …ssign_function_2(const F& f, const Exp1& val1, const Exp2& val2, const detail::terminal&, const Ta… in do_assign_function_2()
1236 …onst F& f, const Exp1& val1, const Exp2& val2, const Exp3& val3, const detail::terminal&, const Ta… in do_assign_function_3a()
1247 …onst F& f, const Exp1& val1, const Exp2& val2, const Exp3& val3, const detail::terminal&, const Ta… in do_assign_function_3b()
1258 …ction_3c(const F& f, const Exp1& val1, const Exp2& val2, const Exp3& val3, const detail::terminal&) in do_assign_function_3c()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/
H A Dtraits.hpp385 struct terminal struct
388 typedef proto::expr<proto::tag::terminal, term<T>, 0> type;
389 typedef proto::basic_expr<proto::tag::terminal, term<T>, 0> proto_grammar;
392 struct impl : transform_impl<Expr, State, Data>
413 typedef proto::tag::terminal proto_tag;
415 typedef T proto_child0;
H A Dtags.hpp18 struct terminal {}; struct
/OK3568_Linux_fs/app/qfm/
H A Dmimeutils.h38 bool terminal; variable
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dpatch.py715 def __init__(self, patchset, terminal): argument
728 def __init__(self, patchset, terminal): argument
746 def __init__(self, patchset, terminal): argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/nonterminal/
H A Dgrammar.hpp47 typedef typename proto::terminal<reference_>::type terminal; typedef
H A Drule.hpp99 typedef typename proto::terminal<reference_>::type terminal; typedef
/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Dpic32-wdt.c76 u32 period, ps, terminal; in pic32_wdt_get_timeout_secs() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/
H A Ddefault_ops.hpp845 struct terminal struct
847 terminal(const R& v) : value(v){} in terminal() function
848 terminal(){} in terminal() function
849 terminal& operator = (R val) { value = val; return *this; } in operator =()
850 R value;
851 operator R()const { return value; } in operator R()
H A Dnumber_base.hpp269 struct terminal{}; struct
/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 Dsymbols.hpp57 typedef typename proto::terminal<reference_>::type terminal; typedef
/OK3568_Linux_fs/kernel/net/rxrpc/
H A Dinput.c471 bool terminal = (j == nr_subpackets - 1); in rxrpc_input_data() local
/OK3568_Linux_fs/kernel/net/ceph/crush/
H A Dmapper.c191 static int terminal(int x) in terminal() function
/OK3568_Linux_fs/kernel/drivers/dma/
H A Dnbpfaxi.c215 unsigned int terminal; member
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3/
H A Dpython3-manifest.json1126 "terminal": { object