Searched refs:write_type (Results 1 – 5 of 5) sorted by relevance
/external/rust/cxx/gen/src/ |
D | write.rs | 703 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/ |
D | ops-h2.c | 823 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/ |
D | ops-ws.c | 1240 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/ |
D | abg-writer.cc | 1865 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/ |
D | ChangeLog | 5074 * src/abg-writer.cc (write_type, write_canonical_types_of_scope): 35821 * src/abg-writer.cc (write_type): Emit 'id', not 'xml:id'.
|