Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor_database_unittest.cc171 void AddToDatabase(const char* file_descriptor_text) { in AddToDatabase() argument
173 EXPECT_TRUE(TextFormat::ParseFromString(file_descriptor_text, &file_proto)); in AddToDatabase()
177 void AddToDatabaseWithError(const char* file_descriptor_text) { in AddToDatabaseWithError() argument
179 EXPECT_TRUE(TextFormat::ParseFromString(file_descriptor_text, &file_proto)); in AddToDatabaseWithError()