Searched refs:is_path_ (Results 1 – 2 of 2) sorted by relevance
77 : value_(std::forward<std::string>(value)), is_path_(is_path) {} in PathOrDebugName()80 return is_path_ ? &value_ : nullptr; in GetPath()
121 bool is_path_; member