Home
last modified time | relevance | path

Searched refs:encode_tag (Results 1 - 1 of 1) sorted by relevance

/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c8292 static bool encode_tag(upb_pb_encoder *e, const tag_t *tag) { in encode_tag() function
8353 bool ok = encode_tag(c, hd) && commit(c) && start_delim(c); in encode_startdelimfield()
8369 return (encode_tag(c, hd) && commit(c)) ? c : UPB_BREAK; in encode_startgroup()
8373 return encode_tag(c, hd) && commit(c); in encode_endgroup()
8390 return encode_tag(e, hd) && encode(e, (convert)(val)) && commit(e); \

Completed in 21 milliseconds