HomeSort by relevance Sort by last modified time
    Searched defs:ConvertableToTraceFormat (Results 1 - 2 of 2) sorted by null

  /external/v8/include/
v8-platform.h 42 class ConvertableToTraceFormat {
44 virtual ~ConvertableToTraceFormat() = default;
190 std::unique_ptr<ConvertableToTraceFormat>* arg_convertables,
  /external/libchrome/base/trace_event/
trace_event_impl.h 47 class BASE_EXPORT ConvertableToTraceFormat {
49 ConvertableToTraceFormat() {}
50 virtual ~ConvertableToTraceFormat() {}
67 DISALLOW_COPY_AND_ASSIGN(ConvertableToTraceFormat);
110 std::unique_ptr<ConvertableToTraceFormat>* convertable_values,
166 std::unique_ptr<ConvertableToTraceFormat>

Completed in 4270 milliseconds