Lines Matching defs:string
12 #include <string> // string
75 @brief a string value was read
76 @param[in] val string value
78 @note It is safe to move the passed string value.
80 virtual bool string(string_t& val) = 0;
102 @note It is safe to move the passed string.
134 const std::string& last_token,
217 bool string(string_t& val)
284 bool parse_error(std::size_t /*unused*/, const std::string& /*unused*/,
401 bool string(string_t& val)
534 bool parse_error(std::size_t /*unused*/, const std::string& /*unused*/,
686 bool string(string_t& /*unused*/)
721 bool parse_error(std::size_t /*unused*/, const std::string& /*unused*/, const detail::exception& /*unused*/)