Home
last modified time | relevance | path

Searched refs:needs_comma (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/ipc/
Dparam_traits_log_macros.h29 bool needs_comma = false; \
32 if (needs_comma) \
35 needs_comma = true;
37 if (needs_comma) \
40 needs_comma = true;
/external/rust/cxx/gen/src/
Dwrite.rs853 let mut needs_comma = false; in write_rust_function_decl_impl() localVariable
863 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() localVariable
1019 needs_comma = true; in write_rust_function_shim_impl()
1022 if needs_comma { in write_rust_function_shim_impl()
[all …]
/external/libchrome/base/trace_event/
Dtrace_event_argument.cc467 bool needs_comma; in AppendAsTraceFormat() member
499 if (state_stack[current_state_index].needs_comma) in AppendAsTraceFormat()
557 state_stack[current_state_index].needs_comma = true; in AppendAsTraceFormat()