Lines Matching refs:get_value
95 StatusTuple get_value(const std::string& key_str, std::string& value);
96 StatusTuple get_value(const std::string& key_str,
132 virtual StatusTuple get_value(const int& index, ValueType& value) { in get_value() function
147 get_value(key, value);
155 get_value(i, res[i]); in get_table_offline()
177 StatusTuple get_value(const int& index, std::vector<ValueType>& value) { in get_value() function
179 return BPFArrayTable<std::vector<ValueType>>::get_value(index, value); in get_value()
206 virtual StatusTuple get_value(const KeyType& key, ValueType& value) { in get_value() function
227 get_value(key, value);
242 r = get_value(cur, value); in get_table_offline()
279 StatusTuple get_value(const KeyType& key, std::vector<ValueType>& value) { in get_value() function
281 return BPFHashTable<KeyType, std::vector<ValueType>>::get_value(key, value); in get_value()
376 StatusTuple get_value(const int& index, int& value);