Searched refs:add_dependency (Results 1 – 6 of 6) sorted by relevance
273 bar_file.add_dependency("foo.proto"); in SetUp()1368 bar_file.add_dependency("foo.proto"); in SetUp()1876 file_proto.add_dependency("google/protobuf/descriptor.proto"); in TEST_F()1888 file_proto.add_dependency("google/protobuf/descriptor.proto"); in TEST_F()3208 file_proto.add_dependency("google/protobuf/descriptor.proto"); in TEST()5803 file_proto.add_dependency("google/protobuf/descriptor.proto"); in TEST_F()5905 output->add_dependency("error2.proto"); in FindFileByName()5910 output->add_dependency("error.proto"); in FindFileByName()6314 output->add_dependency(Substitute("file$0.proto", i)); in PopulateFile()
381 ::std::string* add_dependency();382 void add_dependency(const ::std::string& value);383 void add_dependency(const char* value);384 void add_dependency(const char* value, size_t size);4023 inline ::std::string* FileDescriptorProto::add_dependency() { in add_dependency() function4027 inline void FileDescriptorProto::add_dependency(const ::std::string& value) { in add_dependency() function4031 inline void FileDescriptorProto::add_dependency(const char* value) { in add_dependency() function4035 inline void FileDescriptorProto::add_dependency(const char* value, size_t size) { in add_dependency() function
1119 dynamic_proto.add_dependency( in TEST()
1353 input, this->add_dependency())); in MergePartialFromCodedStream()2105 ::std::string* FileDescriptorProto::add_dependency() { in add_dependency() function in google::protobuf::FileDescriptorProto2109 void FileDescriptorProto::add_dependency(const ::std::string& value) { in add_dependency() function in google::protobuf::FileDescriptorProto2113 void FileDescriptorProto::add_dependency(const char* value) { in add_dependency() function in google::protobuf::FileDescriptorProto2117 void FileDescriptorProto::add_dependency(const char* value, size_t size) { in add_dependency() function in google::protobuf::FileDescriptorProto
1736 proto->add_dependency(dependency(i)->name()); in CopyTo()
1657 other_file.add_dependency(); in TEST_F()