Lines Matching defs:num_args
88 // int num_args,
103 // int num_args,
460 const char* scope, uint64_t id, uint64_t bind_id, int32_t num_args,
464 if (num_args > 0 && arg_types[0] == TRACE_VALUE_TYPE_CONVERTABLE) {
468 if (num_args > 1 && arg_types[1] == TRACE_VALUE_TYPE_CONVERTABLE) {
472 // DCHECK(num_args, 2);
477 bind_id, num_args, arg_names, arg_types,
483 const char* scope, uint64_t id, uint64_t bind_id, int32_t num_args,
487 if (num_args > 0 && arg_types[0] == TRACE_VALUE_TYPE_CONVERTABLE) {
491 if (num_args > 1 && arg_types[1] == TRACE_VALUE_TYPE_CONVERTABLE) {
495 // DCHECK_LE(num_args, 2);
500 phase, category_group_enabled, name, scope, id, bind_id, num_args,
505 const uint8_t* category_group_enabled, const char* name, int32_t num_args,
509 if (num_args > 0 && arg_types[0] == TRACE_VALUE_TYPE_CONVERTABLE) {
513 if (num_args > 1 && arg_types[1] == TRACE_VALUE_TYPE_CONVERTABLE) {
521 category_group_enabled, name, num_args, arg_names, arg_types, arg_values,
599 const int num_args = 1;
604 phase, category_group_enabled, name, scope, id, bind_id, num_args,
614 const int num_args = 2;
623 phase, category_group_enabled, name, scope, id, bind_id, num_args,
641 const int num_args = 1;
646 phase, category_group_enabled, name, scope, id, bind_id, num_args,
656 const int num_args = 2;
665 phase, category_group_enabled, name, scope, id, bind_id, num_args,
673 const int num_args = 1;
678 category_group_enabled, name, num_args, &arg1_name, &arg_type, &arg_value,