Home
last modified time | relevance | path

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

/external/rust/cxx/gen/src/
Dwrite.rs703 write_type(out, &arg.ty); in write_cxx_function_shim()
748 write_type(out, ty); in write_cxx_function_shim()
762 write_type(out, &arg.ty); in write_cxx_function_shim()
765 write_type(out, &arg.ty); in write_cxx_function_shim()
776 write_type(out, &arg.ty); in write_cxx_function_shim()
968 write_type(out, &arg.ty); in write_rust_function_shim_impl()
982 ret => write_type(out, ret), in write_rust_function_shim_impl()
990 write_type(out, ret); in write_rust_function_shim_impl()
994 write_type(out, ret); in write_rust_function_shim_impl()
1005 write_type(out, ret); in write_rust_function_shim_impl()
[all …]
/external/libwebsockets/lib/roles/h2/
Dops-h2.c823 int write_type = LWS_WRITE_PONG; in rops_perform_user_POLLOUT_h2() local
1058 write_type = LWS_WRITE_CLOSE | in rops_perform_user_POLLOUT_h2()
1062 w->ws->ping_payload_len, write_type); in rops_perform_user_POLLOUT_h2()
/external/libwebsockets/lib/roles/ws/
Dops-ws.c1240 int write_type = LWS_WRITE_PONG; in rops_handle_POLLOUT_ws() local
1288 write_type = LWS_WRITE_CLOSE; in rops_handle_POLLOUT_ws()
1300 wsi->ws->ping_payload_len, write_type); in rops_handle_POLLOUT_ws()
/external/libabigail/src/
Dabg-writer.cc1865 write_type(const type_base_sptr& type, write_context& ctxt, unsigned indent) in write_type() function
2215 write_type(*i, ctxt, indent); in write_canonical_types_of_scope()
2287 write_type(class_type, ctxt, in write_translation_unit()
/external/libabigail/
DChangeLog5074 * src/abg-writer.cc (write_type, write_canonical_types_of_scope):
35821 * src/abg-writer.cc (write_type): Emit 'id', not 'xml:id'.