Home
last modified time | relevance | path

Searched defs:SignatureBase (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Dcompound_expression.hpp45 struct SignatureBase { struct
46SignatureBase(type::Type result_, variant<std::vector<type::Type>, VarargsType> params_, std::stri… in SignatureBase() function
53 type::Type result;
54 variant<std::vector<type::Type>, VarargsType> params;
55 std::string name;