Home
last modified time | relevance | path

Searched refs:scoped_vector (Results 1 – 13 of 13) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/system_wrappers/source/
H A Dscoped_vector_unittest.cc129 scoped_vector.pop_back(); in TEST()
131 EXPECT_TRUE(scoped_vector.empty()); in TEST()
141 scoped_vector.clear(); in TEST()
143 EXPECT_TRUE(scoped_vector.empty()); in TEST()
153 scoped_vector.weak_clear(); in TEST()
155 EXPECT_TRUE(scoped_vector.empty()); in TEST()
178 scoped_vector.resize(1); in TEST()
181 EXPECT_EQ(1u, scoped_vector.size()); in TEST()
193 scoped_vector.resize(5); in TEST()
195 ASSERT_EQ(5u, scoped_vector.size()); in TEST()
[all …]
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/system_wrappers/source/
H A Dscoped_vector_unittest.cc129 scoped_vector.pop_back(); in TEST()
131 EXPECT_TRUE(scoped_vector.empty()); in TEST()
141 scoped_vector.clear(); in TEST()
143 EXPECT_TRUE(scoped_vector.empty()); in TEST()
153 scoped_vector.weak_clear(); in TEST()
155 EXPECT_TRUE(scoped_vector.empty()); in TEST()
178 scoped_vector.resize(1); in TEST()
181 EXPECT_EQ(1u, scoped_vector.size()); in TEST()
193 scoped_vector.resize(5); in TEST()
195 ASSERT_EQ(5u, scoped_vector.size()); in TEST()
[all …]
/dports/math/py-z3-solver/z3-z3-4.8.10/src/util/
H A Dscoped_vector.h24 class scoped_vector {
34 scoped_vector(): m_size(0), m_elems_start(0) {} in scoped_vector() function
107 scoped_vector const& m_vec;
110 iterator(scoped_vector const& v, unsigned idx): m_vec(v), m_index(idx) {} in iterator()
/dports/math/z3/z3-z3-4.8.13/src/util/
H A Dscoped_vector.h24 class scoped_vector {
105 scoped_vector const& m_vec;
108 iterator(scoped_vector const& v, unsigned idx): m_vec(v), m_index(idx) {} in iterator()
/dports/audio/webrtc-audio-processing0/webrtc-audio-processing-0.3.1/webrtc/system_wrappers/
H A DMakefile.am8 include/scoped_vector.h \
H A DBUILD.gn35 "include/scoped_vector.h",
H A DMakefile.in426 include/scoped_vector.h \
/dports/math/z3/z3-z3-4.8.13/src/smt/
H A Dtheory_seq.h332 scoped_vector<depeq> m_eqs; // set of current equations.
333 scoped_vector<ne> m_nqs; // set of current disequalities.
334 scoped_vector<nc> m_ncs; // set of non-contains constraints.
335 scoped_vector<expr*> m_lts; // set of asserted str.<, str.<= literals
/dports/math/py-z3-solver/z3-z3-4.8.10/src/smt/
H A Dtheory_seq.h326 scoped_vector<eq> m_eqs; // set of current equations.
327 scoped_vector<ne> m_nqs; // set of current disequalities.
328 scoped_vector<nc> m_ncs; // set of non-contains constraints.
329 scoped_vector<expr*> m_lts; // set of asserted str.<, str.<= literals
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/system_wrappers/
H A DBUILD.gn34 "include/scoped_vector.h",
H A Dsystem_wrappers.gyp41 'include/scoped_vector.h',
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/system_wrappers/
H A DBUILD.gn36 "interface/scoped_vector.h",
H A Dsystem_wrappers.gyp43 'interface/scoped_vector.h',