Home
last modified time | relevance | path

Searched defs:SessionStateConvertableProxy (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/trace_event/
Dmemory_dump_manager.cc72 struct SessionStateConvertableProxy : public ConvertableToTraceFormat { struct
73 using GetterFunctPtr = T* (MemoryDumpSessionState::*)() const;
75 SessionStateConvertableProxy( in SessionStateConvertableProxy() argument
80 void AppendAsTraceFormat(std::string* out) const override { in AppendAsTraceFormat()
84 void EstimateTraceMemoryOverhead( in EstimateTraceMemoryOverhead()
90 scoped_refptr<MemoryDumpSessionState> session_state;
91 GetterFunctPtr const getter_function;