HomeSort by relevance Sort by last modified time
    Searched refs:add_dependency (Results 1 - 6 of 6) sorted by null

  /external/protobuf/src/google/protobuf/
descriptor.pb.h 329 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
    [all...]
extension_set_unittest.cc 490 dynamic_proto.add_dependency(
descriptor_unittest.cc 202 bar_file.add_dependency("foo.proto");
    [all...]
descriptor.cc     [all...]
descriptor.pb.cc     [all...]
  /external/protobuf/src/google/protobuf/compiler/
parser.cc 380 return ParseImport(file->add_dependency());
    [all...]

Completed in 43 milliseconds