Searched defs:BuildFile (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/tools/gyp/pylib/gyp/
H A Dcommon.py109 def BuildFile(fully_qualified_target): function
311 return [p for p in target_list if BuildFile(p) == build_file]
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dcpp_message.py63 def BuildFile(content): function
65 _net_proto2___python.BuildFile(content)
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc216 foo_file_ = pool_.BuildFile(foo_file);
219 bar_file_ = pool_.BuildFile(bar_file);
222 baz_file_ = pool_.BuildFile(baz_file);
352 // Test that if te call BuildFile again on the same input we get the same
356 EXPECT_EQ(foo_file_, pool_.BuildFile(file));
360 EXPECT_TRUE(pool_.BuildFile(file) == NULL);
438 foo_file_ = pool_.BuildFile(foo_file);
441 bar_file_ = pool_.BuildFile(bar_file);
706 file_ = pool_.BuildFile(file);
872 foo_file_ = pool_.BuildFile(foo_fil
1884 const FileDescriptor* BuildFile(const FileDescriptorProto& proto) { function in class:google::protobuf::descriptor_unittest::AllowUnknownDependenciesTest
2474 void BuildFile(const string& file_text) { function in class:google::protobuf::descriptor_unittest::ValidationErrorTest
[all...]
H A Ddescriptor.cc876 // DescriptorPool::BuildFile() defined later.
2137 const FileDescriptor* BuildFile(const FileDescriptorProto& proto);
2497 const FileDescriptor* DescriptorPool::BuildFile( function in class:google::protobuf::DescriptorPool
2500 << "Cannot call BuildFile on a DescriptorPool that uses a "
2504 return DescriptorBuilder(this, tables_.get(), NULL).BuildFile(proto);
2511 << "Cannot call BuildFile on a DescriptorPool that uses a "
2516 error_collector).BuildFile(proto);
2523 default_error_collector_).BuildFile(proto);
3018 const FileDescriptor* DescriptorBuilder::BuildFile( function in class:google::protobuf::DescriptorBuilder
/external/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc214 foo_file_ = pool_.BuildFile(foo_file);
217 bar_file_ = pool_.BuildFile(bar_file);
220 baz_file_ = pool_.BuildFile(baz_file);
350 // Test that if te call BuildFile again on the same input we get the same
354 EXPECT_EQ(foo_file_, pool_.BuildFile(file));
358 EXPECT_TRUE(pool_.BuildFile(file) == NULL);
436 foo_file_ = pool_.BuildFile(foo_file);
439 bar_file_ = pool_.BuildFile(bar_file);
704 file_ = pool_.BuildFile(file);
870 foo_file_ = pool_.BuildFile(foo_fil
2258 void BuildFile(const string& file_text) { function in class:google::protobuf::descriptor_unittest::ValidationErrorTest
[all...]
H A Ddescriptor.cc315 // descriptors have already been added to the tables. BuildFile() calls
784 // DescriptorPool::BuildFile() defined later.
1842 const FileDescriptor* BuildFile(const FileDescriptorProto& proto);
2174 const FileDescriptor* DescriptorPool::BuildFile( function in class:google::protobuf::DescriptorPool
2177 << "Cannot call BuildFile on a DescriptorPool that uses a "
2181 return DescriptorBuilder(this, tables_.get(), NULL).BuildFile(proto);
2188 << "Cannot call BuildFile on a DescriptorPool that uses a "
2193 error_collector).BuildFile(proto);
2200 default_error_collector_).BuildFile(proto);
2677 const FileDescriptor* DescriptorBuilder::BuildFile( function in class:google::protobuf::DescriptorBuilder
[all...]

Completed in 2268 milliseconds