Home
last modified time | relevance | path

Searched refs:bytes_type (Results 1 – 7 of 7) sorted by relevance

/external/parameter-framework/asio-1.10.6/include/asio/ip/impl/
Daddress_v6.ipp36 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,
Daddress_v4.ipp29 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/
Daddress_v6.hpp46 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;
Daddress_v4.hpp45 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/
Dutil.py26 bytes_type=bytes variable
29 bytes_type=str variable
Dlex.py203 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/
Dendpoint.ipp87 asio::ip::address_v6::bytes_type bytes = v6_addr.to_bytes();
143 asio::ip::address_v6::bytes_type bytes;