Home
last modified time | relevance | path

Searched refs:SetT (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/boost/spirit/home/classic/symbols/
Dsymbols.hpp70 template <typename T, typename CharT, typename SetT>
72 : private SetT
73 , public parser<symbols<T, CharT, SetT> >
77 typedef parser<symbols<T, CharT, SetT> > parser_base_t;
78 typedef symbols<T, CharT, SetT> self_t;
90 symbol_inserter<T, SetT> const&
105 typename SetT::search_info result = SetT::find(scan); in parse_main()
129 { return SetT::find(scan).data; } in find()
131 symbol_inserter<T, SetT> const add;
151 template <typename T, typename CharT, typename SetT>
[all …]
Dsymbols_fwd.hpp27 typename SetT = impl::tst<T, CharT>
31 template <typename T, typename SetT>
/third_party/boost/boost/spirit/home/classic/symbols/impl/
Dsymbols.ipp32 template <typename T, typename CharT, typename SetT>
33 inline symbols<T, CharT, SetT>::symbols()
34 : SetT()
40 template <typename T, typename CharT, typename SetT>
41 symbols<T, CharT, SetT>::symbols(symbols const& other)
42 : SetT(other)
47 , parser<symbols<T, CharT, SetT> >()
54 template <typename T, typename CharT, typename SetT>
55 inline symbols<T, CharT, SetT>::~symbols()
59 template <typename T, typename CharT, typename SetT>
[all …]
/third_party/boost/libs/icl/test/
Dtest_set_icl_set.hpp20 typedef std::set<T> SetT; in itl_set_check_monoid_plus_4_bicremental_types() typedef
27 SetT set_a, set_b, set_c; in itl_set_check_monoid_plus_4_bicremental_types()
43 typedef std::set<T> SetT; in itl_set_check_monoid_et_4_bicremental_types() typedef
50 SetT set_a, set_b, set_c; in itl_set_check_monoid_et_4_bicremental_types()
70 typedef std::set<T> SetT; in itl_set_check_abelian_monoid_plus_4_bicremental_types() typedef
77 SetT set_a, set_b, set_c; in itl_set_check_abelian_monoid_plus_4_bicremental_types()
93 typedef std::set<T> SetT; in itl_set_check_abelian_monoid_et_4_bicremental_types() typedef
100 SetT set_a, set_b, set_c; in itl_set_check_abelian_monoid_et_4_bicremental_types()
120 typedef std::set<T> SetT; in itl_set_check_partial_invertive_monoid_plus_4_bicremental_types() typedef
127 SetT set_a, set_b, set_c; in itl_set_check_partial_invertive_monoid_plus_4_bicremental_types()
Dtest_icl_map.hpp90 typedef std::set<T> SetT; in icl_map_inclusion_compare_4_bicremental_types() typedef
121 SetT set_sub_a, set_a, set_a2, set_b, set_c; in icl_map_inclusion_compare_4_bicremental_types()
126 BOOST_CHECK_EQUAL( inclusion_compare(MapT(), SetT()), inclusion::equal ); in icl_map_inclusion_compare_4_bicremental_types()
127 BOOST_CHECK_EQUAL( inclusion_compare(SetT(), MapT()), inclusion::equal ); in icl_map_inclusion_compare_4_bicremental_types()
128 BOOST_CHECK_EQUAL( inclusion_compare(SetT(), SetT()), inclusion::equal ); in icl_map_inclusion_compare_4_bicremental_types()
134 BOOST_CHECK_EQUAL( inclusion_compare(map_a, SetT()), inclusion::superset ); in icl_map_inclusion_compare_4_bicremental_types()
137 BOOST_CHECK_EQUAL( inclusion_compare(SetT(), map_a), inclusion::subset ); in icl_map_inclusion_compare_4_bicremental_types()
140 BOOST_CHECK_EQUAL( inclusion_compare(set_a, SetT()), inclusion::superset ); in icl_map_inclusion_compare_4_bicremental_types()
143 BOOST_CHECK_EQUAL( inclusion_compare(SetT(), set_a), inclusion::subset ); in icl_map_inclusion_compare_4_bicremental_types()
Dtest_laws.hpp271 template<class Type, class SetT>
273 , SetT& in_between in check_length_as_distance()
285 template<class Type, class SetT>
289 SetT in_between; DiffT between_len, obj_dist; in has_length_as_distance()
315 template<class Type, class SetT>
316 bool check_inner_complementarity(const Type& object, SetT& in_between, SetT& lhs, SetT& rhs) in check_inner_complementarity()
320 SetT dom; in check_inner_complementarity()
324 rhs = SetT(hull(object)); in check_inner_complementarity()
330 template<class Type, class SetT>
333 SetT in_between, lhs, rhs; in has_inner_complementarity()
/third_party/boost/libs/log/test/run/
Dattr_sets_insertion_lookup.cpp32 template< typename SetT, typename ValueT >
33 void test_insertion_lookup(SetT& values, ValueT const& value) in test_insertion_lookup()
72 for (typename SetT::const_iterator it = values.begin(), end = values.end(); it != end; ++it) in test_insertion_lookup()
/third_party/boost/boost/icl/concept/
Dinterval_map.hpp566 template<class Type, class SetT>
568 SetT, Type>, SetT>::type&
569 domain(SetT& result, const Type& object) in domain()
571 typedef typename SetT::iterator set_iterator; in domain()
580 template<class Type, class SetT>
582 SetT, Type>, SetT>::type&
583 between(SetT& in_between, const Type& object) in between()
586 typedef typename SetT::iterator set_iterator; in between()