Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dassertion.cpp54 if (!type::checkSubtype(getType(), typeOf(*value))) { in evaluate()
59 ", but found " + toString(typeOf(*value)) + " instead." in evaluate()
H A Dlength.cpp24 … { "Expected value to be of type string or array, but found " + toString(typeOf(*value)) + " inste… in evaluate()
H A Dinterpolate.cpp64 ", but found " + toString(typeOf(*lower)) + " instead." in evaluate()
71 ", but found " + toString(typeOf(*upper)) + " instead." in evaluate()
H A Darray_assertion.cpp15 type::Type actual = typeOf(*result); in evaluate()
H A Dliteral.cpp87 auto type = typeOf(*parsedValue).template get<type::Array>(); in parse()
H A Dvalue.cpp9 type::Type typeOf(const Value& value) { in typeOf() function
21 const type::Type t = typeOf(item); in typeOf()
H A Dcompound_expression.cpp305 define("typeof", [](const Value& v) -> Result<std::string> { return toString(typeOf(v)); }); in initializeDefinitions()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Dliteral.hpp16 : Expression(Kind::Literal, typeOf(value_)) in Literal()
H A Dvalue.hpp48 type::Type typeOf(const Value& value);
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dqunit-1.18.0.js136 objType=objType||this.typeOf(obj);parser=this.parsers[objType];parserType=typeof parser;if(parserTy…
137 return(parserType==="string")?parser:this.parsers.error;},typeOf:function(obj){var type;if(obj===nu… method