Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/util/internal/
Djson_stream_parser.h122 struct NumberResult { struct
123 enum Type { DOUBLE, INT, UINT };
124 Type type;
125 union {