Home
last modified time | relevance | path

Searched refs:firstSpan (Results 1 - 2 of 2) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/
H A DSegmentedBufferHelper.cs71 public static void Initialize(ReadOnlySequence<byte> sequence, out SegmentedBufferHelper instance, out ReadOnlySpan<byte> firstSpan) in Initialize()
76 firstSpan = sequence.First.Span; in Initialize()
77 instance.totalLength = firstSpan.Length; in Initialize()
85 // set firstSpan to the first segment in Initialize()
87 firstSpan = instance.readOnlySequenceEnumerator.Current.Span; in Initialize()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp2485 auto&& firstSpan = spanNodes.front()->GetSpanItem();
2486 auto paraStart = firstSpan->position - static_cast<int32_t>(StringUtils::ToWstring(firstSpan->content).length());

Completed in 17 milliseconds