Searched refs:add_dependency (Results 1 – 6 of 6) sorted by relevance
274 bar_file.add_dependency("foo.proto"); in SetUp()1369 bar_file.add_dependency("foo.proto"); in SetUp()1877 file_proto.add_dependency("google/protobuf/descriptor.proto"); in TEST_F()1889 file_proto.add_dependency("google/protobuf/descriptor.proto"); in TEST_F()3206 file_proto.add_dependency("google/protobuf/descriptor.proto"); in TEST()5801 file_proto.add_dependency("google/protobuf/descriptor.proto"); in TEST_F()5903 output->add_dependency("error2.proto"); in FindFileByName()5908 output->add_dependency("error.proto"); in FindFileByName()6312 output->add_dependency(Substitute("file$0.proto", i)); in PopulateFile()
372 ::std::string* add_dependency();373 void add_dependency(const ::std::string& value);374 void add_dependency(const char* value);375 void add_dependency(const char* value, size_t size);3815 inline ::std::string* FileDescriptorProto::add_dependency() { in add_dependency() function3819 inline void FileDescriptorProto::add_dependency(const ::std::string& value) { in add_dependency() function3823 inline void FileDescriptorProto::add_dependency(const char* value) { in add_dependency() function3827 inline void FileDescriptorProto::add_dependency(const char* value, size_t size) { in add_dependency() function
1051 dynamic_proto.add_dependency( in TEST()
1327 input, this->add_dependency())); in MergePartialFromCodedStream()2075 ::std::string* FileDescriptorProto::add_dependency() { in add_dependency() function in google::protobuf::FileDescriptorProto2079 void FileDescriptorProto::add_dependency(const ::std::string& value) { in add_dependency() function in google::protobuf::FileDescriptorProto2083 void FileDescriptorProto::add_dependency(const char* value) { in add_dependency() function in google::protobuf::FileDescriptorProto2087 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()