Lines Matching refs: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) { in update_value() function
182 StatusTuple update_value(const int& index, in update_value() function
186 return BPFArrayTable<std::vector<ValueType>>::update_value(index, value); in update_value()
212 virtual StatusTuple update_value(const KeyType& key, const ValueType& value) { in update_value() function
284 StatusTuple update_value(const KeyType& key, in update_value() function
288 return BPFHashTable<KeyType, std::vector<ValueType>>::update_value(key, in update_value()
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);