Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/
H A Dundefined.hpp6 class Undefined {}; class
8 inline bool operator==(const Undefined&, const Undefined&) { return true; } in operator ==()
9 inline bool operator!=(const Undefined&, const Undefined&) { return false; } in operator !=()
H A Ddata_driven_property_value.hpp41 [] (const Undefined&) { return false; }, in isDataDriven()
49 [] (const Undefined&) { return true; }, in isZoomConstant()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeosatelliteinfo.h59 Undefined = 0x00, enumerator
H A Dqlocationdata_simulator_p.h104 Undefined = 0x00, enumerator
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dparser.cpp282 [&] (Undefined) { in fontStacks() argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Dstringify.hpp135 void stringify(Writer& writer, const Undefined&) { in stringify()
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dhdsp.h35 Undefined, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sound/
H A Dhdsp.h33 Undefined, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sound/
H A Dhdsp.h33 Undefined, enumerator
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dsymbol_program.hpp142 …ConstantSymbolSizeBinder(const float /*tileZoom*/, const style::Undefined&, const float defaultVal… in ConstantSymbolSizeBinder()
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Demulate.c141 #define Undefined (1<<25) /* No Such Instruction */ macro