/third_party/boost/boost/spirit/home/x3/support/ |
D | unused.hpp | 16 struct unused_type struct 21 unused_type(T const&) in unused_type() function 27 operator=(T const&) const in operator =() 34 operator=(T const&) in operator =() 42 unused_type get(ID) const in get() 52 friend std::istream& operator>>(std::istream& in, unused_type&) in operator >>() argument
|
/third_party/boost/boost/spirit/home/support/ |
D | unused.hpp | 27 struct unused_type struct 29 BOOST_DEFAULTED_FUNCTION(unused_type(), {}) in unused_type() argument 38 operator=(T const&) const in operator =() 45 operator=(T const&) in operator =() 68 inline In& operator>>(In& in, unused_type&) in operator >>() argument
|
D | container.hpp | 265 inline unused_type optional_value(unused_type) in optional_value() argument 276 inline bool has_optional_value(unused_type) in has_optional_value() argument 358 bool push_back(Container&, unused_type) in push_back() argument 365 bool push_back(unused_type, T const&) in push_back() argument 370 inline bool push_back(unused_type, unused_type) in push_back() argument 391 inline bool is_empty(unused_type) in is_empty() argument 413 inline void make_container(unused_type) in make_container() argument 435 begin(unused_type) in begin() argument 458 end(unused_type) in end() argument
|
D | attributes.hpp | 997 void swap_impl(A&, unused_type) in swap_impl() argument 1002 void swap_impl(unused_type, A&) in swap_impl() argument 1006 inline void swap_impl(unused_type, unused_type) in swap_impl() argument 1146 inline void clear(unused_type) in clear() argument 1279 inline void print_attribute(Out&, unused_type) in print_attribute() argument
|
/third_party/boost/boost/spirit/home/karma/detail/ |
D | string_compare.hpp | 37 bool string_compare(Char const* attr, Char const* lit, unused_type, unused_type) in string_compare() argument 43 bool string_compare(unused_type, Char const*, unused_type, unused_type) in string_compare() argument 67 bool string_compare(unused_type, Char const*, CharEncoding, Tag) in string_compare() argument
|
D | generate_to.hpp | 37 generate_to(OutputIterator& sink, Attribute const& p, unused_type, unused_type) in generate_to() argument 45 inline bool generate_to(OutputIterator&, unused_type, CharEncoding, Tag) in generate_to() argument 60 inline bool generate_to(OutputIterator&, unused_type) in generate_to() argument
|
D | string_generate.hpp | 110 , unused_type, unused_type) in string_generate() argument 118 , unused_type, unused_type) in string_generate() argument
|
D | as.hpp | 34 inline unused_type as(unused_type) in as() argument 47 inline bool valid_as(unused_type) in valid_as() argument
|
/third_party/boost/boost/fusion/support/ |
D | unused.hpp | 23 struct unused_type struct 27 unused_type() BOOST_FUSION_NOEXCEPT_ON_DEFAULTED, in unused_type() argument 56 inline std::istream& operator>>(std::istream& in, unused_type&) BOOST_NOEXCEPT in operator >>() argument
|
/third_party/boost/libs/spirit/test/karma/ |
D | actions.cpp | 31 void read2(int& i, unused_type) in read2() argument 36 void read3(int& i, unused_type, bool&) in read3() argument 41 void read3_fail(int& i, unused_type, bool& pass) in read3_fail() argument
|
/third_party/boost/libs/spirit/test/x3/ |
D | eps.cpp | 37 auto true_ = [](unused_type) { return true; }; in main() argument 38 auto false_ = [](unused_type) { return false; }; in main() argument
|
D | unused_type.cpp | 13 void test_use(boost::spirit::x3::unused_type) {} in test_use()
|
/third_party/boost/boost/spirit/home/x3/support/traits/ |
D | container_traits.hpp | 134 inline bool push_back(Container&, unused_type) in push_back() argument 140 inline bool push_back(unused_type, T&&) in push_back() argument 145 inline bool push_back(unused_type, unused_type) in push_back() argument 186 inline bool append(unused_type, Iterator /* first */, Iterator /* last */) in append() argument 207 inline bool is_empty(unused_type) in is_empty() argument 230 begin(unused_type) in begin() argument 253 end(unused_type) in end() argument
|
D | move_to.hpp | 41 inline void move_to(unused_type, Dest&) {} in move_to() argument 44 inline void move_to(Source&, unused_type) {} in move_to() argument 46 inline void move_to(unused_type, unused_type) {} in move_to() argument 50 move_to(Iterator, Iterator, unused_type) {} in move_to() argument 164 move_to(Iterator, Iterator, unused_type, unused_attribute) {} in move_to() argument
|
/third_party/boost/libs/spirit/test/support/ |
D | unused_type.cpp | 19 void test_use(boost::spirit::unused_type) {} in test_use()
|
/third_party/boost/boost/spirit/home/qi/numeric/detail/ |
D | real_impl.hpp | 101 scale(int /*exp*/, unused_type /*n*/, unused_type /*acc_n*/) in scale() argument 115 scale(int /*exp*/, int /*frac*/, unused_type /*n*/) in scale() argument
|
/third_party/boost/libs/serialization/performance/xml/ |
D | node.hpp | 29 struct unused_type { }; struct
|
/third_party/boost/boost/spirit/home/x3/support/numeric_utils/ |
D | extract_real.hpp | 69 scale(int /*exp*/, unused_type /*n*/) in scale() argument 83 scale(int /*exp*/, int /*frac*/, unused_type /*n*/) in scale() argument
|
/third_party/boost/boost/spirit/home/karma/ |
D | delimit_out.hpp | 29 inline bool delimit_out(OutputIterator&, unused_type) in delimit_out() argument
|
/third_party/boost/boost/spirit/home/qi/ |
D | skip_over.hpp | 32 inline void skip_over(Iterator&, Iterator const&, unused_type) in skip_over() argument
|
/third_party/boost/boost/spirit/home/support/algorithm/ |
D | any.hpp | 68 any(Sequence const& seq, unused_type, F f) in any() argument
|
D | any_ns.hpp | 88 any_ns(Sequence const& seq, unused_type, F f) in any_ns() argument
|
D | any_ns_so.hpp | 92 any_ns_so(Sequence const& seq, unused_type, F f) in any_ns_so() argument
|
/third_party/boost/boost/spirit/home/x3/core/ |
D | skip_over.hpp | 70 inline void skip_over(Iterator&, Iterator const&, unused_type) in skip_over() argument
|
/third_party/boost/libs/spirit/test/qi/ |
D | actions.cpp | 45 void fail (int, boost::spirit::unused_type, bool& pass) in fail()
|