Home
last modified time | relevance | path

Searched refs:set_package (Results 1 – 12 of 12) sorted by relevance

/external/protobuf/src/google/protobuf/
Ddescriptor_database_unittest.cc493 file1.set_package("foo"); in TEST()
496 file2b.set_package("bar"); in TEST()
Ddescriptor_unittest.cc273 bar_file.set_package("bar_package"); in SetUp()
429 file.set_package("some.other.package"); in TEST_F()
568 bar_file.set_package("corge.grault"); in SetUp()
916 baz_file.set_package("garply"); in SetUp()
1210 bar_file.set_package("corge.grault"); in SetUp()
1368 bar_file.set_package("corge.grault"); in SetUp()
1531 bar_file.set_package("corge.grault"); in SetUp()
3205 file_proto.set_package("protobuf_unittest"); in TEST()
Ddescriptor.pb.h356 void set_package(const ::std::string& value);
357 void set_package(const char* value);
358 void set_package(const char* value, size_t size);
3751 inline void FileDescriptorProto::set_package(const ::std::string& value) { in set_package() function
3756 inline void FileDescriptorProto::set_package(const char* value) { in set_package() function
3761 inline void FileDescriptorProto::set_package(const char* value, size_t size) { in set_package() function
Dextension_set_unittest.cc1053 dynamic_proto.set_package("dynamic_extensions"); in TEST()
Ddescriptor.pb.cc2011 void FileDescriptorProto::set_package(const ::std::string& value) { in set_package() function in google::protobuf::FileDescriptorProto
2016 void FileDescriptorProto::set_package(const char* value) { in set_package() function in google::protobuf::FileDescriptorProto
2021 void FileDescriptorProto::set_package(const char* value, size_t size) { in set_package() function in google::protobuf::FileDescriptorProto
Ddescriptor.cc1731 if (!package().empty()) proto->set_package(package()); in CopyTo()
/external/python/cpython3/Lib/importlib/
Dutil.py144 def set_package(fxn): function
/external/python/cpython3/Lib/test/test_importlib/
Dtest_util.py261 wrapped = self.util.set_package(fxn)
306 wrapped = self.util.set_package(fxn)
/external/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc1624 other_file.set_package("base"); in TEST_F()
1656 other_file.set_package("baz"); in TEST_F()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h2952 bool set_package(const char* package, Status* s);
3636 inline bool FileDef::set_package(const char* package, Status* s) {
/external/python/cpython3/Doc/library/
Dimportlib.rst1532 .. decorator:: set_package
/external/python/cpython3/Doc/whatsnew/
D3.4.rst2101 and :meth:`importlib.util.set_package` are no longer needed because their