Lines Matching full:override
39 ~KeyFileStore() override;
42 bool IsNonEmpty() const override;
43 bool Open() override;
44 bool Close() override;
45 bool Flush() override;
46 bool MarkAsCorrupted() override;
47 std::set<std::string> GetGroups() const override;
48 std::set<std::string> GetGroupsWithKey(const std::string& key) const override;
50 const KeyValueStore& properties) const override;
51 bool ContainsGroup(const std::string& group) const override;
52 bool DeleteKey(const std::string& group, const std::string& key) override;
53 bool DeleteGroup(const std::string& group) override;
54 bool SetHeader(const std::string& header) override;
57 std::string* value) const override;
60 const std::string& value) override;
63 bool* value) const override;
66 bool value) override;
69 int* value) const override;
72 int value) override;
75 uint64_t* value) const override;
78 uint64_t value) override;
81 std::vector<std::string>* value) const override;
84 const std::vector<std::string>& value) override;
87 std::string* value) override;
90 const std::string& value) override;