Lines Matching defs:read_context
860 // <read_context stuff>
866 class read_context
877 read_context();
881 /// The constructor of @ref read_context.
884 read_context(istream& in)
964 /// read_context::get() returns that same character.
1001 /// This is a subroutine of the read_context::get() and
1002 /// read_context::peek() functions.
1005 /// caller issued a read_context::peek() call, rather than a
1006 /// read_context::get() call.
1368 /// read_context::char_is_property_name_char().
1622 };//end struct read_context
1624 // </read_context stuff>
1703 read_context ctxt(input);
2019 read_context ctxt(input);