Home
last modified time | relevance | path

Searched refs:new_method (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/evp/
H A Devp_fetch.c264 void *(*new_method)(int name_id, in inner_evp_generic_fetch()
340 methdata->method_from_algorithm = new_method; in inner_evp_generic_fetch()
398 void *(*new_method)(int name_id, in evp_generic_fetch()
411 new_method, up_ref_method, free_method); in evp_generic_fetch()
425 void *(*new_method)(int name_id, in evp_generic_fetch_by_number()
438 new_method, up_ref_method, free_method); in evp_generic_fetch_by_number()
451 void *(*new_method)(int name_id, in evp_generic_fetch_from_prov()
464 new_method, up_ref_method, free_method); in evp_generic_fetch_from_prov()
656 void *(*new_method)(int name_id, in evp_generic_do_all()
668 new_method, up_ref_metho in evp_generic_do_all()
[all...]
H A Devp_local.h268 void *(*new_method)(int name_id,
275 void *(*new_method)(int name_id,
282 void *(*new_method)(int name_id,
293 void *(*new_method)(int name_id,
/third_party/openssl/crypto/evp/
H A Devp_fetch.c264 void *(*new_method)(int name_id, in inner_evp_generic_fetch()
340 methdata->method_from_algorithm = new_method; in inner_evp_generic_fetch()
385 void *(*new_method)(int name_id, in evp_generic_fetch()
398 new_method, up_ref_method, free_method); in evp_generic_fetch()
412 void *(*new_method)(int name_id, in evp_generic_fetch_by_number()
425 new_method, up_ref_method, free_method); in evp_generic_fetch_by_number()
438 void *(*new_method)(int name_id, in evp_generic_fetch_from_prov()
451 new_method, up_ref_method, free_method); in evp_generic_fetch_from_prov()
643 void *(*new_method)(int name_id, in evp_generic_do_all()
655 new_method, up_ref_metho in evp_generic_do_all()
[all...]
H A Devp_local.h268 void *(*new_method)(int name_id,
275 void *(*new_method)(int name_id,
282 void *(*new_method)(int name_id,
293 void *(*new_method)(int name_id,
/third_party/protobuf/python/
H A Dmox.py1371 def new_method(self, *args, **kwargs): function
1383 new_method.__name__ = func.__name__
1384 new_method.__doc__ = func.__doc__
1385 new_method.__module__ = func.__module__
1386 return new_method
/third_party/rust/crates/cxx/macro/src/
H A Dexpand.rs1402 let new_method = if can_construct_from_value { in expand_unique_ptr()
1436 #new_method in expand_unique_ptr()
1489 let new_method = if can_construct_from_value { in expand_shared_ptr()
1519 #new_method in expand_shared_ptr()
/third_party/python/Lib/test/
H A Dtest_dataclasses.py2027 def new_method(self): member in TestCase.test_generic_extending.NonDataDerived
2031 self.assertEqual(c.new_method(), 1.0)
/third_party/libabigail/src/
H A Dabg-ir.cc22158 new_method(new method_decl(method->get_name(), in copy_member_function()
22165 new_method->set_symbol(method->get_symbol()); in copy_member_function()
22168 class_type->add_member_function(new_method, in copy_member_function()
22177 t->add_member_function(new_method, in copy_member_function()
22183 return new_method; in copy_member_function()

Completed in 44 milliseconds