Searched refs:helloworld_expected_program_strings_ (Results 1 – 2 of 2) sorted by relevance
28 std::set<std::string> Abc2ProgramTestUtils::helloworld_expected_program_strings_ = {"", member in panda::abc2program::Abc2ProgramTestUtils95 return ValidateStrings(program_strings, helloworld_expected_program_strings_); in ValidateProgramStrings()
40 static std::set<std::string> helloworld_expected_program_strings_; variable