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

/external/v8/src/tracing/
H A Dtrace-event.h436 // Define SetTraceValue for each allowed type. It stores the type and
441 static V8_INLINE void SetTraceValue(actual_type arg, unsigned char* type, \
450 static V8_INLINE void SetTraceValue(actual_type arg, unsigned char* type, \
476 static V8_INLINE void SetTraceValue(ConvertableToTraceFormat* convertable_value, function in namespace:v8::internal::tracing
485 SetTraceValue(std::unique_ptr<T> ptr, unsigned char* type, uint64_t* value) { function in namespace:v8::internal::tracing
486 SetTraceValue(ptr.release(), type, value);
513 SetTraceValue(std::forward<ARG1_TYPE>(arg1_val), &arg_type, &arg_value);
529 SetTraceValue(std::forward<ARG1_TYPE>(arg1_val), &arg_types[0],
531 SetTraceValue(std::forward<ARG2_TYPE>(arg2_val), &arg_types[1],
/external/libchrome/base/trace_event/
H A Dtrace_event.h591 // Define SetTraceValue for each allowed type. It stores the type and
598 static inline void SetTraceValue( \
610 static inline void SetTraceValue( \
641 // std::string version of SetTraceValue so that trace arguments can be strings.
642 static inline void SetTraceValue(const std::string& arg, function in namespace:trace_event_internal
651 // base::Time, base::TimeTicks, etc. versions of SetTraceValue to make it easier
653 static inline void SetTraceValue(const base::Time arg, function in namespace:trace_event_internal
660 static inline void SetTraceValue(const base::TimeTicks arg, function in namespace:trace_event_internal
667 static inline void SetTraceValue(const base::ThreadTicks arg, function in namespace:trace_event_internal
725 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 115 milliseconds