Home
last modified time | relevance | path

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

/external/pigweed/pw_protobuf/
Ddecoder.cc158 Status Decoder::ConsumeKey(WireType expected_type) { in ConsumeKey() function in pw::protobuf::Decoder
/external/protobuf/src/google/protobuf/util/internal/
Djson_stream_parser.cc83 static bool ConsumeKey(StringPiece* input, StringPiece* key) { in ConsumeKey() function