Home
last modified time | relevance | path

Searched defs:JsonToken (Results 1 – 1 of 1) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/
DJsonToken.cs37 internal sealed class JsonToken : IEquatable<JsonToken> class
101 private JsonToken(TokenType type, string stringValue = null, double numberValue = 0) in JsonToken() method in Google.Protobuf.JsonToken