Searched defs:PreviewTextInfo (Results 1 – 2 of 2) sorted by relevance
271 struct PreviewTextInfo { struct272 std::optional<std::string> value;273 std::optional<int32_t> offset;275 std::string ToString() const in ToString()
178 struct PreviewTextInfo { struct179 std::string text;180 PreviewRange range;