Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc331 GetDescriptorPool()->BuildFileCollectingErrors(file_proto, in Python_BuildFile()
/external/protobuf/src/google/protobuf/
Ddescriptor.h1302 const FileDescriptor* BuildFileCollectingErrors(
Ddescriptor_unittest.cc2940 pool_.BuildFileCollectingErrors(file_proto, &error_collector) == NULL); in BuildFileWithErrors()
2953 EXPECT_TRUE(pool_.BuildFileCollectingErrors(file_proto, &error_collector)); in BuildFileWithWarnings()
Ddescriptor.cc2688 const FileDescriptor* DescriptorPool::BuildFileCollectingErrors( in BuildFileCollectingErrors() function in google::protobuf::DescriptorPool
/external/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc170 EXPECT_TRUE(pool_.BuildFileCollectingErrors( in ExpectHasValidationErrors()