Home
last modified time | relevance | path

Searched defs:bol (Results 1 – 9 of 9) sorted by relevance

/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/lex/lexer/lexertl/
Diterator_tokenizer.hpp41 bool bol = bol_; in next() local
161 bool bol = bol_; in next() local
Dstatic_functor_data.hpp207 void reset_bol(bool bol) { bol_ = bol; } in reset_bol()
373 bool bol = this->bol_; in lookahead() local
512 bool bol = this->bol_; in lookahead() local
Dfunctor_data.hpp183 void reset_bol(bool bol) { bol_ = bol; } in reset_bol()
343 bool bol = this->bol_; in lookahead() local
482 bool bol = this->bol_; in lookahead() local
Dgenerate_static.hpp148 , Char const* name_suffix, bool bol, bool eol) in generate_cpp_state_table()
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/detail/lexer/
Ddebug.hpp185 static void bol (std::ostream &stream_) in bol() function in boost::lexer::basic_debug
190 static void bol (std::wostream &stream_) in bol() function in boost::lexer::basic_debug
Dinput.hpp34 bool bol; member
/external/freetype/src/psaux/
Dt1decode.c464 FT_Bool bol = TRUE; in t1_decoder_parse_charstrings() local
1706 FT_Bool bol = TRUE; in t1_decoder_parse_metrics() local
/external/python/cpython3/Lib/_pyrepl/
Dreader.py494 def bol(self, p: int | None = None) -> int: member in Reader
/external/wayland/src/
Dscanner.c1044 int bol = 1, start = 0, i, length; in format_text_to_comment() local