Searched refs:file_descriptor_text (Results 1 - 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Ddescriptor_database_unittest.cc172 void AddToDatabase(const char* file_descriptor_text) { argument
174 EXPECT_TRUE(TextFormat::ParseFromString(file_descriptor_text, &file_proto));
178 void AddToDatabaseWithError(const char* file_descriptor_text) { argument
180 EXPECT_TRUE(TextFormat::ParseFromString(file_descriptor_text, &file_proto));

Completed in 1419 milliseconds