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

/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_file.cc148 "#include \"$dependency$.pb.h\"\n",
149 "dependency", StripProto(file_->dependency(i)->name()));
510 const FileDescriptor* dependency = file_->dependency(i); local
511 // Print the namespace prefix for the dependency.
513 SplitStringUsing(dependency->package(), ".", &dependency_package_parts);
522 "name", GlobalAddDescriptorsName(dependency->name()));
/external/v8/test/cctest/
H A Dcctest.cc37 const char* dependency, bool enabled)
38 : callback_(callback), name_(name), dependency_(dependency), prev_(last_) {
63 if (current->dependency() != NULL) {
65 current->file(), current->name(), current->dependency());
36 CcTest(TestFunction* callback, const char* file, const char* name, const char* dependency, bool enabled) argument
H A Dcctest.h58 const char* dependency, bool enabled);
65 const char* dependency() { return dependency_; } function in class:CcTest
/external/protobuf/src/google/protobuf/
H A Ddescriptor.h814 const FileDescriptor* dependency(int index) const;
1360 inline const FileDescriptor* FileDescriptor::dependency(int index) const { function in class:google::protobuf::FileDescriptor
H A Ddescriptor.cc1343 proto->add_dependency(dependency(i)->name());
1547 dependency(i)->name());
1862 // dependency of this file, it will fail, but will set
2293 if (file == file_->dependency(i)) return result;
2300 // that that file is not a direct dependency of the file we are currently
2302 // dependency also defines the same package. We can't really rule out this
2306 // Note: A dependency may be NULL if it was not found or had errors.
2307 if (file_->dependency(i) != NULL &&
2308 IsInPackage(file_->dependency(i), name)) {
2729 if (tables_->FindFile(proto.dependency(
2790 const FileDescriptor* dependency = tables_->FindFile(proto.dependency(i)); local
[all...]
H A Ddescriptor.pb.h320 // repeated string dependency = 3;
324 inline const ::std::string& dependency(int index) const;
333 inline const ::google::protobuf::RepeatedPtrField< ::std::string>& dependency() const;
2582 // repeated string dependency = 3;
2589 inline const ::std::string& FileDescriptorProto::dependency(int index) const { function in class:google::protobuf::FileDescriptorProto
2618 FileDescriptorProto::dependency() const { function in class:google::protobuf::FileDescriptorProto

Completed in 100 milliseconds