Home
last modified time | relevance | path

Searched refs:absolute_path_key (Results 1 – 4 of 4) sorted by relevance

/test/dittosuite/test/include/
Dinstruction_test.h41 auto absolute_path_key = dittosuite::SharedVariables::GetKey(thread_ids, "absolute_path"); in SetUp() local
42 dittosuite::SharedVariables::Set(absolute_path_key, absolute_path); in SetUp()
43 dittosuite::Instruction::SetAbsolutePathKey(absolute_path_key); in SetUp()
/test/dittosuite/src/
Dparser.cpp68 auto absolute_path_key = SharedVariables::GetKey(thread_ids, "absolute_path"); in Parse() local
69 SharedVariables::Set(absolute_path_key, benchmark->global().absolute_path()); in Parse()
70 Instruction::SetAbsolutePathKey(absolute_path_key); in Parse()
Dinstruction.cpp59 void Instruction::SetAbsolutePathKey(int absolute_path_key) { in SetAbsolutePathKey() argument
60 absolute_path_key_ = absolute_path_key; in SetAbsolutePathKey()
/test/dittosuite/include/ditto/
Dinstruction.h45 static void SetAbsolutePathKey(int absolute_path_key);