Searched refs:bytes_type (Results 1 – 7 of 7) sorted by relevance
/external/parameter-framework/asio-1.10.6/include/asio/ip/impl/ |
D | address_v6.ipp | 36 address_v6::address_v6(const address_v6::bytes_type& bytes, 45 std::out_of_range ex("address_v6 from bytes_type"); 81 address_v6::bytes_type address_v6::to_bytes() const 84 bytes_type bytes; 146 address_v4::bytes_type v4_bytes = { { addr_.s6_addr[12], 268 address_v4::bytes_type v4_bytes = addr.to_bytes(); 269 bytes_type v6_bytes = { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0xFF, 0xFF, 276 address_v4::bytes_type v4_bytes = addr.to_bytes(); 277 bytes_type v6_bytes = { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
D | address_v4.ipp | 29 address_v4::address_v4(const address_v4::bytes_type& bytes) 35 std::out_of_range ex("address_v4 from bytes_type"); 58 address_v4::bytes_type address_v4::to_bytes() const 61 bytes_type bytes;
|
/external/parameter-framework/asio-1.10.6/include/asio/ip/ |
D | address_v6.hpp | 46 typedef asio::detail::array<unsigned char, 16> bytes_type; typedef in asio::ip::address_v6 52 ASIO_DECL explicit address_v6(const bytes_type& bytes, 86 ASIO_DECL bytes_type to_bytes() const;
|
D | address_v4.hpp | 45 typedef asio::detail::array<unsigned char, 4> bytes_type; typedef in asio::ip::address_v4 54 ASIO_DECL explicit address_v4(const bytes_type& bytes); 86 ASIO_DECL bytes_type to_bytes() const;
|
/external/selinux/python/sepolgen/src/sepolgen/ |
D | util.py | 26 bytes_type=bytes variable 29 bytes_type=str variable
|
D | lex.py | 203 if not (isinstance(s,util.bytes_type) or isinstance(s, util.string_type)): 570 … if not (isinstance(c,util.bytes_type) or isinstance(c, util.string_type)) or len(c) > 1: 596 if not isinstance(name,util.bytes_type) or len(original_name) != len(name): 636 elif (isinstance(t, util.bytes_type) or isinstance(t,util.string_type)):
|
/external/parameter-framework/asio-1.10.6/include/asio/ip/detail/impl/ |
D | endpoint.ipp | 87 asio::ip::address_v6::bytes_type bytes = v6_addr.to_bytes(); 143 asio::ip::address_v6::bytes_type bytes;
|