/third_party/boost/libs/unordered/test/helpers/ |
D | count.hpp | 15 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/ |
D | emplace_tests.cpp | 190 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 …]
|
D | move_tests.cpp | 159 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/ |
D | fixed_array_test.cc | 49 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/ |
D | fixed_array_test.cc | 49 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/ |
D | parserS12.11_A3_T4.errors.txt | 9 * Syntax constructions of switch statement
|
D | parserS12.11_A3_T4.types | 6 * Syntax constructions of switch statement
|
D | parserS12.11_A3_T4.symbols | 6 * Syntax constructions of switch statement
|
/third_party/vk-gl-cts/data/gles31/shaders/es31/ |
D | arrays.test | 2 group invalid "Invalid constructions"
|
/third_party/libpng/ |
D | TODO | 21 * Investigate pre-incremented loop counters and other loop constructions.
|
/third_party/skia/third_party/externals/libpng/ |
D | TODO | 21 * Investigate pre-incremented loop counters and other loop constructions.
|
/third_party/flutter/skia/third_party/externals/libpng/ |
D | TODO | 21 * Investigate pre-incremented loop counters and other loop constructions.
|
/third_party/vk-gl-cts/data/gles31/shaders/es32/ |
D | arrays.test | 20 group invalid "Invalid constructions"
|
/third_party/boost/libs/outcome/doc/src/content/tutorial/advanced/hooks/ |
D | hook_result.md | 28 4. Converting copy and move constructions for all the above.
|
/third_party/boost/libs/numeric/ublas/ |
D | README.md | 3 …ted towards scientific computing on the level of basic linear algebra constructions with matrices …
|
/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | performance | 32 This has performance impact on pipeline constructions and pipeline
|
/third_party/boost/libs/test/doc/testing_tools/ |
D | boost_test_universal_macro.qbk | 70 There are a few constructions that are however unsupported, but adding an extra bracket usually sol…
|
/third_party/boost/libs/optional/doc/ |
D | 01_quick_start.qbk | 119 … does not support these features and you still need to avoid any move-constructions, use [link boo…
|
/third_party/boost/libs/tuple/doc/ |
D | tuple_users_guide.qbk | 149 elementary constructions.
|
/third_party/cJSON/tests/unity/docs/ |
D | UnityAssertionsReference.md | 204 `TEST_ASSERT_UNLESS` aid readability in certain test constructions or
|
/third_party/unity/docs/ |
D | UnityAssertionsReference.md | 245 `TEST_ASSERT_UNLESS` aid readability in certain test constructions or
|
/third_party/python/Objects/ |
D | listsort.txt | 385 difficult. Theoretical constructions are known that can do it, but they're
|
/third_party/boost/libs/beast/ |
D | CHANGELOG.md | 3513 * Restyle async result constructions
|
/third_party/flutter/skia/site/user/api/ |
D | SkPath_Reference.md | 2771 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/ |
D | EXT_direct_state_access.txt | 3143 contain the word Matrix so this leads to awkward constructions
|