Lines Matching refs:protofile
1096 std::string protofile; in ParseProtoTest() local
1101 false, &protofile), in ParseProtoTest()
1120 TEST_EQ(parser.Parse(protofile.c_str(), include_directories), true); in ParseProtoTest()
1133 TEST_EQ(parser3.Parse(protofile.c_str(), include_directories), true); in ParseProtoTest()
1147 std::string protofile; in ParseProtoTestWithSuffix() local
1152 false, &protofile), in ParseProtoTestWithSuffix()
1172 TEST_EQ(parser.Parse(protofile.c_str(), include_directories), true); in ParseProtoTestWithSuffix()
1185 TEST_EQ(parser3.Parse(protofile.c_str(), include_directories), true); in ParseProtoTestWithSuffix()
1199 std::string protofile; in ParseProtoTestWithIncludes() local
1205 false, &protofile), in ParseProtoTestWithIncludes()
1228 TEST_EQ(parser.Parse(protofile.c_str(), include_directories), true); in ParseProtoTestWithIncludes()
1250 TEST_EQ(parser3.Parse(protofile.c_str(), include_directories), true); in ParseProtoTestWithIncludes()