Lines Matching defs:num_args
98 // int num_args,
113 // int num_args,
382 const char* scope, uint64_t id, uint64_t bind_id, int32_t num_args,
386 if (num_args > 0 && arg_types[0] == TRACE_VALUE_TYPE_CONVERTABLE) {
390 if (num_args > 1 && arg_types[1] == TRACE_VALUE_TYPE_CONVERTABLE) {
394 DCHECK_LE(num_args, 2);
398 id, bind_id, num_args, arg_names, arg_types,
404 const char* scope, uint64_t id, uint64_t bind_id, int32_t num_args,
408 if (num_args > 0 && arg_types[0] == TRACE_VALUE_TYPE_CONVERTABLE) {
412 if (num_args > 1 && arg_types[1] == TRACE_VALUE_TYPE_CONVERTABLE) {
416 DCHECK_LE(num_args, 2);
420 phase, category_group_enabled, name, scope, id, bind_id, num_args,
488 const int num_args = 1;
493 phase, category_group_enabled, name, scope, id, bind_id, num_args,
503 const int num_args = 2;
512 phase, category_group_enabled, name, scope, id, bind_id, num_args,
530 const int num_args = 1;
535 phase, category_group_enabled, name, scope, id, bind_id, num_args,
545 const int num_args = 2;
554 phase, category_group_enabled, name, scope, id, bind_id, num_args,