Searched refs:absolute_path_key (Results 1 – 4 of 4) sorted by relevance
41 auto absolute_path_key = dittosuite::SharedVariables::GetKey(thread_ids, "absolute_path"); in SetUp() local42 dittosuite::SharedVariables::Set(absolute_path_key, absolute_path); in SetUp()43 dittosuite::Instruction::SetAbsolutePathKey(absolute_path_key); in SetUp()
68 auto absolute_path_key = SharedVariables::GetKey(thread_ids, "absolute_path"); in Parse() local69 SharedVariables::Set(absolute_path_key, benchmark->global().absolute_path()); in Parse()70 Instruction::SetAbsolutePathKey(absolute_path_key); in Parse()
59 void Instruction::SetAbsolutePathKey(int absolute_path_key) { in SetAbsolutePathKey() argument60 absolute_path_key_ = absolute_path_key; in SetAbsolutePathKey()
45 static void SetAbsolutePathKey(int absolute_path_key);