Searched refs:get_value (Results 1 – 2 of 2) sorted by relevance
22 …teObserver(const std::function<void(uint8_t)>& on_byte, const std::function<uint64_t()>& get_value) in ByteObserver() argument23 : on_byte_(on_byte), get_value_(get_value) {} in ByteObserver()
237 for (const auto& [name, get_value] : check_entries) { in CheckFeatureSection()238 std::string value0 = get_value(readers_[0]); in CheckFeatureSection()240 std::string value = get_value(readers_[i]); in CheckFeatureSection()