| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/ |
| H A D | filter.cpp | 41 if (!isArray(filter) || arrayLength(filter) == 0) { in isExpression() 51 if (arrayLength(filter) < 2) return false; in isExpression() 59 …return arrayLength(filter) != 3 || isArray(arrayMember(filter, 1)) || isArray(arrayMember(filter, … in isExpression() 62 for (std::size_t i = 1; i < arrayLength(filter); i++) { in isExpression() 120 for (std::size_t i = startIndex; i < arrayLength(input); i++) { in convertLiteralArray() 167 } else if (arrayLength(values) == 0) { in convertLegacyInFilter() 180 for (std::size_t i = startIndex; i < arrayLength(input); i++) { in convertLegacyFilterArray() 200 } else if (arrayLength(values) <= 1) { in convertLegacyFilter() 227 for (std::size_t i = 0; i < arrayLength(values); i++) { in serializeLegacyFilter()
|
| H A D | function.cpp | 158 if (array.N && arrayLength(value) != *array.N) { in convertLiteral() 165 result.reserve(arrayLength(value)); in convertLiteral() 166 for (std::size_t i = 0; i < arrayLength(value); ++i) { in convertLiteral() 178 result.reserve(arrayLength(value)); in convertLiteral() 179 for (std::size_t i = 0; i < arrayLength(value); ++i) { in convertLiteral() 233 if (arrayLength(*stopsValue) == 0) { in convertStops() 239 for (std::size_t i = 0; i < arrayLength(*stopsValue); ++i) { in convertStops() 247 if (arrayLength(stopValue) != 2) { in convertStops() 283 if (arrayLength(*stopsValue) == 0) { in convertBranches() 289 for (std::size_t i = 0; i < arrayLength(*stopsValue); ++i) { in convertBranches() [all …]
|
| H A D | constant.cpp | 57 result.reserve(arrayLength(value)); in operator ()() 59 for (std::size_t i = 0; i < arrayLength(value); ++i) { in operator ()() 78 result.reserve(arrayLength(value)); in operator ()() 80 for (std::size_t i = 0; i < arrayLength(value); ++i) { in operator ()()
|
| H A D | tileset.cpp | 23 for (std::size_t i = 0; i < arrayLength(*tiles); i++) { in operator ()() 82 if (!isArray(*boundsValue) || arrayLength(*boundsValue) != 4) { in operator ()()
|
| H A D | coordinate.cpp | 8 if (!isArray(value) || arrayLength(value) < 2 ) { in operator ()()
|
| H A D | source.cpp | 145 if (!isArray(*coordinatesValue) || arrayLength(*coordinatesValue) != 4) { in convertImageSource()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/ |
| H A D | literal.cpp | 39 const auto length = arrayLength(value); in parseValue() 72 if (arrayLength(value) != 2) { in parse() 73 …expression requires exactly one argument, but found " + util::toString(arrayLength(value) - 1) + "… in parse()
|
| H A D | interpolate.cpp | 82 auto length = arrayLength(value); in parseInterpolate() 90 if (!isArray(interp) || arrayLength(interp) == 0) { in parseInterpolate() 102 if (arrayLength(interp) == 2) { in parseInterpolate() 115 if (arrayLength(interp) == 5) { in parseInterpolate()
|
| H A D | let.cpp | 29 std::size_t length = arrayLength(value); in parse() 92 if (arrayLength(value_) != 2 || !toString(arrayMember(value_, 1))) { in parse()
|
| H A D | is_expression.cpp | 18 if (!isArray(value) || arrayLength(value) == 0) return false; in isExpression()
|
| H A D | at.cpp | 51 std::size_t length = arrayLength(value); in parse()
|
| H A D | length.cpp | 46 std::size_t length = arrayLength(value); in parse()
|
| H A D | coalesce.cpp | 44 auto length = arrayLength(value); in parse()
|
| H A D | match.cpp | 227 auto length = arrayLength(value); in parseMatch() 258 auto groupLength = arrayLength(label); in parseMatch()
|
| H A D | boolean_operator.cpp | 68 auto length = arrayLength(value); in parseBooleanOp()
|
| H A D | array_assertion.cpp | 38 auto length = arrayLength(value); in parse()
|
| H A D | assertion.cpp | 25 std::size_t length = arrayLength(value); in parse()
|
| H A D | case.cpp | 54 auto length = arrayLength(value); in parse()
|
| H A D | collator_expression.cpp | 22 if (arrayLength(value) != 2) { in parse()
|
| H A D | equals.cpp | 69 std::size_t length = arrayLength(value); in parse()
|
| H A D | coercion.cpp | 99 std::size_t length = arrayLength(value); in parse()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/ |
| H A D | conversion.hpp | 133 friend inline std::size_t arrayLength(const Convertible& v) { in arrayLength() function 135 return v.vtable->arrayLength(v.storage); in arrayLength() 208 std::size_t (*arrayLength) (const Storage&); member 253 return Traits::arrayLength(reinterpret_cast<const T&>(s)); in vtableForType()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/conversion/ |
| H A D | constant.hpp | 58 if (!isArray(value) || arrayLength(value) != N) { in operator ()()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/ |
| H A D | rapidjson_conversion.hpp | 24 static std::size_t arrayLength(const JSValue* value) { in arrayLength() function in mbgl::style::conversion::ConversionTraits
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/ |
| H A D | qt_conversion.hpp | 27 static std::size_t arrayLength(const QVariant& value) { in arrayLength() function in mbgl::style::conversion::ConversionTraits
|