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

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.h909 int public_dependency_count() const;
911 // public_dependency_count().
1404 PROTOBUF_DEFINE_ACCESSOR(FileDescriptor, public_dependency_count, int)
H A Ddescriptor.cc1476 for (int i = 0; i < public_dependency_count(); i++) {
2583 for (int i = 0; file != NULL && i < file->public_dependency_count(); i++) {
3166 int public_dependency_count = 0; local
3173 result->public_dependencies_[public_dependency_count++] = index;
3180 result->public_dependency_count_ = public_dependency_count;
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/python/
H A Dpython_generator.cc313 for (int i = 0; i < file_->public_dependency_count(); ++i) {

Completed in 1077 milliseconds