Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Djson_stream_parser.h113 struct NumberResult { struct
114 enum Type { DOUBLE, INT, UINT };
115 Type type;
116 union {