Searched refs:num_keys_str (Results 1 – 1 of 1) sorted by relevance
75 std::string num_keys_str; in TestKAT() local76 t->GetInstruction(&num_keys_str, "NumKeys"); in TestKAT()77 const int n = strtoul(num_keys_str.c_str(), nullptr, 0); in TestKAT()196 std::string num_keys_str; in TestMCT() local197 if (!t->GetInstruction(&num_keys_str, "NumKeys")) { in TestMCT()200 const int n = strtoul(num_keys_str.c_str(), nullptr, 0); in TestMCT()