Searched refs:set_dependency (Results 1 – 3 of 3) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | descriptor.pb.h | 369 void set_dependency(int index, const ::std::string& value); 370 void set_dependency(int index, const char* value); 371 void set_dependency(int index, const char* value, size_t size); 3802 inline void FileDescriptorProto::set_dependency(int index, const ::std::string& value) { in set_dependency() function 3806 inline void FileDescriptorProto::set_dependency(int index, const char* value) { in set_dependency() function 3810 inline void FileDescriptorProto::set_dependency(int index, const char* value, size_t size) { in set_dependency() function
|
D | descriptor.pb.cc | 2062 void FileDescriptorProto::set_dependency(int index, const ::std::string& value) { in set_dependency() function in google::protobuf::FileDescriptorProto 2066 void FileDescriptorProto::set_dependency(int index, const char* value) { in set_dependency() function in google::protobuf::FileDescriptorProto 2070 void FileDescriptorProto::set_dependency(int index, const char* value, size_t size) { in set_dependency() function in google::protobuf::FileDescriptorProto
|
/external/protobuf/src/google/protobuf/compiler/ |
D | parser_unittest.cc | 1658 other_file.set_dependency(0, descriptor_proto.name()); in TEST_F()
|