HomeSort by relevance Sort by last modified time
    Searched defs:byte_t (Results 1 - 2 of 2) sorted by null

  /external/sfntly/cpp/src/sfntly/port/
type.h 50 typedef uint8_t byte_t; typedef in namespace:sfntly
55 typedef std::vector<byte_t> ByteVector;
  /external/xmlrpcpp/src/
base64.h 47 typedef unsigned char byte_t; typedef in class:base64
97 byte_t get_0() const
101 byte_t get_1() const
105 byte_t get_2() const
110 void set_0(byte_t _ch)
115 void set_1(byte_t _ch)
120 void set_2(byte_t _ch)
148 byte_t _data[3];
300 *_To = (byte_t) _3to4.get_0();
327 *_To = (byte_t) _3to4.get_0()
    [all...]

Completed in 202 milliseconds