Home
last modified time | relevance | path

Searched refs:increment_death_test_count (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h656 int increment_death_test_count() { return ++death_test_count_; } in increment_death_test_count() function
788 int increment_death_test_count() { in increment_death_test_count() function
789 return result_.increment_death_test_count(); in increment_death_test_count()
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc1474 ->increment_death_test_count(); in Create()