Searched defs:str_encoder_t (Results 1 – 1 of 1) sorted by relevance
38 struct str_encoder_t struct40 str_encoder_t (str_buff_t &buff_) in str_encoder_t() function43 void reset () { buff.reset (); } in reset()45 void encode_byte (unsigned char b) in encode_byte()53 void encode_int (int v) in encode_int()84 void encode_num (const number_t& n) in encode_num()101 void encode_op (op_code_t op) in encode_op()112 void copy_str (const unsigned char *str, unsigned length) in copy_str()119 bool in_error () const { return buff.in_error (); } in in_error()123 str_buff_t &buff;