Home
last modified time | relevance | path

Searched refs:flat_set (Results 1 – 25 of 1885) sorted by relevance

12345678910>>...76

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/base/
H A Dflat_set_unittest.cc32 FlatSet<long> flat_set; in TEST() local
34 EXPECT_TRUE(flat_set.empty()); in TEST()
36 EXPECT_EQ(flat_set.begin(), flat_set.end()); in TEST()
38 EXPECT_EQ(flat_set.find(42), flat_set.end()); in TEST()
39 EXPECT_EQ(flat_set.find(42), flat_set.begin()); in TEST()
47 auto it = flat_set.find(1); in TEST()
54 EXPECT_NE(flat_set.begin(), flat_set.end()); in TEST()
55 EXPECT_EQ(std::distance(flat_set.begin(), flat_set.end()), 1); in TEST()
83 flat_set.clear(); in TEST()
93 FlatSet<int> flat_set; in TEST() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/src/base/
H A Dflat_set_unittest.cc32 FlatSet<long> flat_set; in TEST() local
34 EXPECT_TRUE(flat_set.empty()); in TEST()
36 EXPECT_EQ(flat_set.begin(), flat_set.end()); in TEST()
38 EXPECT_EQ(flat_set.find(42), flat_set.end()); in TEST()
39 EXPECT_EQ(flat_set.find(42), flat_set.begin()); in TEST()
47 auto it = flat_set.find(1); in TEST()
54 EXPECT_NE(flat_set.begin(), flat_set.end()); in TEST()
55 EXPECT_EQ(std::distance(flat_set.begin(), flat_set.end()), 1); in TEST()
83 flat_set.clear(); in TEST()
93 FlatSet<int> flat_set; in TEST() local
[all …]
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-cpp/examples/
H A Dmarker-index.h13 using MarkerIdSet = flat_set<MarkerId>;
16 flat_set<MarkerId> touch;
17 flat_set<MarkerId> inside;
18 flat_set<MarkerId> overlap;
19 flat_set<MarkerId> surround;
24 flat_set<MarkerId> starting;
25 flat_set<MarkerId> ending;
65 flat_set<MarkerId> left_marker_ids;
66 flat_set<MarkerId> right_marker_ids;
67 flat_set<MarkerId> start_marker_ids;
[all …]
/dports/devel/hyperscan/hyperscan-5.4.0/unit/internal/
H A Dflat_set.cpp59 TEST(flat_set, empty) { in TEST() argument
60 flat_set<u32> f; in TEST()
70 TEST(flat_set, clear) { in TEST() argument
81 flat_set<u32> f; in TEST()
108 flat_set<u32> f; in TEST()
130 flat_set<u32> f; in TEST()
150 flat_set<u32> f; in TEST()
284 TEST(flat_set, swap) { in TEST() argument
296 TEST(flat_set, iter) { in TEST() argument
376 flat_set<u32> f; in TEST()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/container/
H A Dflat_set.hpp81 class flat_set class
359 BOOST_CONTAINER_FORCEINLINE flat_set(const flat_set& x) in flat_set() function in boost::container::flat_set
368 BOOST_CONTAINER_FORCEINLINE flat_set(BOOST_RV_REF(flat_set) x) in flat_set() function in boost::container::flat_set
400 BOOST_CONTAINER_FORCEINLINE flat_set& operator=(BOOST_RV_REF(flat_set) x) in operator =()
1057 friend bool operator==(const flat_set& x, const flat_set& y);
1062 friend bool operator!=(const flat_set& x, const flat_set& y);
1067 friend bool operator<(const flat_set& x, const flat_set& y);
1072 friend bool operator>(const flat_set& x, const flat_set& y);
1077 friend bool operator<=(const flat_set& x, const flat_set& y);
1082 friend bool operator>=(const flat_set& x, const flat_set& y);
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/container/
H A Dflat_set.hpp81 class flat_set class
359 BOOST_CONTAINER_FORCEINLINE flat_set(const flat_set& x) in flat_set() function in boost::container::flat_set
368 BOOST_CONTAINER_FORCEINLINE flat_set(BOOST_RV_REF(flat_set) x) in flat_set() function in boost::container::flat_set
400 BOOST_CONTAINER_FORCEINLINE flat_set& operator=(BOOST_RV_REF(flat_set) x) in operator =()
1057 friend bool operator==(const flat_set& x, const flat_set& y);
1062 friend bool operator!=(const flat_set& x, const flat_set& y);
1067 friend bool operator<(const flat_set& x, const flat_set& y);
1072 friend bool operator>(const flat_set& x, const flat_set& y);
1077 friend bool operator<=(const flat_set& x, const flat_set& y);
1082 friend bool operator>=(const flat_set& x, const flat_set& y);
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/container/
H A Dflat_set.hpp81 class flat_set in force()
359 BOOST_CONTAINER_FORCEINLINE flat_set(const flat_set& x) in force()
368 BOOST_CONTAINER_FORCEINLINE flat_set(BOOST_RV_REF(flat_set) x) in force()
400 BOOST_CONTAINER_FORCEINLINE flat_set& operator=(BOOST_RV_REF(flat_set) x) in force()
1057 friend bool operator==(const flat_set& x, const flat_set& y); in force()
1062 friend bool operator!=(const flat_set& x, const flat_set& y); in force()
1067 friend bool operator<(const flat_set& x, const flat_set& y); in force()
1072 friend bool operator>(const flat_set& x, const flat_set& y); in force()
1077 friend bool operator<=(const flat_set& x, const flat_set& y); in force()
1082 friend bool operator>=(const flat_set& x, const flat_set& y); in force()
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/container/
H A Dflat_set.hpp81 class flat_set class
359 BOOST_CONTAINER_FORCEINLINE flat_set(const flat_set& x) in flat_set() function in boost::container::flat_set
368 BOOST_CONTAINER_FORCEINLINE flat_set(BOOST_RV_REF(flat_set) x) in flat_set() function in boost::container::flat_set
400 BOOST_CONTAINER_FORCEINLINE flat_set& operator=(BOOST_RV_REF(flat_set) x) in operator =()
1060 friend bool operator==(const flat_set& x, const flat_set& y);
1065 friend bool operator!=(const flat_set& x, const flat_set& y);
1070 friend bool operator<(const flat_set& x, const flat_set& y);
1075 friend bool operator>(const flat_set& x, const flat_set& y);
1080 friend bool operator<=(const flat_set& x, const flat_set& y);
1085 friend bool operator>=(const flat_set& x, const flat_set& y);
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/container/
H A Dflat_set.hpp81 class flat_set class
359 BOOST_CONTAINER_FORCEINLINE flat_set(const flat_set& x) in flat_set() function in boost::container::flat_set
368 BOOST_CONTAINER_FORCEINLINE flat_set(BOOST_RV_REF(flat_set) x) in flat_set() function in boost::container::flat_set
400 BOOST_CONTAINER_FORCEINLINE flat_set& operator=(BOOST_RV_REF(flat_set) x) in operator =()
1057 friend bool operator==(const flat_set& x, const flat_set& y);
1062 friend bool operator!=(const flat_set& x, const flat_set& y);
1067 friend bool operator<(const flat_set& x, const flat_set& y);
1072 friend bool operator>(const flat_set& x, const flat_set& y);
1077 friend bool operator<=(const flat_set& x, const flat_set& y);
1082 friend bool operator>=(const flat_set& x, const flat_set& y);
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/container/
H A Dflat_set.hpp81 class flat_set class
359 BOOST_CONTAINER_FORCEINLINE flat_set(const flat_set& x) in flat_set() function in boost::container::flat_set
368 BOOST_CONTAINER_FORCEINLINE flat_set(BOOST_RV_REF(flat_set) x) in flat_set() function in boost::container::flat_set
400 BOOST_CONTAINER_FORCEINLINE flat_set& operator=(BOOST_RV_REF(flat_set) x) in operator =()
1051 friend bool operator==(const flat_set& x, const flat_set& y);
1056 friend bool operator!=(const flat_set& x, const flat_set& y);
1061 friend bool operator<(const flat_set& x, const flat_set& y);
1066 friend bool operator>(const flat_set& x, const flat_set& y);
1071 friend bool operator<=(const flat_set& x, const flat_set& y);
1076 friend bool operator>=(const flat_set& x, const flat_set& y);
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/externals/boost/boost/container/
H A Dflat_set.hpp81 class flat_set class
359 BOOST_CONTAINER_FORCEINLINE flat_set(const flat_set& x) in flat_set() function in boost::container::flat_set
368 BOOST_CONTAINER_FORCEINLINE flat_set(BOOST_RV_REF(flat_set) x) in flat_set() function in boost::container::flat_set
400 BOOST_CONTAINER_FORCEINLINE flat_set& operator=(BOOST_RV_REF(flat_set) x) in operator =()
1057 friend bool operator==(const flat_set& x, const flat_set& y);
1062 friend bool operator!=(const flat_set& x, const flat_set& y);
1067 friend bool operator<(const flat_set& x, const flat_set& y);
1072 friend bool operator>(const flat_set& x, const flat_set& y);
1077 friend bool operator<=(const flat_set& x, const flat_set& y);
1082 friend bool operator>=(const flat_set& x, const flat_set& y);
[all …]
/dports/emulators/citra/citra-ac98458e0/externals/boost/boost/container/
H A Dflat_set.hpp81 class flat_set class
359 BOOST_CONTAINER_FORCEINLINE flat_set(const flat_set& x) in flat_set() function in boost::container::flat_set
368 BOOST_CONTAINER_FORCEINLINE flat_set(BOOST_RV_REF(flat_set) x) in flat_set() function in boost::container::flat_set
400 BOOST_CONTAINER_FORCEINLINE flat_set& operator=(BOOST_RV_REF(flat_set) x) in operator =()
1057 friend bool operator==(const flat_set& x, const flat_set& y);
1062 friend bool operator!=(const flat_set& x, const flat_set& y);
1067 friend bool operator<(const flat_set& x, const flat_set& y);
1072 friend bool operator>(const flat_set& x, const flat_set& y);
1077 friend bool operator<=(const flat_set& x, const flat_set& y);
1082 friend bool operator>=(const flat_set& x, const flat_set& y);
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/container/
H A Dflat_set.hpp81 class flat_set class
359 BOOST_CONTAINER_FORCEINLINE flat_set(const flat_set& x) in flat_set() function in boost::container::flat_set
368 BOOST_CONTAINER_FORCEINLINE flat_set(BOOST_RV_REF(flat_set) x) in flat_set() function in boost::container::flat_set
400 BOOST_CONTAINER_FORCEINLINE flat_set& operator=(BOOST_RV_REF(flat_set) x) in operator =()
1057 friend bool operator==(const flat_set& x, const flat_set& y);
1062 friend bool operator!=(const flat_set& x, const flat_set& y);
1067 friend bool operator<(const flat_set& x, const flat_set& y);
1072 friend bool operator>(const flat_set& x, const flat_set& y);
1077 friend bool operator<=(const flat_set& x, const flat_set& y);
1082 friend bool operator>=(const flat_set& x, const flat_set& y);
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/container/
H A Dflat_set.hpp81 class flat_set class
359 BOOST_CONTAINER_FORCEINLINE flat_set(const flat_set& x) in flat_set() function in boost::container::flat_set
368 BOOST_CONTAINER_FORCEINLINE flat_set(BOOST_RV_REF(flat_set) x) in flat_set() function in boost::container::flat_set
400 BOOST_CONTAINER_FORCEINLINE flat_set& operator=(BOOST_RV_REF(flat_set) x) in operator =()
1051 friend bool operator==(const flat_set& x, const flat_set& y);
1056 friend bool operator!=(const flat_set& x, const flat_set& y);
1061 friend bool operator<(const flat_set& x, const flat_set& y);
1066 friend bool operator>(const flat_set& x, const flat_set& y);
1071 friend bool operator<=(const flat_set& x, const flat_set& y);
1076 friend bool operator>=(const flat_set& x, const flat_set& y);
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/container/
H A Dflat_set.hpp81 class flat_set class
359 BOOST_CONTAINER_FORCEINLINE flat_set(const flat_set& x) in flat_set() function in boost::container::flat_set
368 BOOST_CONTAINER_FORCEINLINE flat_set(BOOST_RV_REF(flat_set) x) in flat_set() function in boost::container::flat_set
400 BOOST_CONTAINER_FORCEINLINE flat_set& operator=(BOOST_RV_REF(flat_set) x) in operator =()
1057 friend bool operator==(const flat_set& x, const flat_set& y);
1062 friend bool operator!=(const flat_set& x, const flat_set& y);
1067 friend bool operator<(const flat_set& x, const flat_set& y);
1072 friend bool operator>(const flat_set& x, const flat_set& y);
1077 friend bool operator<=(const flat_set& x, const flat_set& y);
1082 friend bool operator>=(const flat_set& x, const flat_set& y);
[all …]
/dports/devel/hyperscan/hyperscan-5.4.0/src/nfagraph/
H A Dng_execute.h47 flat_set<NFAVertex> execute_graph(const NGHolder &g, const ue2_literal &input,
48 const flat_set<NFAVertex> &initial,
51 flat_set<NFAVertex> execute_graph(const NGHolder &g,
53 const flat_set<NFAVertex> &initial);
59 flat_set<NFAVertex> execute_graph(const NGHolder &g, const NGHolder &input_dag,
60 const flat_set<NFAVertex> &initial);
63 flat_set<NFAVertex> execute_graph(const NGHolder &g, const NGHolder &input_dag,
64 const flat_set<NFAVertex> &input_start_states,
65 const flat_set<NFAVertex> &initial);
/dports/sysutils/lizardfs/lizardfs-3.12.0/src/common/
H A Dflat_set_unittest.cc34 flat_set<int> cs; in TEST()
98 flat_set<int> a{7}; in TEST()
117 flat_set<int> cs; in TEST()
133 flat_set<int> cs; in TEST()
147 flat_set<int> a, b; in TEST()
170 flat_set<int> a; in TEST()
188 flat_set<int> a; in TEST()
191 flat_set<int> b(a); in TEST()
192 flat_set<int> c(std::move(a)); in TEST()
223 flat_set<int> a; in TEST()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/container/
H A Dflat_set.hpp70 class flat_set class
213 flat_set(const flat_set& x) in flat_set() function in boost::container::flat_set
222 flat_set(BOOST_RV_REF(flat_set) x) in flat_set() function in boost::container::flat_set
229 flat_set(const flat_set& x, const allocator_type &a) in flat_set() function in boost::container::flat_set
237 flat_set(BOOST_RV_REF(flat_set) x, const allocator_type &a) in flat_set() function in boost::container::flat_set
244 flat_set& operator=(BOOST_COPY_ASSIGN_REF(flat_set) x) in operator =()
253 flat_set& operator=(BOOST_RV_REF(flat_set) x) in operator =()
780 friend bool operator==(const flat_set& x, const flat_set& y);
790 friend bool operator<(const flat_set& x, const flat_set& y);
795 friend bool operator>(const flat_set& x, const flat_set& y);
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/container/
H A Dflat_set.hpp70 class flat_set class
213 flat_set(const flat_set& x) in flat_set() function in boost::container::flat_set
222 flat_set(BOOST_RV_REF(flat_set) x) in flat_set() function in boost::container::flat_set
229 flat_set(const flat_set& x, const allocator_type &a) in flat_set() function in boost::container::flat_set
237 flat_set(BOOST_RV_REF(flat_set) x, const allocator_type &a) in flat_set() function in boost::container::flat_set
244 flat_set& operator=(BOOST_COPY_ASSIGN_REF(flat_set) x) in operator =()
253 flat_set& operator=(BOOST_RV_REF(flat_set) x) in operator =()
780 friend bool operator==(const flat_set& x, const flat_set& y);
790 friend bool operator<(const flat_set& x, const flat_set& y);
795 friend bool operator>(const flat_set& x, const flat_set& y);
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/container/
H A Dflat_set.hpp70 class flat_set class
213 flat_set(const flat_set& x) in flat_set() function in boost::container::flat_set
222 flat_set(BOOST_RV_REF(flat_set) x) in flat_set() function in boost::container::flat_set
229 flat_set(const flat_set& x, const allocator_type &a) in flat_set() function in boost::container::flat_set
237 flat_set(BOOST_RV_REF(flat_set) x, const allocator_type &a) in flat_set() function in boost::container::flat_set
244 flat_set& operator=(BOOST_COPY_ASSIGN_REF(flat_set) x) in operator =()
253 flat_set& operator=(BOOST_RV_REF(flat_set) x) in operator =()
780 friend bool operator==(const flat_set& x, const flat_set& y);
790 friend bool operator<(const flat_set& x, const flat_set& y);
795 friend bool operator>(const flat_set& x, const flat_set& y);
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/container/
H A Dflat_set.hpp70 class flat_set class
213 flat_set(const flat_set& x) in flat_set() function in boost::container::flat_set
222 flat_set(BOOST_RV_REF(flat_set) x) in flat_set() function in boost::container::flat_set
229 flat_set(const flat_set& x, const allocator_type &a) in flat_set() function in boost::container::flat_set
237 flat_set(BOOST_RV_REF(flat_set) x, const allocator_type &a) in flat_set() function in boost::container::flat_set
244 flat_set& operator=(BOOST_COPY_ASSIGN_REF(flat_set) x) in operator =()
253 flat_set& operator=(BOOST_RV_REF(flat_set) x) in operator =()
780 friend bool operator==(const flat_set& x, const flat_set& y);
790 friend bool operator<(const flat_set& x, const flat_set& y);
795 friend bool operator>(const flat_set& x, const flat_set& y);
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/container/
H A Dflat_set.hpp70 class flat_set class
213 flat_set(const flat_set& x) in flat_set() function in boost::container::flat_set
222 flat_set(BOOST_RV_REF(flat_set) x) in flat_set() function in boost::container::flat_set
229 flat_set(const flat_set& x, const allocator_type &a) in flat_set() function in boost::container::flat_set
237 flat_set(BOOST_RV_REF(flat_set) x, const allocator_type &a) in flat_set() function in boost::container::flat_set
244 flat_set& operator=(BOOST_COPY_ASSIGN_REF(flat_set) x) in operator =()
253 flat_set& operator=(BOOST_RV_REF(flat_set) x) in operator =()
780 friend bool operator==(const flat_set& x, const flat_set& y);
790 friend bool operator<(const flat_set& x, const flat_set& y);
795 friend bool operator>(const flat_set& x, const flat_set& y);
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/container/
H A Dflat_set.hpp70 class flat_set class
213 flat_set(const flat_set& x) in flat_set() function in boost::container::flat_set
222 flat_set(BOOST_RV_REF(flat_set) x) in flat_set() function in boost::container::flat_set
229 flat_set(const flat_set& x, const allocator_type &a) in flat_set() function in boost::container::flat_set
237 flat_set(BOOST_RV_REF(flat_set) x, const allocator_type &a) in flat_set() function in boost::container::flat_set
244 flat_set& operator=(BOOST_COPY_ASSIGN_REF(flat_set) x) in operator =()
253 flat_set& operator=(BOOST_RV_REF(flat_set) x) in operator =()
780 friend bool operator==(const flat_set& x, const flat_set& y);
790 friend bool operator<(const flat_set& x, const flat_set& y);
795 friend bool operator>(const flat_set& x, const flat_set& y);
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/container/
H A Dflat_set.hpp70 class flat_set class
213 flat_set(const flat_set& x) in flat_set() function in boost::container::flat_set
222 flat_set(BOOST_RV_REF(flat_set) x) in flat_set() function in boost::container::flat_set
229 flat_set(const flat_set& x, const allocator_type &a) in flat_set() function in boost::container::flat_set
237 flat_set(BOOST_RV_REF(flat_set) x, const allocator_type &a) in flat_set() function in boost::container::flat_set
244 flat_set& operator=(BOOST_COPY_ASSIGN_REF(flat_set) x) in operator =()
253 flat_set& operator=(BOOST_RV_REF(flat_set) x) in operator =()
780 friend bool operator==(const flat_set& x, const flat_set& y);
790 friend bool operator<(const flat_set& x, const flat_set& y);
795 friend bool operator>(const flat_set& x, const flat_set& y);
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/container/
H A Dflat_set.hpp75 class flat_set class
227 flat_set(const flat_set& x) in flat_set() function in boost::container::flat_set
236 flat_set(BOOST_RV_REF(flat_set) x)
244 flat_set(const flat_set& x, const allocator_type &a) in flat_set() function in boost::container::flat_set
252 flat_set(BOOST_RV_REF(flat_set) x, const allocator_type &a) in flat_set() function in boost::container::flat_set
259 flat_set& operator=(BOOST_COPY_ASSIGN_REF(flat_set) x) in operator =()
268 flat_set& operator=(BOOST_RV_REF(flat_set) x) in operator =()
815 friend bool operator==(const flat_set& x, const flat_set& y);
825 friend bool operator<(const flat_set& x, const flat_set& y);
830 friend bool operator>(const flat_set& x, const flat_set& y);
[all …]

12345678910>>...76