Home
last modified time | relevance | path

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

/external/protobuf/php/ext/google/protobuf/
Dupb.c8717 static bool start_delim(upb_pb_encoder *e) { in start_delim() function
8874 bool ok = encode_tag(c, hd) && commit(c) && start_delim(c); in encode_startdelimfield()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c9428 static bool start_delim(upb_pb_encoder *e) { in start_delim() function
9585 bool ok = encode_tag(c, hd) && commit(c) && start_delim(c); in encode_startdelimfield()