Home
last modified time | relevance | path

Searched defs:eos_ (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/detail/lexer/parser/tokeniser/
Dre_tokeniser_helper.hpp31 bool eos_ = state_.eos (); in escape_sequence() local
57 bool eos_ = state_.next (ch_); in charset() local
318 bool eos_ = false; in decode_octal() local
348 bool eos_ = state_.next (ch_); in decode_control_char() local
389 bool eos_ = state_.next (ch_); in decode_hex() local
448 static void charset_range (const bool chset_, state &state_, bool &eos_, in charset_range()
Dre_tokeniser.hpp39 bool eos_ = state_.next (ch_); in next() local
230 bool eos_ = false; in read_options() local
382 bool eos_ = state_.next (ch_); in repeat_n() local
507 bool eos_ = false; in macro() local
/aosp_15_r20/external/webp/src/utils/
H A Dbit_reader_utils.h147 int eos_; // true if a bit was read past the end of buffer member