Lines Matching refs:std
34 const std::optional<InterfaceInheritanceHierarchyMap>& interface_inheritance_hierarchy,
41 Result<void> ParseSection(std::vector<std::string>&& args, const std::string& filename,
43 Result<void> ParseLineSection(std::vector<std::string>&& args, int line) override;
48 using OptionParser = Result<void> (ServiceParser::*)(std::vector<std::string>&& args);
51 Result<void> ParseCapabilities(std::vector<std::string>&& args);
52 Result<void> ParseClass(std::vector<std::string>&& args);
53 Result<void> ParseConsole(std::vector<std::string>&& args);
54 Result<void> ParseCritical(std::vector<std::string>&& args);
55 Result<void> ParseDisabled(std::vector<std::string>&& args);
56 Result<void> ParseEnterNamespace(std::vector<std::string>&& args);
57 Result<void> ParseGroup(std::vector<std::string>&& args);
58 Result<void> ParsePriority(std::vector<std::string>&& args);
59 Result<void> ParseInterface(std::vector<std::string>&& args);
60 Result<void> ParseIoprio(std::vector<std::string>&& args);
61 Result<void> ParseKeycodes(std::vector<std::string>&& args);
62 Result<void> ParseOneshot(std::vector<std::string>&& args);
63 Result<void> ParseOnrestart(std::vector<std::string>&& args);
64 Result<void> ParseOomScoreAdjust(std::vector<std::string>&& args);
65 Result<void> ParseOverride(std::vector<std::string>&& args);
66 Result<void> ParseMemcgLimitInBytes(std::vector<std::string>&& args);
67 Result<void> ParseMemcgLimitPercent(std::vector<std::string>&& args);
68 Result<void> ParseMemcgLimitProperty(std::vector<std::string>&& args);
69 Result<void> ParseMemcgSoftLimitInBytes(std::vector<std::string>&& args);
70 Result<void> ParseMemcgSwappiness(std::vector<std::string>&& args);
71 Result<void> ParseNamespace(std::vector<std::string>&& args);
72 Result<void> ParseProcessRlimit(std::vector<std::string>&& args);
73 Result<void> ParseRebootOnFailure(std::vector<std::string>&& args);
74 Result<void> ParseRestartPeriod(std::vector<std::string>&& args);
75 Result<void> ParseSeclabel(std::vector<std::string>&& args);
76 Result<void> ParseSetenv(std::vector<std::string>&& args);
77 Result<void> ParseShutdown(std::vector<std::string>&& args);
78 Result<void> ParseSigstop(std::vector<std::string>&& args);
79 Result<void> ParseSocket(std::vector<std::string>&& args);
80 Result<void> ParseStdioToKmsg(std::vector<std::string>&& args);
81 Result<void> ParseTaskProfiles(std::vector<std::string>&& args);
82 Result<void> ParseTimeoutPeriod(std::vector<std::string>&& args);
83 Result<void> ParseFile(std::vector<std::string>&& args);
84 Result<void> ParseUser(std::vector<std::string>&& args);
85 Result<void> ParseWritepid(std::vector<std::string>&& args);
86 Result<void> ParseUpdatable(std::vector<std::string>&& args);
88 bool IsValidName(const std::string& name) const;
92 std::optional<InterfaceInheritanceHierarchyMap> interface_inheritance_hierarchy_;
93 std::unique_ptr<Service> service_;
94 std::string filename_;