Home
last modified time | relevance | path

Searched refs:constructions (Results 1 – 25 of 34) sorted by relevance

12

/third_party/boost/libs/unordered/test/helpers/
Dcount.hpp15 int constructions; member
17 object_count() : instances(0), constructions(0) {} in object_count()
23 ++constructions; in construct()
37 return instances == x.instances && constructions == x.constructions; in operator ==()
45 << ", constructions: " << c.constructions << "]"; in operator <<()
73 constructions_(global_object_count.constructions) in check_instances()
82 int constructions() const in constructions() function
84 return global_object_count.constructions - constructions_; in constructions()
/third_party/boost/libs/unordered/test/unordered/
Demplace_tests.cpp190 BOOST_TEST_EQ(check_.constructions(), 2); in UNORDERED_AUTO_TEST()
201 BOOST_TEST_EQ(check_.constructions(), 4); in UNORDERED_AUTO_TEST()
211 BOOST_TEST_EQ(check_.constructions(), 6); in UNORDERED_AUTO_TEST()
221 BOOST_TEST_EQ(check_.constructions(), 7); in UNORDERED_AUTO_TEST()
233 BOOST_TEST_EQ(check_.constructions(), 9); in UNORDERED_AUTO_TEST()
242 BOOST_TEST_EQ(check_.constructions(), 12); in UNORDERED_AUTO_TEST()
268 BOOST_TEST_EQ(check_.constructions(), 2); in UNORDERED_AUTO_TEST()
277 BOOST_TEST_EQ(check_.constructions(), 4); in UNORDERED_AUTO_TEST()
285 BOOST_TEST_EQ(check_.constructions(), 5); in UNORDERED_AUTO_TEST()
296 BOOST_TEST_EQ(check_.constructions(), 7); in UNORDERED_AUTO_TEST()
[all …]
Dmove_tests.cpp159 test::global_object_count.constructions - count.constructions) <= in move_construct_tests2()
166 test::global_object_count.constructions - count.constructions) <= in move_construct_tests2()
284 count2.constructions == test::global_object_count.constructions); in move_assign_tests2()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dfixed_array_test.cc49 ConstructionTester() : self_ptr_(this), value_(0) { constructions++; } in ConstructionTester()
58 static int constructions; member in __anon50de0cac0111::ConstructionTester
73 int ConstructionTester::constructions = 0; member in __anon50de0cac0111::ConstructionTester
256 ConstructionTester::constructions = 0; in TestArray()
270 EXPECT_THAT(ConstructionTester::constructions, n); in TestArray()
292 EXPECT_EQ(ConstructionTester::constructions, in TestArray()
301 ConstructionTester::constructions = 0; in TestArrayOfArrays()
322 ASSERT_EQ(ConstructionTester::constructions, n * elements_per_inner_array); in TestArrayOfArrays()
353 EXPECT_EQ(ConstructionTester::constructions, in TestArrayOfArrays()
/third_party/abseil-cpp/absl/container/
Dfixed_array_test.cc49 ConstructionTester() : self_ptr_(this), value_(0) { constructions++; } in ConstructionTester()
58 static int constructions; member in __anon8b15d7370111::ConstructionTester
73 int ConstructionTester::constructions = 0; member in __anon8b15d7370111::ConstructionTester
256 ConstructionTester::constructions = 0; in TestArray()
270 EXPECT_THAT(ConstructionTester::constructions, n); in TestArray()
292 EXPECT_EQ(ConstructionTester::constructions, in TestArray()
301 ConstructionTester::constructions = 0; in TestArrayOfArrays()
322 ASSERT_EQ(ConstructionTester::constructions, n * elements_per_inner_array); in TestArrayOfArrays()
353 EXPECT_EQ(ConstructionTester::constructions, in TestArrayOfArrays()
/third_party/typescript/tests/baselines/reference/
DparserS12.11_A3_T4.errors.txt9 * Syntax constructions of switch statement
DparserS12.11_A3_T4.types6 * Syntax constructions of switch statement
DparserS12.11_A3_T4.symbols6 * Syntax constructions of switch statement
/third_party/vk-gl-cts/data/gles31/shaders/es31/
Darrays.test2 group invalid "Invalid constructions"
/third_party/libpng/
DTODO21 * Investigate pre-incremented loop counters and other loop constructions.
/third_party/skia/third_party/externals/libpng/
DTODO21 * Investigate pre-incremented loop counters and other loop constructions.
/third_party/flutter/skia/third_party/externals/libpng/
DTODO21 * Investigate pre-incremented loop counters and other loop constructions.
/third_party/vk-gl-cts/data/gles31/shaders/es32/
Darrays.test20 group invalid "Invalid constructions"
/third_party/boost/libs/outcome/doc/src/content/tutorial/advanced/hooks/
Dhook_result.md28 4. Converting copy and move constructions for all the above.
/third_party/boost/libs/numeric/ublas/
DREADME.md3 …ted towards scientific computing on the level of basic linear algebra constructions with matrices …
/third_party/gstreamer/gstreamer/docs/random/wtay/
Dperformance32 This has performance impact on pipeline constructions and pipeline
/third_party/boost/libs/test/doc/testing_tools/
Dboost_test_universal_macro.qbk70 There are a few constructions that are however unsupported, but adding an extra bracket usually sol…
/third_party/boost/libs/optional/doc/
D01_quick_start.qbk119 … does not support these features and you still need to avoid any move-constructions, use [link boo…
/third_party/boost/libs/tuple/doc/
Dtuple_users_guide.qbk149 elementary constructions.
/third_party/cJSON/tests/unity/docs/
DUnityAssertionsReference.md204 `TEST_ASSERT_UNLESS` aid readability in certain test constructions or
/third_party/unity/docs/
DUnityAssertionsReference.md245 `TEST_ASSERT_UNLESS` aid readability in certain test constructions or
/third_party/python/Objects/
Dlistsort.txt385 difficult. Theoretical constructions are known that can do it, but they're
/third_party/boost/libs/beast/
DCHANGELOG.md3513 * Restyle async result constructions
/third_party/flutter/skia/site/user/api/
DSkPath_Reference.md2771 and some constructions correspond to <a href='undocumented#Arc'>Arc</a> drawing in graphics standar…
2794 constructions are converted to <a href='SkPath_Reference#Conic'>Conic</a> <a href='undocumented#Dat…
/third_party/openGLES/extensions/EXT/
DEXT_direct_state_access.txt3143 contain the word Matrix so this leads to awkward constructions

12