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.cpp58 auto absolute_path_key = SharedVariables::GetKey(thread_ids, "absolute_path"); in __Parse() local
59 SharedVariables::Set(absolute_path_key, benchmark->global().absolute_path()); in __Parse()
60 Instruction::SetAbsolutePathKey(absolute_path_key); in __Parse()
Dinstruction.cpp100 void Instruction::SetAbsolutePathKey(int absolute_path_key) { in SetAbsolutePathKey() argument
101 absolute_path_key_ = absolute_path_key; in SetAbsolutePathKey()
/test/dittosuite/include/ditto/
Dinstruction.h58 static void SetAbsolutePathKey(int absolute_path_key);