Home | History | Annotate | Download | only in interface

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:
558 // const unsigned long long* arg_values,
809 // macro, because the arg_values could be temporary objects, such as
811 // through to the tracing API, the arg_values must live throughout
835 unsigned long long arg_values[1];
836 SetTraceValue(arg1_val, &arg_types[0], &arg_values[0]);
839 num_args, &arg1_name, arg_types, arg_values,
856 unsigned long long arg_values[2];
857 SetTraceValue(arg1_val, &arg_types[0], &arg_values[0]);
858 SetTraceValue(arg2_val, &arg_types[1], &arg_values[1]);
861 num_args, arg_names, arg_types, arg_values,