Lines Matching defs:first
2483 /* Load first since we are deleting block. */
2530 * So swap first if they are backwards. */
5025 "for proto3, the first enum value must be zero (%s)",
7294 /* Scan looking for "@type", which is not necessarily first. */
7756 static void jsonenc_putsep(jsonenc *e, const char *str, bool *first) {
7757 if (*first) {
7758 *first = false;
7789 bool first = true;
7797 jsonenc_putsep(e, ",", &first);
7811 bool first = true;
7820 jsonenc_putsep(e, ",", &first);
7836 bool first = true;
7845 jsonenc_putsep(e, ",", &first);
7997 bool first = true;
8002 jsonenc_putsep(e, ",", &first);
8014 bool first = true;
8019 jsonenc_putsep(e, ",", &first);
8028 upb_msgval val, bool *first) {
8037 jsonenc_putsep(e, ",", first);
8053 bool first = true;
8061 jsonenc_fieldval(e, f, upb_msg_get(msg, f), &first);
8067 jsonenc_fieldval(e, f, val, &first);