Searched defs:SetTraceValue (Results 1 - 2 of 2) sorted by relevance

/external/libchrome/base/trace_event/
H A Dtrace_event.h453 // Define SetTraceValue for each allowed type. It stores the type and
460 static inline void SetTraceValue( \
472 static inline void SetTraceValue( \
503 // std::string version of SetTraceValue so that trace arguments can be strings.
504 static inline void SetTraceValue(const std::string& arg, function in namespace:trace_event_internal
513 // base::Time, base::TimeTicks, etc. versions of SetTraceValue to make it easier
515 static inline void SetTraceValue(const base::Time arg, function in namespace:trace_event_internal
522 static inline void SetTraceValue(const base::TimeTicks arg, function in namespace:trace_event_internal
529 static inline void SetTraceValue(const base::ThreadTicks arg, function in namespace:trace_event_internal
583 SetTraceValue(arg1_va
[all...]
/external/webrtc/webrtc/base/
H A Dtrace_event.h756 // Define SetTraceValue for each allowed type. It stores the type and
762 static inline void SetTraceValue(actual_type arg, \
773 static inline void SetTraceValue(actual_type arg, \
802 // std::string version of SetTraceValue so that trace arguments can be strings.
803 static inline void SetTraceValue(const std::string& arg, function in namespace:webrtc::trace_event_internal
840 SetTraceValue(arg1_val, &arg_types[0], &arg_values[0]);
861 SetTraceValue(arg1_val, &arg_types[0], &arg_values[0]);
862 SetTraceValue(arg2_val, &arg_types[1], &arg_values[1]);

Completed in 206 milliseconds