Home
last modified time | relevance | path

Searched refs:add_extension (Results 1 – 13 of 13) sorted by relevance

/third_party/python/Lib/test/
Dtest_copyreg.py57 copyreg.add_extension(mod, func, code)
64 copyreg.add_extension(mod, func, code) # shouldn't blow up
66 self.assertRaises(ValueError, copyreg.add_extension,
71 self.assertRaises(ValueError, copyreg.add_extension,
76 self.assertRaises(ValueError, copyreg.add_extension,
98 copyreg.add_extension(mod, func, code)
105 self.assertRaises(ValueError, copyreg.add_extension,
Dpickletester.py131 copyreg.add_extension(pair[0], pair[1], code)
2163 copyreg.add_extension(__name__, "MyList", extcode)
/third_party/python/Lib/
Dcopyreg.py175 def add_extension(module, name, code): function
/third_party/node/tools/inspector_protocol/
Dcode_generator.py199 jinja_env.add_extension("jinja2.ext.loopcontrols")
/third_party/jinja2/
Denvironment.py369 def add_extension(self, extension): member in Environment
/third_party/node/tools/inspector_protocol/jinja2/
Denvironment.py340 def add_extension(self, extension): member in Environment
/third_party/skia/third_party/externals/jinja2/
Denvironment.py369 def add_extension(self, extension): member in Environment
/third_party/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface_unittest.cc690 file_descriptor_proto->add_extension(); in TEST_F()
Dparser_unittest.cc2115 FieldDescriptorProto* extension(other_file.add_extension()); in TEST_F()
/third_party/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc124 FieldDescriptorProto* result = file->add_extension(); in AddExtension()
138 FieldDescriptorProto* result = parent->add_extension(); in AddNestedExtension()
3526 FieldDescriptorProto* extension = file_proto.add_extension(); in TEST()
Ddescriptor.pb.h711 PROTOBUF_NAMESPACE_ID::FieldDescriptorProto* add_extension();
1448 PROTOBUF_NAMESPACE_ID::FieldDescriptorProto* add_extension();
7106 inline PROTOBUF_NAMESPACE_ID::FieldDescriptorProto* FileDescriptorProto::add_extension() { in add_extension() function
7705 inline PROTOBUF_NAMESPACE_ID::FieldDescriptorProto* DescriptorProto::add_extension() { in add_extension() function
Ddescriptor.cc2058 extension(i)->CopyTo(proto->add_extension()); in CopyTo()
2106 extension(i)->CopyTo(proto->add_extension()); in CopyTo()
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.inc977 p.add_extension()->set_name(long_string);