Home
last modified time | relevance | path

Searched refs:mTagCtx (Results 1 – 2 of 2) sorted by relevance

/dports/databases/akonadi/akonadi-21.12.3/src/private/
H A Dprotocol.cpp549 mTagCtx = id; in ScopeContext()
558 mTagCtx = ctx; in ScopeContext()
566 return mColCtx == other.mColCtx && mTagCtx == other.mTagCtx; in operator ==()
601 vType = context.mTagCtx.type(); in operator <<()
604 stream << context.mTagCtx.toLongLong(); in operator <<()
606 stream << context.mTagCtx.toString(); in operator <<()
H A Dprotocol_p.h470 return mColCtx.isNull() && mTagCtx.isNull(); in Q_DECLARE_OPERATORS_FOR_FLAGS()
508 QVariant mTagCtx; in Q_DECLARE_OPERATORS_FOR_FLAGS() local
512 return type == Collection ? mColCtx : type == Tag ? mTagCtx : QVariant(); in Q_DECLARE_OPERATORS_FOR_FLAGS()
520 mTagCtx = v; in Q_DECLARE_OPERATORS_FOR_FLAGS()