Home | History | Annotate | Download | only in Support

Lines Matching refs:Expected

377   ///        \a Expected. This updates \a Column.
378 bool consume(uint32_t Expected);
888 bool Scanner::consume(uint32_t Expected) {
889 if (Expected >= 0x80)
895 if (uint8_t(*Current) == Expected) {
936 setError( "Could not find expected : for simple key"
1855 setError("Unexpected token. Expected Key or Block End", T);
1874 setError( "Unexpected token. Expected Key, Flow Entry, or Flow "
1908 setError( "Unexpected token. Expected Block Entry or Block End."
1953 setError("Expected , between entries!", T);