Searched refs:GetOutputBoolean (Results 1 – 4 of 4) sorted by relevance
41 bool GetOutputBoolean(const std::string& unhashed_key, bool* output) const;
649 interpreter.GetOutputBoolean(kShouldPromptKey, &results->should_prompt); in EvaluateConditionsOnWorkerPoolThread()650 interpreter.GetOutputBoolean(kHadPromptedAlreadyKey, in EvaluateConditionsOnWorkerPoolThread()662 if (interpreter.GetOutputBoolean(mask_i_th_bit_key, &flag) && flag) in EvaluateConditionsOnWorkerPoolThread()669 if (interpreter.GetOutputBoolean(mask_i_th_bit_key, &flag) && flag) in EvaluateConditionsOnWorkerPoolThread()
666 EXPECT_TRUE(interpreter.GetOutputBoolean("output1", &output1)); in TEST()670 EXPECT_FALSE(interpreter.GetOutputBoolean("outputxx", &output1)); in TEST()
721 bool JtlInterpreter::GetOutputBoolean(const std::string& unhashed_key, in GetOutputBoolean() function in JtlInterpreter