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

/external/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h329 inline ::std::string* add_dependency();
330 inline void add_dependency(const ::std::string& value);
331 inline void add_dependency(const char* value);
332 inline void add_dependency(const char* value, size_t size);
2605 inline ::std::string* FileDescriptorProto::add_dependency() { function in class:google::protobuf::FileDescriptorProto
2608 inline void FileDescriptorProto::add_dependency(const ::std::string& value) { function in class:google::protobuf::FileDescriptorProto
2611 inline void FileDescriptorProto::add_dependency(const char* value) { function in class:google::protobuf::FileDescriptorProto
2614 inline void FileDescriptorProto::add_dependency(const char* value, size_t size) { function in class:google::protobuf::FileDescriptorProto

Completed in 73 milliseconds