Home
last modified time | relevance | path

Searched defs:_bytes (Results 1 – 15 of 15) sorted by relevance

/external/sdv/vsomeip/implementation/endpoints/src/
Dudp_client_endpoint_impl.cpp298 boost::system::error_code const &_error, std::size_t _bytes, in receive_cbk()
469 void udp_client_endpoint_impl::send_cbk(boost::system::error_code const &_error, std::size_t _bytes, in send_cbk()
Dnetlink_connector.cpp101 std::size_t _bytes) { in receive_cbk()
262 void netlink_connector::send_cbk(boost::system::error_code const &_error, std::size_t _bytes) { in send_cbk()
Dudp_server_endpoint_impl.cpp544 std::size_t _bytes, in on_unicast_received()
562 std::size_t _bytes, in on_multicast_received()
579 boost::system::error_code const &_error, std::size_t _bytes, in on_message_received()
Dtcp_client_endpoint_impl.cpp494 boost::system::error_code const &_error, std::size_t _bytes, in receive_cbk()
862 std::size_t _bytes, in send_cbk()
Dlocal_server_endpoint_impl.cpp521 boost::system::error_code const &_error, std::size_t _bytes) { in send_cbk()
529 boost::system::error_code const &_error, std::size_t _bytes in receive_cbk()
Dlocal_client_endpoint_impl.cpp248 boost::system::error_code const &_error, std::size_t _bytes) { in receive_cbk()
Dclient_endpoint_impl.cpp447 boost::system::error_code const &_error, std::size_t _bytes, in send_cbk()
Dserver_endpoint_impl.cpp603 boost::system::error_code const &_error, std::size_t _bytes) { in send_cbk()
Dtcp_server_endpoint_impl.cpp513 std::size_t _bytes) { in receive_cbk()
/external/rust/crates/bytes/tests/
Dtest_buf.rs120 let _bytes = buf.copy_to_bytes(12); in copy_to_bytes_overflow() localVariable
/external/openthread/tests/scripts/thread-cert/pktverify/
Dlayer_fields.py170 def _bytes(v: Union[LayerFieldsContainer, LayerField]) -> Bytes: function
/external/rust/crates/combine/tests/
Dparser.rs634 fn _bytes(source: &[u8]) { in lifetime_inference() function
/external/openthread/tests/scripts/thread-cert/
Dtest_ipv6.py75 def __init__(self, _bytes): argument
96 def __init__(self, _bytes): argument
/external/python/asn1crypto/asn1crypto/
Dcore.py2352 _bytes = None variable in OctetBitString
2563 _bytes = None variable in OctetString
2721 _bytes = None variable in ParsableOctetString
/external/autotest/server/cros/bluetooth/
Dbluetooth_adapter_adv_monitor_tests.py52 def _bytes(self, str_data): member in TestMonitor