Home
last modified time | relevance | path

Searched defs:CodeLocation (Results 1 – 8 of 8) sorted by relevance

/external/libchrome/base/test/launcher/
Dtest_results_tracker.h112 struct CodeLocation { struct
113 CodeLocation(const std::string& f, int l) : file(f), line(l) { in CodeLocation() function
129 std::map<std::string, CodeLocation> test_locations_; argument
/external/llvm-project/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-internal.h504 struct CodeLocation { struct
505 CodeLocation(const string& a_file, int a_line) : file(a_file), line(a_line) {} in CodeLocation() function
507 string file;
508 int line;
661 static bool Register(const char* /*prefix*/, CodeLocation, in Register() argument
707 static bool Register(const char* /*prefix*/, CodeLocation, in Register() argument
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-internal.h492 struct CodeLocation { struct
493 CodeLocation(const std::string& a_file, int a_line) in CodeLocation() function
496 std::string file;
497 int line;
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/internal/
Dgtest-internal.h480 struct CodeLocation { struct
481 CodeLocation(const std::string& a_file, int a_line) in CodeLocation() argument
484 std::string file;
485 int line;
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-internal.h480 struct CodeLocation { struct
481 CodeLocation(const std::string& a_file, int a_line) in CodeLocation() argument
484 std::string file;
485 int line;
/external/googletest/googletest/include/gtest/internal/
Dgtest-internal.h492 struct CodeLocation { struct
493 CodeLocation(const std::string& a_file, int a_line) in CodeLocation() function
496 std::string file;
497 int line;
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-internal.h493 struct CodeLocation { struct
494 CodeLocation(const std::string &a_file, int a_line) in CodeLocation() function
497 std::string file;
498 int line;
/external/tensorflow/tensorflow/core/protobuf/
Ddebug_event.proto153 message CodeLocation { message