Lines Matching refs:string
77 void Tokenizer::error (const std::string& what)
112 // Parser should not try to advance beyond end of string.
130 // If we hit end of string here, report it as end of string.
183 // Handle end of string / buffer.
185 error("Unexpected end of string");
338 void Tokenizer::getString (std::string& dst) const
368 void Parser::error (const std::string& what)
533 static char getEntityValue (const std::string& entity)
561 std::string entity;