Searched refs:byte_buffer (Results 1 – 8 of 8) sorted by relevance
88 typedef std::vector<uint8_t> byte_buffer; typedef96 inline void push_big_endian(byte_buffer &v, T val) in push_big_endian()106 void push_string(byte_buffer &v, const std::string &s, bool escapes=false);
175 void write_data(byte_buffer b);188 byte_buffer buffer;218 byte_buffer buffer;
45 void write(dtc::byte_buffer &buffer, int fd) in write()71 void output_writer::write_data(byte_buffer b) in write_data()
49 push_string(byte_buffer &buffer, const string &s, bool escapes) in push_string()
101 byte_buffer byte_data;207 void push_to_buffer(byte_buffer &buffer);
540 bool read_binary_file(const std::string &filename, byte_buffer &b);
78 property_value::push_to_buffer(byte_buffer &buffer) in push_to_buffer()621 byte_buffer value_buffer; in write()1178 byte_buffer name_buffer; in write()
253 bool text_input_buffer::read_binary_file(const std::string &filename, byte_buffer &b) in read_binary_file()