Home
last modified time | relevance | path

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

/third_party/grpc/third_party/upb/upb/pb/
Dencoder.c312 static bool encode_tagval(upb_pb_encoder *e, const tag_t *tag) { in encode_tagval() function
373 bool ok = encode_tagval(c, hd) && commit(c) && start_delim(c); in encode_startdelimfield()
389 return (encode_tagval(c, hd) && commit(c)) ? c : UPB_BREAK; in encode_startgroup()
393 return encode_tagval(c, hd) && commit(c); in encode_endgroup()
410 return encode_tagval(e, hd) && encode(e, (convert)(val)) && commit(e); \