Searched defs:PathOrDebugName (Results 1 – 1 of 1) sorted by relevance
111 struct PathOrDebugName { struct112 static PathOrDebugName Path(std::string value) { in Path()115 static PathOrDebugName DebugName(std::string value) { in DebugName()126 PathOrDebugName(std::string value, bool is_path) : value_(std::move(value)), is_path_(is_path) { in PathOrDebugName() function128 std::string value_;129 bool is_path_;