Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Dsource.cpp19 auto urlVal = objectMember(value, "url"); in convertURLOrTileset() local
20 if (!urlVal) { in convertURLOrTileset()
28 optional<std::string> url = toString(*urlVal); in convertURLOrTileset()