Home
last modified time | relevance | path

Searched defs:true_ (Results 1 – 25 of 71) sorted by relevance

123

/external/sdv/vsomeip/third_party/boost/container/test/
Demplace_test.hpp166 bool test_emplace_back(dtl::true_) in test_emplace_back()
219 bool test_emplace_front(dtl::true_) in test_emplace_front()
271 bool test_emplace_before(dtl::true_) in test_emplace_before()
383 bool test_emplace_after(dtl::true_) in test_emplace_after()
469 bool test_emplace_assoc(dtl::true_) in test_emplace_assoc()
516 bool test_emplace_hint(dtl::true_) in test_emplace_hint()
566 bool test_emplace_assoc_pair(dtl::true_) in test_emplace_assoc_pair()
604 bool test_emplace_hint_pair(dtl::true_) in test_emplace_hint_pair()
Ddevector_test.cpp163 template <class Devector> void test_constructor_n_copy_throwing(dtl::true_) in test_constructor_n_copy_throwing()
247 void test_constructor_forward_range_throwing(dtl::true_) in test_constructor_forward_range_throwing()
496 template <class Devector> void test_move_assignment_throwing(dtl::true_) in test_move_assignment_throwing()
1225 template <class Devector> void test_resize_front_throwing(dtl::true_) in test_resize_front_throwing()
1309 template <class Devector> void test_resize_front_copy_throwing(dtl::true_) in test_resize_front_copy_throwing()
1404 template <class Devector> void test_resize_back_throwing(dtl::true_) in test_resize_back_throwing()
1488 template <class Devector> void test_resize_back_copy_throwing(dtl::true_) in test_resize_back_copy_throwing()
1917 template <class Devector> void test_emplace_front(dtl::true_) in test_emplace_front()
2007 template <class Devector> void test_push_front_rvalue_throwing(dtl::true_) in test_push_front_rvalue_throwing()
2082 template <class Devector> void test_emplace_back_throwing(dtl::true_) in test_emplace_back_throwing()
[all …]
/external/sdv/vsomeip/third_party/boost/process/include/boost/process/detail/posix/
Dexecutor.hpp148 …void internal_error_handle(const std::error_code&, const char*, HasHandler, boost::mpl::true_, Use… in internal_error_handle()
163 …void internal_error_handle(const std::error_code &ec, const char* msg, boost::mpl::true_ , boost::… in internal_error_handle()
182 …void internal_error_handle(const std::error_code &ec, const char* msg, boost::mpl::true_ , boost::… in internal_error_handle()
187 …st std::error_code &ec, const char* msg, boost::mpl::false_, boost::mpl::false_, boost::mpl::true_) in internal_error_handle()
198 void check_error(boost::mpl::true_) {}; in check_error()
331 child executor<Sequence>::invoke(boost::mpl::true_, boost::mpl::false_) //ignore errors in invoke()
458 child executor<Sequence>::invoke(boost::mpl::true_, boost::mpl::true_) //ignore errors in invoke()
486 child executor<Sequence>::invoke(boost::mpl::false_, boost::mpl::true_) in invoke()
/external/sdv/vsomeip/third_party/boost/mpl/doc/src/refmanual/
Dbool_.rst86 .. |true_| replace:: `true_`_ substdef in See also
87 .. _`true_`: `bool_`_ target in See also
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/numeric/
Dbool.hpp111 constexpr true_type true_ = { true }; variable
124 constexpr true_type true_ = { true }; variable
137 constexpr true_type true_ = { true }; variable
149 constexpr true_type true_ = { true }; variable
/external/sdv/vsomeip/third_party/boost/spirit/classic/phoenix/example/fundamental/
Dsample6.cpp46 CondT cond; TrueT true_; FalseT false_; // actors member
55 if_else_(CondT const& cond, TrueT const& true_, FalseT const& false_) in if_else_()
/external/sdv/vsomeip/third_party/boost/multi_index/include/boost/multi_index/detail/
Dord_index_ops.hpp85 const CompatibleCompare& comp,mpl::true_) in ordered_index_find()
133 const CompatibleCompare& comp,mpl::true_) in ordered_index_lower_bound()
179 const CompatibleCompare& comp,mpl::true_) in ordered_index_upper_bound()
227 const CompatibleCompare& comp,mpl::true_) in ordered_index_equal_range()
Drnk_index_ops.hpp111 const CompatibleCompare& comp,mpl::true_) in ranked_index_find_rank()
166 const CompatibleCompare& comp,mpl::true_) in ranked_index_lower_bound_rank()
219 const CompatibleCompare& comp,mpl::true_) in ranked_index_upper_bound_rank()
276 const CompatibleCompare& comp,mpl::true_) in ranked_index_equal_range_rank()
Draw_ptr.hpp29 inline RawPointer raw_ptr(RawPointer const& p,mpl::true_) in raw_ptr()
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/algorithm/
Dany_ns.hpp32 any_ns(First1 const&, First2 const&, Last const&, F const&, mpl::true_) in any_ns()
53 any_ns(First const&, Last const&, F const&, mpl::true_) in any_ns()
Dany_ns_so.hpp32 any_ns_so(First1 const&, First2 const&, Last const&, F const&, mpl::true_) in any_ns_so()
55 any_ns_so(First const&, Last const&, F const&, mpl::true_) in any_ns_so()
Dany.hpp32 any(First1 const&, First2 const&, Last const&, F const&, mpl::true_) in any()
/external/sdv/vsomeip/third_party/boost/process/include/boost/process/detail/windows/
Dexecutor.hpp115 …ternal_error_handle(const std::error_code &, const char*, boost::mpl::false_, boost::mpl::true_) {} in internal_error_handle()
116 …void internal_error_handle(const std::error_code &, const char*, boost::mpl::true_, boost::mpl::t… in internal_error_handle()
118 …void internal_error_handle(const std::error_code &ec, const char*, boost::mpl::true_, boost::mpl:… in internal_error_handle()
/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/
Dbool_fwd.hpp24 typedef bool_<true> true_; typedef
/external/sdv/vsomeip/third_party/boost/spirit/test/x3/
Deps.cpp37 auto true_ = [](unused_type) { return true; }; in main() local
/external/sdv/vsomeip/third_party/boost/foreach/include/boost/
Dforeach.hpp417 inline type2type<T, const_> *encode_type(T const &, boost::mpl::true_*) { return 0; } in encode_type()
637 inline auto_any<T> contain(T const &t, boost::mpl::true_ *) // rvalue in contain()
667 begin(auto_any_t col, type2type<T, C> *, boost::mpl::true_ *) // rvalue in begin()
696 begin(auto_any_t col, type2type<T *, C> *, boost::mpl::true_ *) // null-terminated C-style strings in begin()
707 end(auto_any_t col, type2type<T, C> *, boost::mpl::true_ *) // rvalue in end()
736 end(auto_any_t, type2type<T *, C> *, boost::mpl::true_ *) // null-terminated C-style strings in end()
786 rbegin(auto_any_t col, type2type<T, C> *, boost::mpl::true_ *) // rvalue in rbegin()
815 rbegin(auto_any_t col, type2type<T *, C> *, boost::mpl::true_ *) // null-terminated C-style strings in rbegin()
829 rend(auto_any_t col, type2type<T, C> *, boost::mpl::true_ *) // rvalue in rend()
858 rend(auto_any_t col, type2type<T *, C> *, boost::mpl::true_ *) // null-terminated C-style strings in rend()
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/support/traits/
Dmove_to.hpp67 move_to_plain(Source& src, Dest& dest, mpl::true_) // src is a single-element tuple in move_to_plain()
134 move_to_variant_from_single_element_sequence(Source& src, Dest& dest, mpl::true_) in move_to_variant_from_single_element_sequence()
143 move_to(Source& src, Dest& dest, variant_attribute, mpl::true_) in move_to()
/external/clang/test/CXX/conv/conv.prom/
Dp4.cpp14 enum B : bool { false_, true_ }; enumerator
/external/sdv/vsomeip/third_party/boost/serialization/include/boost/serialization/
Dvector.hpp100 mpl::true_ in save()
117 mpl::true_ in load()
/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/algorithm/iteration/detail/
Dsegmented_for_each.hpp46 for_each(Sequence& seq, F& f, mpl::true_) // segmented implementation in for_each()
/external/protobuf/src/google/protobuf/stubs/
Dtemplate_util.h91 typedef true_type true_; typedef
/external/cronet/stable/third_party/protobuf/src/google/protobuf/stubs/
Dtemplate_util.h91 typedef true_type true_; typedef
/external/cronet/tot/third_party/protobuf/src/google/protobuf/stubs/
Dtemplate_util.h91 typedef true_type true_; typedef
/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/util/
Dcopy.hpp35 void do_copying( const Container1 &from , Container2 &to , boost::mpl::true_ ) in do_copying()
/external/sdv/vsomeip/third_party/boost/variant/include/boost/variant/detail/
Dvisitation_impl.hpp114 , mpl::true_// never_uses_backup in visitation_impl_invoke_impl()
186 , mpl::true_ // is_apply_visitor_unrolled in visitation_impl()

123