Home
last modified time | relevance | path

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

/external/protobuf/php/ext/google/protobuf/
Dupb.c11231 bool first_elem_[UPB_MAX_HANDLER_DEPTH * 2]; member
11258 if (!p->first_elem_[p->depth_]) { in print_comma()
11261 p->first_elem_[p->depth_] = false; in print_comma()
11509 p->first_elem_[p->depth_] = true; in start_frame()
11543 p->first_elem_[p->depth_] = true; in startseq()
11560 p->first_elem_[p->depth_] = true; in startmap()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c12029 bool first_elem_[UPB_MAX_HANDLER_DEPTH * 2]; member
12075 if (!p->first_elem_[p->depth_]) { in print_comma()
12078 p->first_elem_[p->depth_] = false; in print_comma()
12326 p->first_elem_[p->depth_] = true; in start_frame()
12360 p->first_elem_[p->depth_] = true; in startseq()
12377 p->first_elem_[p->depth_] = true; in startmap()