Home
last modified time | relevance | path

Searched defs:copy_func (Results 1 – 6 of 6) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-gobject-structs.cc54 #define HB_DEFINE_BOXED_TYPE(name,copy_func,free_func) \ argument
/external/python/asn1crypto/asn1crypto/
Dcore.py571 def _copy(self, other, copy_func): argument
784 def _copy(self, other, copy_func): argument
977 def _copy(self, other, copy_func): argument
1308 def _copy(self, other, copy_func): argument
1501 def _copy(self, other, copy_func): argument
1817 def _copy(self, other, copy_func): argument
2059 def _copy(self, other, copy_func): argument
2411 def _copy(self, other, copy_func): argument
2603 def _copy(self, other, copy_func): argument
2818 def _copy(self, other, copy_func): argument
[all …]
/external/python/jinja/tests/
Dtest_utils.py56 def test_copy(self, copy_func): argument
/external/boringssl/src/crypto/stack/
Dstack.c400 stack_copy_func copy_func, in sk_deep_copy()
/external/rust/crates/quiche/deps/boringssl/src/crypto/stack/
Dstack.c406 stack_copy_func copy_func, in sk_deep_copy()
/external/selinux/libsepol/cil/src/
Dcil_copy_ast.c1764 int (*copy_func)(struct cil_db *db, void *data, void **copy, symtab_t *symtab) = NULL; in __cil_copy_node_helper() local