Searched refs:Coalesce (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/ |
| H A D | coalesce.cpp | 8 EvaluationResult Coalesce::evaluate(const EvaluationContext& params) const { in evaluate() 17 void Coalesce::eachChild(const std::function<void(const Expression&)>& visit) const { in eachChild() 23 bool Coalesce::operator==(const Expression& e) const { in operator ==() 24 if (e.getKind() == Kind::Coalesce) { in operator ==() 25 auto rhs = static_cast<const Coalesce*>(&e); in operator ==() 31 std::vector<optional<Value>> Coalesce::possibleOutputs() const { in possibleOutputs() 42 ParseResult Coalesce::parse(const Convertible& value, ParsingContext& ctx) { in parse() 56 Coalesce::Args args; in parse() 80 …return ParseResult(std::make_unique<Coalesce>(needsAnnotation ? type::Value : *outputType, std::mo… in parse()
|
| H A D | find_zoom_curve.cpp | 23 case Kind::Coalesce: { in findZoomCurve() 24 auto coalesce = static_cast<const Coalesce*>(e); in findZoomCurve()
|
| H A D | parsing_context.cpp | 106 {"coalesce", Coalesce::parse}, in getExpressionRegistry()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/ |
| H A D | coalesce.hpp | 14 class Coalesce : public Expression { class 17 Coalesce(const type::Type& type_, Args args_) : in Coalesce() function in mbgl::style::expression::Coalesce 18 Expression(Kind::Coalesce, type_), in Coalesce()
|
| H A D | expression.hpp | 118 Coalesce, enumerator
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | region.c | 466 #define Coalesce(newReg, prevBand, curBand) \ macro 699 Coalesce(newReg, prevBand, curBand); in RegionOp() 711 Coalesce(newReg, prevBand, curBand); in RegionOp() 729 Coalesce(newReg, prevBand, curBand); in RegionOp() 756 Coalesce(newReg, prevBand, curBand); in RegionOp() 766 Coalesce(newReg, prevBand, curBand); in RegionOp() 1236 Coalesce(reg, rit->prevBand, rit->curBand); in RegionValidate() 1275 Coalesce(reg, rit->prevBand, rit->curBand); in RegionValidate()
|
| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/stmicro/ |
| H A D | stmmac.rst | 78 - Programmable TX and RX Watchdog and Coalesce Settings
|