Lines Matching defs:update_value
99 StatusTuple update_value(const std::string& key_str,
101 StatusTuple update_value(const std::string& key_str,
138 virtual StatusTuple update_value(const int& index, const ValueType& value) {
182 StatusTuple update_value(const int& index,
186 return BPFArrayTable<std::vector<ValueType>>::update_value(index, value);
212 virtual StatusTuple update_value(const KeyType& key, const ValueType& value) {
284 StatusTuple update_value(const KeyType& key,
288 return BPFHashTable<KeyType, std::vector<ValueType>>::update_value(key,
358 StatusTuple update_value(const int& index, const int& prog_fd);
366 StatusTuple update_value(const int& index, const int& cgroup2_fd);
367 StatusTuple update_value(const int& index, const std::string& cgroup2_path);
375 StatusTuple update_value(const int& index, const int& value);