Home
last modified time | relevance | path

Searched refs:set_t (Results 1 – 21 of 21) sorted by relevance

/third_party/boost/libs/variant/test/
Dhash_recursive_variant_test.cpp35 using set_t = basic_set_t<value_t>; typedef
47 set_t s; in run()
53 const set_t& check_set = boost::get<set_t>(v); in run()
/third_party/boost/libs/icl/test/fix_tickets_/
Dfix_tickets.cpp107 typedef boost::icl::split_interval_set<boost::uint16_t, std::less, interval_t> set_t; in BOOST_AUTO_TEST_CASE() typedef
109 set_t s1, s2; in BOOST_AUTO_TEST_CASE()
124 typedef boost::icl::split_interval_set<boost::uint16_t, std::less, interval_t> set_t; in BOOST_AUTO_TEST_CASE() typedef
126 set_t s1, s2; in BOOST_AUTO_TEST_CASE()
141 typedef boost::icl::split_interval_set<boost::uint16_t, std::less, interval_t> set_t; in BOOST_AUTO_TEST_CASE() typedef
143 set_t s1, s2; in BOOST_AUTO_TEST_CASE()
158 typedef boost::icl::split_interval_set<boost::uint16_t, std::less, interval_t> set_t; in BOOST_AUTO_TEST_CASE() typedef
160 set_t s1, s2; in BOOST_AUTO_TEST_CASE()
/third_party/boost/libs/intrusive/test/
Dvoidptr_key_test.cpp63 > set_t; typedef
70 set_t s; in test_set()
74 set_t::iterator it = s.find(e1); in test_set()
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout-common.hh171 template <typename set_t>
172 bool add_coverage (set_t *glyphs) const in add_coverage()
832 template <typename set_t>
833 bool add_coverage (set_t *glyphs) const in add_coverage()
951 template <typename set_t>
952 bool add_coverage (set_t *glyphs) const in add_coverage()
1105 template <typename set_t>
1106 bool add_coverage (set_t *glyphs) const in add_coverage()
1265 template <typename set_t>
1266 bool add_coverage (set_t *glyphs) const in add_coverage()
[all …]
Dhb-ot-layout-gsub-table.hh1272 template <typename set_t>
1273 void add_coverage (set_t *glyphs) const in add_coverage()
1275 hb_add_coverage_context_t<set_t> c (glyphs); in add_coverage()
Dhb-ot-layout-gsubgpos.hh231 template <typename set_t>
233 … hb_dispatch_context_t<hb_add_coverage_context_t<set_t>, const Coverage &, HB_DEBUG_GET_COVERAGE>
246 hb_add_coverage_context_t (set_t *set_) : in hb_add_coverage_context_t()
250 set_t *set;
Dhb-ot-layout-gpos-table.hh1572 template <typename set_t>
1573 void add_coverage (set_t *glyphs) const in add_coverage()
1575 hb_add_coverage_context_t<set_t> c (glyphs); in add_coverage()
/third_party/boost/libs/graph/example/
Dloops_dfs.cpp133 typedef std::set< Vertex > set_t; in main() typedef
134 typedef std::list< set_t > list_of_sets_t; in main()
149 for (set_t::iterator j = (*i).begin(); j != (*i).end(); ++j) in main()
/third_party/harfbuzz/src/
Dhb-ot-layout-common.hh508 template <typename set_t>
509 bool collect_coverage (set_t *glyphs) const in collect_coverage()
1516 template <typename set_t>
1517 bool collect_coverage (set_t *glyphs) const in collect_coverage()
1785 template <typename set_t>
1786 bool collect_coverage (set_t *glyphs) const in collect_coverage()
1913 template <typename set_t>
1914 bool collect_coverage (set_t *glyphs) const in collect_coverage()
2084 template <typename set_t>
2085 bool collect_coverage (set_t *glyphs) const in collect_coverage()
[all …]
Dhb-ot-layout-gsub-table.hh1540 template <typename set_t>
1541 void collect_coverage (set_t *glyphs) const in collect_coverage()
1543 hb_collect_coverage_context_t<set_t> c (glyphs); in collect_coverage()
Dhb-ot-layout-gsubgpos.hh366 template <typename set_t>
368 hb_dispatch_context_t<hb_collect_coverage_context_t<set_t>, const Coverage &>
380 hb_collect_coverage_context_t (set_t *set_) : in hb_collect_coverage_context_t()
383 set_t *set;
Dhb-ot-layout-gpos-table.hh2795 template <typename set_t>
2796 void collect_coverage (set_t *glyphs) const in collect_coverage()
2798 hb_collect_coverage_context_t<set_t> c (glyphs); in collect_coverage()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout-common.hh544 template <typename set_t>
545 bool collect_coverage (set_t *glyphs) const in collect_coverage()
1470 template <typename set_t>
1471 bool collect_coverage (set_t *glyphs) const in collect_coverage()
1598 template <typename set_t>
1599 bool collect_coverage (set_t *glyphs) const in collect_coverage()
1769 template <typename set_t>
1770 bool collect_coverage (set_t *glyphs) const in collect_coverage()
2001 template <typename set_t>
2002 bool collect_coverage (set_t *glyphs) const in collect_coverage()
[all …]
Dhb-ot-layout-gsub-table.hh1575 template <typename set_t>
1576 void collect_coverage (set_t *glyphs) const in collect_coverage()
1578 hb_collect_coverage_context_t<set_t> c (glyphs); in collect_coverage()
Dhb-ot-layout-gsubgpos.hh366 template <typename set_t>
368 hb_dispatch_context_t<hb_collect_coverage_context_t<set_t>, const Coverage &>
380 hb_collect_coverage_context_t (set_t *set_) : in hb_collect_coverage_context_t()
383 set_t *set;
Dhb-ot-layout-gpos-table.hh2787 template <typename set_t>
2788 void collect_coverage (set_t *glyphs) const in collect_coverage()
2790 hb_collect_coverage_context_t<set_t> c (glyphs); in collect_coverage()
/third_party/boost/libs/container/test/
Dflat_set_test.cpp494 typedef flat_set<int, test::less_transparent> set_t; in test_heterogeneous_lookups() typedef
497 set_t set1; in test_heterogeneous_lookups()
500 const set_t &cset1 = set1; in test_heterogeneous_lookups()
600 typedef flat_set<std::pair<int, int>, with_lookup_by_first> set_t; in test_heterogeneous_lookup_by_partial_key() typedef
602 set_t set1; in test_heterogeneous_lookup_by_partial_key()
606 std::pair<set_t::iterator, set_t::iterator> const first_0_range = set1.equal_range(0); in test_heterogeneous_lookup_by_partial_key()
Dset_test.cpp343 typedef set<int, test::less_transparent> set_t; in test_heterogeneous_lookups() typedef
346 set_t set1; in test_heterogeneous_lookups()
349 const set_t &cset1 = set1; in test_heterogeneous_lookups()
/third_party/boost/libs/beast/include/boost/beast/http/
Dfields.hpp187 using set_t = typename boost::intrusive::make_multiset< typedef in boost::beast::http::basic_fields
773 set_t set_;
/third_party/boost/boost/beast/http/
Dfields.hpp187 using set_t = typename boost::intrusive::make_multiset< typedef in boost::beast::http::basic_fields
773 set_t set_;
/third_party/chromium/patch/
D0001-cve.patch27964 + template <typename set_t>
27965 + void collect_coverage (set_t *glyphs) const
27967 + hb_collect_coverage_context_t<set_t> c (glyphs);
36460 - template <typename set_t>
36461 - void collect_coverage (set_t *glyphs) const
36463 - hb_collect_coverage_context_t<set_t> c (glyphs);