Home
last modified time | relevance | path

Searched refs:EatMapStartChar (Results 1 – 4 of 4) sorted by relevance

/dports/irc/smuxi/smuxi-1.1/lib/ServiceStack.Text/src/ServiceStack.Text/Common/
H A DITypeSerializer.cs51 bool EatMapStartChar(string value, ref int i); in EatMapStartChar() method
H A DDeserializeDictionary.cs140 if (!Serializer.EatMapStartChar(value, ref index)) in VerifyAndGetStartIndex()
/dports/irc/smuxi/smuxi-1.1/lib/ServiceStack.Text/src/ServiceStack.Text/Jsv/
H A DJsvTypeSerializer.cs236 public bool EatMapStartChar(string value, ref int i) in EatMapStartChar() method in ServiceStack.Text.Jsv.JsvTypeSerializer
/dports/irc/smuxi/smuxi-1.1/lib/ServiceStack.Text/src/ServiceStack.Text/Json/
H A DJsonTypeSerializer.cs416 public bool EatMapStartChar(string value, ref int i) in EatMapStartChar() method in ServiceStack.Text.Json.JsonTypeSerializer