Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/util/internal/
Djson_stream_parser.cc80 static bool ConsumeKey(StringPiece* input, StringPiece* key) { in ConsumeKey() function
761 if (!ConsumeKey(&p_, &key_)) { in ParseKey()