HomeSort by relevance Sort by last modified time
    Searched refs:bytes_type (Results 1 - 4 of 4) sorted by null

  /external/parameter-framework/asio-1.10.6/include/asio/ip/
address_v6.hpp 46 typedef asio::detail::array<unsigned char, 16> bytes_type; typedef in class:asio::ip::address_v6
52 ASIO_DECL explicit address_v6(const bytes_type& bytes,
86 ASIO_DECL bytes_type to_bytes() const;
address_v4.hpp 45 typedef asio::detail::array<unsigned char, 4> bytes_type; typedef in class: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/
util.py 26 bytes_type=bytes variable
29 bytes_type=str variable
  /external/python/cpython3/Lib/test/
test_urlparse.py     [all...]

Completed in 140 milliseconds