| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/ |
| H A D | equals.cpp | 15 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 D | parsing_context.cpp | 98 {"==", Equals::parse}, in getExpressionRegistry() 99 {"!=", Equals::parse}, in getExpressionRegistry()
|
| H A D | dsl.cpp | 94 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 D | equals.hpp | 14 class Equals : public Expression { class 16 …Equals(std::unique_ptr<Expression> lhs, std::unique_ptr<Expression> rhs, optional<std::unique_ptr<…
|
| /OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/ |
| H A D | adler32memcpy.h | 28 bool Equals(const AdlerChecksum &other) const;
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/ |
| H A D | video-clear-buffer.rst | 41 - Equals VIDEO_CLEAR_BUFFER for this command.
|
| H A D | video-set-display-format.rst | 41 - Equals VIDEO_SET_DISPLAY_FORMAT for this command.
|
| H A D | video-set-blank.rst | 41 - Equals VIDEO_SET_BLANK for this command.
|
| H A D | video-play.rst | 41 - Equals VIDEO_PLAY for this command.
|
| H A D | video-get-size.rst | 41 - Equals VIDEO_GET_SIZE for this command.
|
| H A D | video-set-streamtype.rst | 41 - Equals VIDEO_SET_STREAMTYPE for this command.
|
| H A D | video-continue.rst | 41 - Equals VIDEO_CONTINUE for this command.
|
| H A D | video-get-capabilities.rst | 41 - Equals VIDEO_GET_CAPABILITIES for this command.
|
| H A D | video-slowmotion.rst | 41 - Equals VIDEO_SLOWMOTION for this command.
|
| H A D | video-fast-forward.rst | 41 - Equals VIDEO_FAST_FORWARD for this command.
|
| H A D | video-stillpicture.rst | 41 - Equals VIDEO_STILLPICTURE for this command.
|
| H A D | video-try-command.rst | 41 - Equals VIDEO_TRY_COMMAND for this command.
|
| H A D | video-get-frame-count.rst | 41 - Equals VIDEO_GET_FRAME_COUNT for this command.
|
| H A D | video-get-status.rst | 41 - Equals VIDEO_GET_STATUS for this command.
|
| H A D | video-set-format.rst | 41 - Equals VIDEO_SET_FORMAT for this command.
|
| H A D | video-stop.rst | 41 - Equals VIDEO_STOP for this command.
|
| H A D | video-freeze.rst | 41 - Equals VIDEO_FREEZE for this command.
|
| H A D | video-get-pts.rst | 41 - Equals VIDEO_GET_PTS for this command.
|
| H A D | video-select-source.rst | 41 - Equals VIDEO_SELECT_SOURCE for this command.
|
| H A D | video-command.rst | 41 - Equals VIDEO_COMMAND for this command.
|