Home
last modified time | relevance | path

Searched refs:CurrentStart (Results 1 – 8 of 8) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.Razor/Tokenizer/
H A DTokenizer.cs67 protected SourceLocation CurrentStart { get; private set; } property in System.Web.Razor.Tokenizer.Tokenizer
118 CurrentStart = CurrentLocation; in StartSymbol()
124 return EndSymbol(CurrentStart, type); in EndSymbol()
141 … if (previous.Start.AbsoluteIndex + previous.Content.Length != CurrentStart.AbsoluteIndex) in ResumeSymbol()
147 CurrentStart = previous.Start; in ResumeSymbol()
H A DCSharpTokenizer.cs266 …entErrors.Add(new RazorError(RazorResources.ParseError_Unterminated_String_Literal, CurrentStart)); in VerbatimStringLiteral()
282 …entErrors.Add(new RazorError(RazorResources.ParseError_Unterminated_String_Literal, CurrentStart)); in QuotedLiteral()
297 …entErrors.Add(new RazorError(RazorResources.ParseError_BlockComment_Not_Terminated, CurrentStart)); in BlockComment()
421 sym = new CSharpSymbol(CurrentStart, Buffer.ToString(), type) { Keyword = kwd }; in Identifier()
H A DVBTokenizer.cs358 …VBSymbol sym = new VBSymbol(CurrentStart, Buffer.ToString(), keyword == null ? VBSymbolType.Identi… in Identifier()
/dports/multimedia/mxflib/mxflib-1.0.1/mxflib/
H A Desp_mpeg2ves.cpp600 Position CurrentStart = CurrentPos; in ReadInternal() local
750 FileSeek(InFile, CurrentStart); in ReadInternal()
752 Length Ret = CurrentPos - CurrentStart; in ReadInternal()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/ssl/src/
H A Ddtls_handshake.erl478 CurrentStart = PreviousOffSet + PreviousLen - CurrentOffSet,
479 <<_:CurrentStart/bytes, Data/binary>> = CurrentData,
481 fragment_length = PreviousLen + CurrentLen - CurrentStart,
/dports/cad/leocad/leocad-21.06/common/
H A Dlc_view.cpp3587 const lcVector3& CurrentStart = Points[0]; in OnMouseMove() local
3616 …lcClosestPointsBetweenLines(Center, Center + Direction, CurrentStart, CurrentEnd, &Intersection, n… in OnMouseMove()
3640 if (lcLineSegmentPlaneIntersection(&Intersection, CurrentStart, CurrentEnd, Plane)) in OnMouseMove()
3669 …lcClosestPointsBetweenLines(Center, Center + Direction, CurrentStart, CurrentEnd, &Intersection, n… in OnMouseMove()
3702 if (lcLineSegmentPlaneIntersection(&Intersection, CurrentStart, CurrentEnd, Plane)) in OnMouseMove()
3812 const lcVector3& CurrentStart = Points[0]; in OnMouseMove() local
3822 …if (!lcLineSegmentPlaneIntersection(&Intersection, CurrentStart, CurrentEnd, Plane) || !lcLineSegm… in OnMouseMove()
3827 …if (!lcLineSegmentPlaneIntersection(&Intersection, CurrentStart, CurrentEnd, Plane) || !lcLineSegm… in OnMouseMove()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/mono/
H A DSystem.Web.Razor.cs1260 …protected System.Web.Razor.Text.SourceLocation CurrentStart { [System.Runtime.CompilerServices.Com… property in System.Web.Razor.Tokenizer.Tokenizer
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.Web.Razor.cs1262 …protected System.Web.Razor.Text.SourceLocation CurrentStart { [System.Runtime.CompilerServices.Com… property in System.Web.Razor.Tokenizer.Tokenizer