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

  /external/protobuf/gtest/test/
gtest-unittest-api_test.cc 162 EXPECT_STREQ("", tests[0]->test_case_comment());
168 EXPECT_STREQ("", tests[1]->test_case_comment());
174 EXPECT_STREQ("", tests[2]->test_case_comment());
180 EXPECT_STREQ("", tests[3]->test_case_comment());
203 tests[0]->test_case_comment());
225 EXPECT_STREQ("", test_info->test_case_comment());
289 EXPECT_STREQ("", tests[1]->test_case_comment());
297 EXPECT_STREQ("", tests[2]->test_case_comment());
305 EXPECT_STREQ("", tests[3]->test_case_comment());
323 tests[0]->test_case_comment());
    [all...]
  /external/protobuf/gtest/src/
gtest-internal-inl.h 346 const char* name, const char* test_case_comment,
376 const char* test_case_comment() const { return test_case_comment_.c_str(); } function in class:testing::internal::TestInfoImpl
716 test_info->test_case_comment(),
    [all...]
gtest.cc 2203 const char* TestInfo::test_case_comment() const { function in class:testing::TestInfo
    [all...]
  /external/protobuf/gtest/include/gtest/
gtest.h 620 const char* test_case_comment() const;
656 const char* test_case_comment, const char* comment,
676 const char* test_case_comment, const char* comment,
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-internal.h 586 // test_case_comment: a comment on the test case that will be included in
598 const char* test_case_comment, const char* comment,
    [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest-all.cc 740 const char* name, const char* test_case_comment,
770 const char* test_case_comment() const { return test_case_comment_.c_str(); } function in class:testing::internal::TestInfoImpl
3543 const char* TestInfo::test_case_comment() const { function in class:testing::TestInfo
    [all...]
gtest.h     [all...]

Completed in 548 milliseconds