HomeSort by: relevance | last modified time | path
    Searched refs:CodeLocation (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
gtest-typed-test.h 214 ::testing::internal::CodeLocation( \
312 ::testing::internal::CodeLocation(__FILE__, __LINE__), \
gtest-param-test.h 427 ::testing::internal::CodeLocation(__FILE__, __LINE__)) \
487 ::testing::internal::CodeLocation(__FILE__, __LINE__)) \
gtest.h 773 const char* value_param, internal::CodeLocation code_location,
783 internal::CodeLocation a_code_location,
810 internal::CodeLocation location_;
2454 internal::CodeLocation(file, line), internal::GetTypeId<TestT>(),
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 480 struct CodeLocation {
481 CodeLocation(const std::string& a_file, int a_line)
560 const char* value_param, CodeLocation code_location,
593 ::std::make_pair(test_name, CodeLocation(file, line)));
601 const CodeLocation& GetCodeLocation(const std::string& test_name) const {
614 typedef ::std::map<std::string, CodeLocation> RegisteredTestsMap;
695 static bool Register(const char* prefix, const CodeLocation& code_location,
734 static bool Register(const char* /*prefix*/, const CodeLocation&,
750 static bool Register(const char* prefix, CodeLocation code_location,
765 const CodeLocation& test_location = state->GetCodeLocation(test_name)
    [all...]
gtest-param-util.h 83 CodeLocation code_location);
494 CodeLocation code_location)
638 CodeLocation code_location_;
670 const char* test_suite_name, CodeLocation code_location) {
706 const char* test_case_name, CodeLocation code_location) {
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest.cc 2543 internal::CodeLocation a_code_location,
2583 const char* value_param, CodeLocation code_location,
2594 CodeLocation code_location) {

Completed in 73 milliseconds