Home
last modified time | relevance | path

Searched refs:expected_ (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Dparsing_context.hpp58 explicit ParsingContext(type::Type expected_) in ParsingContext() argument
59 : expected(std::move(expected_)), in ParsingContext()
142 optional<type::Type> expected_, in ParsingContext() argument
145 expected(std::move(expected_)), in ParsingContext()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dparsing_context.cpp78 optional<type::Type> expected_, in parse() argument
82 std::move(expected_), in parse()
87 …ParsingContext::parse(const Convertible& value, std::size_t index_, optional<type::Type> expected_, in parse() argument
91 std::move(expected_), in parse()