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

  /external/chromium/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/gtest/include/gtest/internal/
gtest-param-util.h 429 virtual const String& GetTestCaseName() const = 0;
466 virtual const String& GetTestCaseName() const { return test_case_name_; }
586 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 virtual const string& GetTestCaseName() const { return test_case_name_; }
576 if ((*it)->GetTestCaseName() == test_case_name) {
  /external/protobuf/gtest/include/gtest/internal/
gtest-param-util.h 438 virtual const String& GetTestCaseName() const = 0;
475 virtual const String& GetTestCaseName() const { return test_case_name_; }
595 if ((*it)->GetTestCaseName() == test_case_name) {

Completed in 43 milliseconds