Searched refs:add_extension (Results 1 – 13 of 13) sorted by relevance
/third_party/python/Lib/test/ |
D | test_copyreg.py | 57 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,
|
D | pickletester.py | 131 copyreg.add_extension(pair[0], pair[1], code) 2163 copyreg.add_extension(__name__, "MyList", extcode)
|
/third_party/python/Lib/ |
D | copyreg.py | 175 def add_extension(module, name, code): function
|
/third_party/node/tools/inspector_protocol/ |
D | code_generator.py | 199 jinja_env.add_extension("jinja2.ext.loopcontrols")
|
/third_party/jinja2/ |
D | environment.py | 369 def add_extension(self, extension): member in Environment
|
/third_party/node/tools/inspector_protocol/jinja2/ |
D | environment.py | 340 def add_extension(self, extension): member in Environment
|
/third_party/skia/third_party/externals/jinja2/ |
D | environment.py | 369 def add_extension(self, extension): member in Environment
|
/third_party/protobuf/src/google/protobuf/compiler/ |
D | command_line_interface_unittest.cc | 690 file_descriptor_proto->add_extension(); in TEST_F()
|
D | parser_unittest.cc | 2115 FieldDescriptorProto* extension(other_file.add_extension()); in TEST_F()
|
/third_party/protobuf/src/google/protobuf/ |
D | descriptor_unittest.cc | 124 FieldDescriptorProto* result = file->add_extension(); in AddExtension() 138 FieldDescriptorProto* result = parent->add_extension(); in AddNestedExtension() 3526 FieldDescriptorProto* extension = file_proto.add_extension(); in TEST()
|
D | descriptor.pb.h | 711 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
|
D | descriptor.cc | 2058 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/ |
D | cpp_unittest.inc | 977 p.add_extension()->set_name(long_string);
|