Home
last modified time | relevance | path

Searched refs:Equals (Results 1 – 25 of 30) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dequals.cpp15 Equals::Equals(std::unique_ptr<Expression> lhs_, std::unique_ptr<Expression> rhs_, optional<std::un… in Equals() function in mbgl::style::expression::Equals
16 : Expression(Kind::Equals, type::Boolean), in Equals()
25 EvaluationResult Equals::evaluate(const EvaluationContext& params) const { in evaluate()
47 void Equals::eachChild(const std::function<void(const Expression&)>& visit) const { in eachChild()
55 bool Equals::operator==(const Expression& e) const { in operator ==()
56 if (e.getKind() == Kind::Equals) { in operator ==()
57 auto eq = static_cast<const Equals*>(&e); in operator ==()
63 std::vector<optional<Value>> Equals::possibleOutputs() const { in possibleOutputs()
68 ParseResult Equals::parse(const Convertible& value, ParsingContext& ctx) { in parse()
108 …return ParseResult(std::make_unique<Equals>(std::move(*lhs), std::move(*rhs), std::move(collatorPa… in parse()
H A Dparsing_context.cpp98 {"==", Equals::parse}, in getExpressionRegistry()
99 {"!=", Equals::parse}, in getExpressionRegistry()
H A Ddsl.cpp94 return std::make_unique<Equals>(std::move(lhs), std::move(rhs), nullopt, false); in eq()
99 return std::make_unique<Equals>(std::move(lhs), std::move(rhs), nullopt, true); in ne()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Dequals.hpp14 class Equals : public Expression { class
16Equals(std::unique_ptr<Expression> lhs, std::unique_ptr<Expression> rhs, optional<std::unique_ptr<…
/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Dadler32memcpy.h28 bool Equals(const AdlerChecksum &other) const;
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/
H A Dvideo-clear-buffer.rst41 - Equals VIDEO_CLEAR_BUFFER for this command.
H A Dvideo-set-display-format.rst41 - Equals VIDEO_SET_DISPLAY_FORMAT for this command.
H A Dvideo-set-blank.rst41 - Equals VIDEO_SET_BLANK for this command.
H A Dvideo-play.rst41 - Equals VIDEO_PLAY for this command.
H A Dvideo-get-size.rst41 - Equals VIDEO_GET_SIZE for this command.
H A Dvideo-set-streamtype.rst41 - Equals VIDEO_SET_STREAMTYPE for this command.
H A Dvideo-continue.rst41 - Equals VIDEO_CONTINUE for this command.
H A Dvideo-get-capabilities.rst41 - Equals VIDEO_GET_CAPABILITIES for this command.
H A Dvideo-slowmotion.rst41 - Equals VIDEO_SLOWMOTION for this command.
H A Dvideo-fast-forward.rst41 - Equals VIDEO_FAST_FORWARD for this command.
H A Dvideo-stillpicture.rst41 - Equals VIDEO_STILLPICTURE for this command.
H A Dvideo-try-command.rst41 - Equals VIDEO_TRY_COMMAND for this command.
H A Dvideo-get-frame-count.rst41 - Equals VIDEO_GET_FRAME_COUNT for this command.
H A Dvideo-get-status.rst41 - Equals VIDEO_GET_STATUS for this command.
H A Dvideo-set-format.rst41 - Equals VIDEO_SET_FORMAT for this command.
H A Dvideo-stop.rst41 - Equals VIDEO_STOP for this command.
H A Dvideo-freeze.rst41 - Equals VIDEO_FREEZE for this command.
H A Dvideo-get-pts.rst41 - Equals VIDEO_GET_PTS for this command.
H A Dvideo-select-source.rst41 - Equals VIDEO_SELECT_SOURCE for this command.
H A Dvideo-command.rst41 - Equals VIDEO_COMMAND for this command.

12