Searched refs:old_flag (Results 1 – 3 of 3) sorted by relevance
386 const string old_flag = GMOCK_FLAG(verbose); in TestLogWithSeverity() local399 GMOCK_FLAG(verbose) = old_flag; in TestLogWithSeverity()
205 int old_flag; /* for figuring out valid reserved words */ member2366 ctx->old_flag=0;2421 } else if ( ctx->w == RES_NONE || ! (ctx->old_flag & (1<<r->code))) {2428 ctx->old_flag = r->flag;2429 if (ctx->old_flag & FLAG_END) {3204 if (rcode != 1 && ctx.old_flag != 0) {3210 if (rcode != 1 && ctx.old_flag == 0) {3231 if (ctx.old_flag != 0) {
406 const std::string old_flag = GMOCK_FLAG(verbose); in TestLogWithSeverity() local419 GMOCK_FLAG(verbose) = old_flag; in TestLogWithSeverity()