Searched refs:file_descriptor_text (Results 1 – 1 of 1) sorted by relevance
171 void AddToDatabase(const char* file_descriptor_text) { in AddToDatabase() argument173 EXPECT_TRUE(TextFormat::ParseFromString(file_descriptor_text, &file_proto)); in AddToDatabase()177 void AddToDatabaseWithError(const char* file_descriptor_text) { in AddToDatabaseWithError() argument179 EXPECT_TRUE(TextFormat::ParseFromString(file_descriptor_text, &file_proto)); in AddToDatabaseWithError()