Home
last modified time | relevance | path

Searched refs:recorded_key_values (Results 1 - 3 of 3) sorted by relevance

/third_party/backends/testsuite/backend/genesys/
H A Dsession_config_test.cpp238 if (iface.recorded_key_values().empty()) { in print_checkpoint()
239 out << "iface.recorded_key_values: []\n"; in print_checkpoint()
241 out << "iface.recorded_key_values: {\n"; in print_checkpoint()
242 for (const auto& kv : iface.recorded_key_values()) { in print_checkpoint()
247 iface.recorded_key_values().clear(); in print_checkpoint()
/third_party/backends/backend/genesys/
H A Dtest_scanner_interface.h77 std::map<std::string, std::string>& recorded_key_values();
H A Dtest_scanner_interface.cpp191 std::map<std::string, std::string>& TestScannerInterface::recorded_key_values() in recorded_key_values() function in genesys::TestScannerInterface

Completed in 2 milliseconds