Home | History | Annotate | Download | only in base

Lines Matching refs:arg_values

125 //        The |arg_values|, when used, are always deep copied with the _COPY
129 // const char* arg_values are only referenced by default:
135 // std::string arg_values are always copied:
562 // const unsigned long long* arg_values,
813 // macro, because the arg_values could be temporary objects, such as
815 // through to the tracing API, the arg_values must live throughout
839 unsigned long long arg_values[1];
840 SetTraceValue(arg1_val, &arg_types[0], &arg_values[0]);
843 num_args, &arg1_name, arg_types, arg_values,
860 unsigned long long arg_values[2];
861 SetTraceValue(arg1_val, &arg_types[0], &arg_values[0]);
862 SetTraceValue(arg2_val, &arg_types[1], &arg_values[1]);
865 num_args, arg_names, arg_types, arg_values,