Searched defs:CodeLocation (Results 1 - 3 of 3) sorted by relevance

/external/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h504 struct CodeLocation { struct in namespace:testing::internal
505 CodeLocation(const std::string& a_file, int a_line) function in struct:testing::internal::CodeLocation
535 CodeLocation code_location,
566 ::std::make_pair(test_name, CodeLocation(file, line)));
574 const CodeLocation& GetCodeLocation(const std::string& test_name) const {
587 typedef ::std::map<std::string, CodeLocation> RegisteredTestsMap;
631 CodeLocation code_location,
662 static bool Register(const char* /*prefix*/, CodeLocation,
676 static bool Register(const char* prefix, CodeLocation code_location,
689 const CodeLocation
[all...]
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-internal.h504 struct CodeLocation { struct in namespace:testing::internal
505 CodeLocation(const string& a_file, int a_line) : file(a_file), line(a_line) {} function in struct:testing::internal::CodeLocation
534 CodeLocation code_location,
565 ::std::make_pair(test_name, CodeLocation(file, line)));
573 const CodeLocation& GetCodeLocation(const std::string& test_name) const {
586 typedef ::std::map<std::string, CodeLocation> RegisteredTestsMap;
630 CodeLocation code_location,
661 static bool Register(const char* /*prefix*/, CodeLocation,
675 static bool Register(const char* prefix, CodeLocation code_location,
688 const CodeLocation
[all...]
/external/v8/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h504 struct CodeLocation { struct in namespace:testing::internal
505 CodeLocation(const string& a_file, int a_line) : file(a_file), line(a_line) {} function in struct:testing::internal::CodeLocation
534 CodeLocation code_location,
565 ::std::make_pair(test_name, CodeLocation(file, line)));
573 const CodeLocation& GetCodeLocation(const std::string& test_name) const {
586 typedef ::std::map<std::string, CodeLocation> RegisteredTestsMap;
630 CodeLocation code_location,
661 static bool Register(const char* /*prefix*/, CodeLocation,
675 static bool Register(const char* prefix, CodeLocation code_location,
688 const CodeLocation
[all...]

Completed in 410 milliseconds