Home
last modified time | relevance | path

Searched refs:EatValue (Results 1 – 9 of 9) sorted by relevance

/dports/irc/smuxi/smuxi-1.1/lib/ServiceStack.Text/src/ServiceStack.Text/Common/
H A DDeserializeDictionary.cs70 var elementValue = Serializer.EatValue(value, ref index); in ParseStringDictionary()
105 var elementValue = Serializer.EatValue(value, ref index); in ParseDictionary()
H A DDeserializeListWithElements.cs78 var elementValue = Serializer.EatValue(value, ref i); in ParseStringList()
138 var elementValue = Serializer.EatValue(value, ref i); in ParseGenericList()
H A DDeserializeType.cs90 var typeName = Serializer.EatValue(strType, ref propIndex); in ExtractType()
133 var typeName = Serializer.EatValue(strType, ref propIndex); in ExtractType()
H A DITypeSerializer.cs54 string EatValue(string value, ref int i); in EatValue() method
H A DDeserializeTypeRefJsv.cs39 var propertyValueStr = Serializer.EatValue(strType, ref index); in StringToType()
H A DDeserializeTypeRefJson.cs40 var propertyValueStr = Serializer.EatValue(strType, ref index); in StringToType()
H A DDeserializeArray.cs86 var elementValue = Serializer.EatValue(value, ref i); in ParseGenericArray()
/dports/irc/smuxi/smuxi-1.1/lib/ServiceStack.Text/src/ServiceStack.Text/Jsv/
H A DJsvTypeSerializer.cs233 return EatValue(value, ref i); in EatTypeValue()
310 public string EatValue(string value, ref int i) in EatValue() method in ServiceStack.Text.Jsv.JsvTypeSerializer
/dports/irc/smuxi/smuxi-1.1/lib/ServiceStack.Text/src/ServiceStack.Text/Json/
H A DJsonTypeSerializer.cs413 return EatValue(value, ref i); in EatTypeValue()
453 public string EatValue(string value, ref int i) in EatValue() method in ServiceStack.Text.Json.JsonTypeSerializer