Searched refs:consume_hex_byte (Results 1 – 3 of 3) sorted by relevance
222 bool consume_hex_byte(uint8_t &outByte);467 bool consume_hex_byte(uint8_t &outByte) in consume_hex_byte() function in dtc::text_input_buffer473 return input_stack.top()->consume_hex_byte(outByte); in consume_hex_byte()
1036 input_buffer::consume_hex_byte(uint8_t &outByte) in consume_hex_byte() function in dtc::input_buffer
400 if (!input.consume_hex_byte(val)) in parse_bytes()