HomeSort by relevance Sort by last modified time
    Searched refs:GetTestCaseName (Results 1 - 14 of 14) sorted by null

  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-param-util.h 420 virtual const string& GetTestCaseName() const = 0;
457 virtual const string& GetTestCaseName() const { return test_case_name_; }
576 if ((*it)->GetTestCaseName() == test_case_name) {
  /external/googletest/googletest/include/gtest/internal/
gtest-param-util.h 475 virtual const string& GetTestCaseName() const = 0;
514 virtual const string& GetTestCaseName() const { return test_case_name_; }
687 if ((*it)->GetTestCaseName() == test_case_name) {
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-param-util.h 475 virtual const string& GetTestCaseName() const = 0;
514 virtual const string& GetTestCaseName() const { return test_case_name_; }
687 if ((*it)->GetTestCaseName() == test_case_name) {
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util.h 420 virtual const string& GetTestCaseName() const = 0;
457 const string &GetTestCaseName() const override { return test_case_name_; }
576 if ((*it)->GetTestCaseName() == test_case_name) {