Lines Matching refs:section
30 static bool HasSection(const std::string& section);
31 static bool HasProperty(const std::string& section,
33 static bool GetInt(const std::string& section, const std::string& key,
35 static bool SetInt(const std::string& section, const std::string& key,
37 static bool GetUint64(const std::string& section, const std::string& key,
39 static bool SetUint64(const std::string& section, const std::string& key,
41 static bool GetStr(const std::string& section, const std::string& key,
43 static std::optional<std::string> GetStr(const std::string& section,
45 static bool SetStr(const std::string& section, const std::string& key,
47 static bool GetBin(const std::string& section, const std::string& key,
49 static size_t GetBinLength(const std::string& section,
51 static bool SetBin(const std::string& section, const std::string& key,
53 static bool RemoveProperty(const std::string& section,