Searched refs:GetOutputString (Results 1 – 4 of 4) sorted by relevance
42 bool GetOutputString(const std::string& unhashed_key,
652 interpreter.GetOutputString(kMementoValueInPrefsKey, in EvaluateConditionsOnWorkerPoolThread()654 interpreter.GetOutputString(kMementoValueInLocalStateKey, in EvaluateConditionsOnWorkerPoolThread()656 interpreter.GetOutputString(kMementoValueInFileKey, in EvaluateConditionsOnWorkerPoolThread()
668 EXPECT_TRUE(interpreter.GetOutputString("output2", &output2)); in TEST()671 EXPECT_FALSE(interpreter.GetOutputString("outputxx", &output2)); in TEST()
728 bool JtlInterpreter::GetOutputString(const std::string& unhashed_key, in GetOutputString() function in JtlInterpreter