Symbol: text_input_buffer
usr.bin/dtc/fdt.cc
1039
node::parse(text_input_buffer &input,
usr.bin/dtc/fdt.cc
1052
constructable_node(text_input_buffer &input,
usr.bin/dtc/fdt.cc
1609
device_tree::parse_file(text_input_buffer &input,
usr.bin/dtc/fdt.cc
2023
text_input_buffer input(std::move(in),
usr.bin/dtc/fdt.cc
2290
text_input_buffer in(std::move(raw),
usr.bin/dtc/fdt.cc
258
property::parse_string(text_input_buffer &input)
usr.bin/dtc/fdt.cc
281
property::parse_cells(text_input_buffer &input, int cell_size)
usr.bin/dtc/fdt.cc
387
property::parse_bytes(text_input_buffer &input)
usr.bin/dtc/fdt.cc
414
property::parse_reference(text_input_buffer &input)
usr.bin/dtc/fdt.cc
473
void property::parse_define(text_input_buffer &input, define_map *defines)
usr.bin/dtc/fdt.cc
494
property::property(text_input_buffer &input,
usr.bin/dtc/fdt.cc
602
property::parse(text_input_buffer &input, string &&key, string_set &&label,
usr.bin/dtc/fdt.cc
727
node::parse_name(text_input_buffer &input, bool &is_property, const char *error)
usr.bin/dtc/fdt.cc
876
node::node(text_input_buffer &input,
usr.bin/dtc/fdt.hh
288
void parse_string(text_input_buffer &input);
usr.bin/dtc/fdt.hh
292
void parse_cells(text_input_buffer &input, int cell_size);
usr.bin/dtc/fdt.hh
296
void parse_bytes(text_input_buffer &input);
usr.bin/dtc/fdt.hh
305
void parse_reference(text_input_buffer &input);
usr.bin/dtc/fdt.hh
309
void parse_define(text_input_buffer &input, define_map *defines);
usr.bin/dtc/fdt.hh
320
property(text_input_buffer &input,
usr.bin/dtc/fdt.hh
348
static property_ptr parse(text_input_buffer &input,
usr.bin/dtc/fdt.hh
514
std::string parse_name(text_input_buffer &input,
usr.bin/dtc/fdt.hh
528
node(text_input_buffer &input,
usr.bin/dtc/fdt.hh
625
static node_ptr parse(text_input_buffer &input,
usr.bin/dtc/fdt.hh
916
void parse_file(text_input_buffer &input,
usr.bin/dtc/input_buffer.cc
1009
text_input_buffer::consume_integer_expression(unsigned long long &outInt)
usr.bin/dtc/input_buffer.cc
1047
text_input_buffer&
usr.bin/dtc/input_buffer.cc
1048
text_input_buffer::next_token()
usr.bin/dtc/input_buffer.cc
1096
text_input_buffer::parse_error(const char *msg)
usr.bin/dtc/input_buffer.cc
1107
text_input_buffer::parse_error(const char *msg,
usr.bin/dtc/input_buffer.cc
1213
string parse(text_input_buffer &s)
usr.bin/dtc/input_buffer.cc
1226
text_input_buffer::parse_node_name()
usr.bin/dtc/input_buffer.cc
1232
text_input_buffer::parse_property_name()
usr.bin/dtc/input_buffer.cc
1238
text_input_buffer::parse_node_or_property_name(bool &is_property)
usr.bin/dtc/input_buffer.cc
1269
text_input_buffer::parse_to(char stop)
usr.bin/dtc/input_buffer.cc
1284
text_input_buffer::peek()
usr.bin/dtc/input_buffer.cc
158
text_input_buffer::skip_to(char c)
usr.bin/dtc/input_buffer.cc
167
text_input_buffer::skip_spaces()
usr.bin/dtc/input_buffer.cc
200
text_input_buffer::handle_include()
usr.bin/dtc/input_buffer.cc
253
bool text_input_buffer::read_binary_file(const std::string &filename, byte_buffer &b)
usr.bin/dtc/input_buffer.cc
415
typedef text_input_buffer::source_location source_location;
usr.bin/dtc/input_buffer.cc
759
expression_ptr text_input_buffer::parse_binary_expression(expression_ptr lhs)
usr.bin/dtc/input_buffer.cc
910
expression_ptr text_input_buffer::parse_expression(bool stopAtParen)
usr.bin/dtc/input_buffer.hh
330
text_input_buffer(std::unique_ptr<input_buffer> &&b,
usr.bin/dtc/input_buffer.hh
377
inline text_input_buffer &operator++()
usr.bin/dtc/input_buffer.hh
504
text_input_buffer &next_token();
usr.bin/dtc/input_buffer.hh
512
friend class text_input_buffer;
usr.bin/dtc/input_buffer.hh
516
text_input_buffer &buffer;
usr.bin/dtc/input_buffer.hh
525
source_location(text_input_buffer &buf)
usr.bin/dtc/input_buffer.hh
61
friend class text_input_buffer;