Home
last modified time | relevance | path

Searched refs:absolute_path_key_ (Results 1 – 2 of 2) sorted by relevance

/test/dittosuite/src/
Dinstruction.cpp101 absolute_path_key_ = absolute_path_key; in SetAbsolutePathKey()
113 return std::get<std::string>(SharedVariables::Get(absolute_path_key_)); in GetAbsolutePath()
116 int Instruction::absolute_path_key_; member in dittosuite::Instruction
/test/dittosuite/include/ditto/
Dinstruction.h75 static int absolute_path_key_; variable