Searched refs:needs_comma (Results 1 – 3 of 3) sorted by relevance
29 bool needs_comma = false; \32 if (needs_comma) \35 needs_comma = true;37 if (needs_comma) \40 needs_comma = true;
853 let mut needs_comma = false; in write_rust_function_decl_impl() localVariable863 needs_comma = true; in write_rust_function_decl_impl()866 if needs_comma { in write_rust_function_decl_impl()870 needs_comma = true; in write_rust_function_decl_impl()873 if needs_comma { in write_rust_function_decl_impl()884 needs_comma = true; in write_rust_function_decl_impl()887 if needs_comma { in write_rust_function_decl_impl()1016 let mut needs_comma = false; in write_rust_function_shim_impl() localVariable1019 needs_comma = true; in write_rust_function_shim_impl()1022 if needs_comma { in write_rust_function_shim_impl()[all …]
467 bool needs_comma; in AppendAsTraceFormat() member499 if (state_stack[current_state_index].needs_comma) in AppendAsTraceFormat()557 state_stack[current_state_index].needs_comma = true; in AppendAsTraceFormat()