Home
last modified time | relevance | path

Searched refs:set_dependency (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.pb.h378 void set_dependency(int index, const ::std::string& value);
379 void set_dependency(int index, const char* value);
380 void set_dependency(int index, const char* value, size_t size);
4010 inline void FileDescriptorProto::set_dependency(int index, const ::std::string& value) { in set_dependency() function
4014 inline void FileDescriptorProto::set_dependency(int index, const char* value) { in set_dependency() function
4018 inline void FileDescriptorProto::set_dependency(int index, const char* value, size_t size) { in set_dependency() function
Ddescriptor.pb.cc2092 void FileDescriptorProto::set_dependency(int index, const ::std::string& value) { in set_dependency() function in google::protobuf::FileDescriptorProto
2096 void FileDescriptorProto::set_dependency(int index, const char* value) { in set_dependency() function in google::protobuf::FileDescriptorProto
2100 void FileDescriptorProto::set_dependency(int index, const char* value, size_t size) { in set_dependency() function in google::protobuf::FileDescriptorProto
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dparser_unittest.cc1658 other_file.set_dependency(0, descriptor_proto.name()); in TEST_F()