Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dcoalesce.cpp75 bool needsAnnotation = expectedType && in parse() local
80 …return ParseResult(std::make_unique<Coalesce>(needsAnnotation ? type::Value : *outputType, std::mo… in parse()