Searched refs:GetPointer (Results 1 – 4 of 4) sorted by relevance
32 static Variant* GetPointer(int key);
55 SharedVariables::Variant* SharedVariables::GetPointer(int key) { in GetPointer() function in dittosuite::SharedVariables
67 pthread_mutex_t* mux = std::get_if<pthread_mutex_t>(SharedVariables::GetPointer(mutex_key)); in __Parse()
325 auto mux = std::get_if<pthread_mutex_t>(SharedVariables::GetPointer(mux_key)); in CreateFromProtoInstruction()344 auto mux = std::get_if<pthread_mutex_t>(SharedVariables::GetPointer(mux_key)); in CreateFromProtoInstruction()