Home
last modified time | relevance | path

Searched defs:unused_type (Results 1 – 25 of 32) sorted by relevance

12

/third_party/boost/boost/spirit/home/x3/support/
Dunused.hpp16 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/
Dunused.hpp27 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
Dcontainer.hpp265 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
Dattributes.hpp997 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/
Dstring_compare.hpp37 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
Dgenerate_to.hpp37 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
Dstring_generate.hpp110 , unused_type, unused_type) in string_generate() argument
118 , unused_type, unused_type) in string_generate() argument
Das.hpp34 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/
Dunused.hpp23 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/
Dactions.cpp31 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/
Deps.cpp37 auto true_ = [](unused_type) { return true; }; in main() argument
38 auto false_ = [](unused_type) { return false; }; in main() argument
Dunused_type.cpp13 void test_use(boost::spirit::x3::unused_type) {} in test_use()
/third_party/boost/boost/spirit/home/x3/support/traits/
Dcontainer_traits.hpp134 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
Dmove_to.hpp41 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/
Dunused_type.cpp19 void test_use(boost::spirit::unused_type) {} in test_use()
/third_party/boost/boost/spirit/home/qi/numeric/detail/
Dreal_impl.hpp101 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/
Dnode.hpp29 struct unused_type { }; struct
/third_party/boost/boost/spirit/home/x3/support/numeric_utils/
Dextract_real.hpp69 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/
Ddelimit_out.hpp29 inline bool delimit_out(OutputIterator&, unused_type) in delimit_out() argument
/third_party/boost/boost/spirit/home/qi/
Dskip_over.hpp32 inline void skip_over(Iterator&, Iterator const&, unused_type) in skip_over() argument
/third_party/boost/boost/spirit/home/support/algorithm/
Dany.hpp68 any(Sequence const& seq, unused_type, F f) in any() argument
Dany_ns.hpp88 any_ns(Sequence const& seq, unused_type, F f) in any_ns() argument
Dany_ns_so.hpp92 any_ns_so(Sequence const& seq, unused_type, F f) in any_ns_so() argument
/third_party/boost/boost/spirit/home/x3/core/
Dskip_over.hpp70 inline void skip_over(Iterator&, Iterator const&, unused_type) in skip_over() argument
/third_party/boost/libs/spirit/test/qi/
Dactions.cpp45 void fail (int, boost::spirit::unused_type, bool& pass) in fail()

12