Home
last modified time | relevance | path

Searched refs:ReplyTypeId (Results 1 – 4 of 4) sorted by relevance

/dports/net-im/libquotient/libQuotient-0.6.8/lib/events/
H A Droommessageevent.h99 static constexpr const char* ReplyTypeId() { return "m.in_reply_to"; } in ReplyTypeId() function
106 return { RelatesTo::ReplyTypeId(), std::move(eventId) }; in replyTo()
H A Droommessageevent.cpp297 const auto replyJson = jo.value(RelatesTo::ReplyTypeId()).toObject(); in fromJson()
341 relatesTo->type == RelatesTo::ReplyTypeId() ? in fillJson()
/dports/net-im/spectral/libQuotient-58dfe74390ebdd8ec6611d3b8fecfe7d051ff955/lib/events/
H A Droommessageevent.h99 static constexpr const char* ReplyTypeId() { return "m.in_reply_to"; } in ReplyTypeId() function
106 return { RelatesTo::ReplyTypeId(), std::move(eventId) }; in replyTo()
H A Droommessageevent.cpp297 const auto replyJson = jo.value(RelatesTo::ReplyTypeId()).toObject(); in fromJson()