Searched refs:is_path (Results 1 – 2 of 2) sorted by relevance
76 ZipAssetsProvider::PathOrDebugName::PathOrDebugName(std::string&& value, bool is_path) in PathOrDebugName() argument77 : value_(std::forward<std::string>(value)), is_path_(is_path) {} in PathOrDebugName()
111 PathOrDebugName(std::string&& value, bool is_path);