Home
last modified time | relevance | path

Searched refs:dump_method (Results 1 – 5 of 5) sorted by relevance

/dports/astro/libosmium/libosmium-2.17.2/test/t/index/
H A Dtest_dump_and_load_index.cpp17 void test_index(std::function<void(TMemoryIndex&, const int)> dump_method) { in test_index() argument
34 dump_method(index, fd); in test_index()
54 auto dump_method = [](dense_mmap_array& index, const int fd) { index.dump_as_array(fd);}; in __anonee7d283e0102() variable
55 test_index<dense_mmap_array, dense_file_array>(dump_method);
64 auto dump_method = [](dense_mem_array& index, const int fd) { index.dump_as_array(fd);}; in __anonee7d283e0202() variable
65 test_index<dense_mem_array, dense_file_array>(dump_method);
72 auto dump_method = [](sparse_mmap_array& index, const int fd) { index.dump_as_list(fd);}; in __anonee7d283e0302() variable
73 test_index<sparse_mmap_array, sparse_file_array>(dump_method);
82 auto dump_method = [](sparse_mem_array& index, const int fd) { index.dump_as_list(fd);}; in __anonee7d283e0402() variable
83 test_index<sparse_mem_array, sparse_file_array>(dump_method);
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/libosmium/test/t/index/
H A Dtest_dump_and_load_index.cpp17 void test_index(std::function<void(TMemoryIndex&, const int)> dump_method) { in test_index() argument
34 dump_method(index, fd); in test_index()
54 auto dump_method = [](dense_mmap_array& index, const int fd) { index.dump_as_array(fd);}; in __anon3ecb3d3e0102() variable
55 test_index<dense_mmap_array, dense_file_array>(dump_method);
64 auto dump_method = [](dense_mem_array& index, const int fd) { index.dump_as_array(fd);}; in __anon3ecb3d3e0202() variable
65 test_index<dense_mem_array, dense_file_array>(dump_method);
72 auto dump_method = [](sparse_mmap_array& index, const int fd) { index.dump_as_list(fd);}; in __anon3ecb3d3e0302() variable
73 test_index<sparse_mmap_array, sparse_file_array>(dump_method);
82 auto dump_method = [](sparse_mem_array& index, const int fd) { index.dump_as_list(fd);}; in __anon3ecb3d3e0402() variable
83 test_index<sparse_mem_array, sparse_file_array>(dump_method);
/dports/graphics/swftools/swftools-0.9.2/lib/as3/
H A Dabc.c351 static void dump_method(FILE*fo, const char*prefix, in dump_method() function
587 dump_method(fo, prefix, type, "method", name, m, file, methods_seen); in traits_dump()
590 dump_method(fo, prefix, type, "getter", name, m, file, methods_seen); in traits_dump()
593 dump_method(fo, prefix, type, "setter", name, m, file, methods_seen); in traits_dump()
596 dump_method(fo, prefix, type, "function", name, m, file, methods_seen); in traits_dump()
687dump_method(fo, prefix2, "", "staticconstructor", "", cls->static_constructor, file, methods_seen); in swf_DumpABC()
693 dump_method(fo, prefix2, "", "constructor", n, cls->constructor, file, methods_seen); in swf_DumpABC()
707 dump_method(fo, prefix, "", "initmethod", "init", s->method, file, methods_seen); in swf_DumpABC()
722 dump_method(fo, prefix, "", "internalmethod", name, m, file, methods_seen); in swf_DumpABC()
/dports/lang/mono/mono-5.10.1.57/mono/profiler/
H A Dcoverage.c267 dump_method (gpointer key, gpointer value, gpointer userdata) in dump_method() function
457 mono_conc_hashtable_foreach (coverage_profiler.methods, dump_method, NULL); in dump_coverage()
458 g_hash_table_foreach (coverage_profiler.uncovered_methods, dump_method, NULL); in dump_coverage()
/dports/devel/glib20/glib-2.70.4/gio/
H A Dgdbus-tool.c1360 dump_method (const GDBusMethodInfo *o, in dump_method() function
1567 dump_method (o->methods[n], indent + 4, use_colors); in dump_interface()