Searched refs:expected_ (Results 1 – 2 of 2) sorted by relevance
58 explicit ParsingContext(type::Type expected_) in ParsingContext() argument59 : expected(std::move(expected_)), in ParsingContext()142 optional<type::Type> expected_, in ParsingContext() argument145 expected(std::move(expected_)), in ParsingContext()
78 optional<type::Type> expected_, in parse() argument82 std::move(expected_), in parse()87 …ParsingContext::parse(const Convertible& value, std::size_t index_, optional<type::Type> expected_, in parse() argument91 std::move(expected_), in parse()