Searched defs:PreviewTextRecord (Results 1 – 1 of 1) sorted by relevance
152 struct PreviewTextRecord { struct153 int32_t startOffset = INVALID_VALUE;154 int32_t endOffset = INVALID_VALUE;155 bool isPreviewTextInputting = false;156 std::string previewContent;157 std::string newPreviewContent;158 bool hasDiff = false;159 PreviewRange replacedRange;161 std::string ToString() const in ToString()172 void Reset() in Reset()[all …]