Lines Matching refs:string
31 using MapType = std::map<std::string, bool>;
40 bool HasProperty(const std::string &name) const { in HasProperty()
44 bool GetProperty(const std::string &name) const { in GetProperty()
52 const std::vector<std::string> &GetIgnoredLinkerSetKeys() const { in GetIgnoredLinkerSetKeys()
56 bool operator[](const std::string &name) const { return GetProperty(name); }
69 std::vector<std::string> ignored_linker_set_keys_;
77 using MapType = std::map<std::pair<std::string, std::string>, ConfigSection>;
86 bool Load(const std::string &path);
89 bool HasSection(const std::string §ion_name, in HasSection()
90 const std::string &version) const { in HasSection()
94 const ConfigSection &GetSection(const std::string §ion_name, in GetSection()
95 const std::string &version) const { in GetSection()
105 bool HasProperty(const std::string §ion_name, const std::string &version, in HasProperty()
106 const std::string &property_name) const { in HasProperty()
114 bool GetProperty(const std::string §ion_name, const std::string &version, in GetProperty()
115 const std::string &property_name) const { in GetProperty()