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