Searched refs:byte_buffer (Results 1 – 8 of 8) sorted by relevance
90 typedef std::vector<uint8_t> byte_buffer; typedef98 inline void push_big_endian(byte_buffer &v, T val) in push_big_endian()108 void push_string(byte_buffer &v, const std::string &s, bool escapes=false);
177 void write_data(byte_buffer b);190 byte_buffer buffer;220 byte_buffer buffer;
46 void write(dtc::byte_buffer &buffer, int fd) in write()72 void output_writer::write_data(byte_buffer b) in write_data()
51 push_string(byte_buffer &buffer, const string &s, bool escapes) in push_string()
94 byte_buffer byte_data;200 void push_to_buffer(byte_buffer &buffer);
542 bool read_binary_file(const std::string &filename, byte_buffer &b);
79 property_value::push_to_buffer(byte_buffer &buffer) in push_to_buffer()604 byte_buffer value_buffer; in write()1134 byte_buffer name_buffer; in write()
255 bool text_input_buffer::read_binary_file(const std::string &filename, byte_buffer &b) in read_binary_file()