Searched refs:is_path_ (Results 1 – 2 of 2) sorted by relevance
126 PathOrDebugName(std::string value, bool is_path) : value_(std::move(value)), is_path_(is_path) { in PathOrDebugName()129 bool is_path_; member
77 return is_path_ ? &value_ : nullptr; in GetPath()