Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/googletest/googletest/include/gtest/internal/
Dgtest-internal.h494 struct CodeLocation { struct
495 CodeLocation(const std::string& a_file, int a_line) in CodeLocation() argument
498 std::string file;
499 int line;