Home
last modified time | relevance | path

Searched refs:VALUE_SEPARATOR (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/util/internal/
Djson_stream_parser.h98 VALUE_SEPARATOR, // , enumerator
Djson_stream_parser.cc585 if (type == VALUE_SEPARATOR) { in ParseObjectMid()
691 if (type == VALUE_SEPARATOR) { in ParseArrayMid()
805 if (*data == ',') return VALUE_SEPARATOR; in GetNextTokenType()