Home
last modified time | relevance | path

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

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