Home
last modified time | relevance | path

Searched refs:add_dependency (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor_unittest.cc273 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()
Ddescriptor.pb.h381 ::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() function
4027 inline void FileDescriptorProto::add_dependency(const ::std::string& value) { in add_dependency() function
4031 inline void FileDescriptorProto::add_dependency(const char* value) { in add_dependency() function
4035 inline void FileDescriptorProto::add_dependency(const char* value, size_t size) { in add_dependency() function
Dextension_set_unittest.cc1119 dynamic_proto.add_dependency( in TEST()
Ddescriptor.pb.cc1353 input, this->add_dependency())); in MergePartialFromCodedStream()
2105 ::std::string* FileDescriptorProto::add_dependency() { in add_dependency() function in google::protobuf::FileDescriptorProto
2109 void FileDescriptorProto::add_dependency(const ::std::string& value) { in add_dependency() function in google::protobuf::FileDescriptorProto
2113 void FileDescriptorProto::add_dependency(const char* value) { in add_dependency() function in google::protobuf::FileDescriptorProto
2117 void FileDescriptorProto::add_dependency(const char* value, size_t size) { in add_dependency() function in google::protobuf::FileDescriptorProto
Ddescriptor.cc1736 proto->add_dependency(dependency(i)->name()); in CopyTo()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dparser_unittest.cc1657 other_file.add_dependency(); in TEST_F()