Searched refs:NextImpl (Results 1 - 1 of 1) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf/ | ||
H A D | JsonTokenizer.cs | 105 /// <remarks>This implementation provides single-token buffering, and calls <see cref="NextImpl"/> if there is no buffered token.</remarks> 119 tokenToReturn = NextImpl(); in Next() 138 protected abstract JsonToken NextImpl(); in NextImpl() method in Google.Protobuf.JsonTokenizer 184 protected override JsonToken NextImpl() in NextImpl() method in Google.Protobuf.JsonTokenizer.JsonReplayTokenizer 220 protected override JsonToken NextImpl() in NextImpl() method in Google.Protobuf.JsonTokenizer.JsonTextTokenizer |
Completed in 2 milliseconds