Lines Matching refs:HandleDescription
95 struct HandleDescription { struct
109 HandleDescription(Handle handle): handle_(handle) {} in HandleDescription() function
154 std::map<Handle, HandleDescription> states_;
198 HandleDescription handle_desc{handle}; in Create()
223 HandleDescription& handle_desc = it->second; in StartTracing()
251 HandleDescription& handle_desc = it->second; in ReadTrace()
260 HandleDescription handle_desc{handle}; in Destroy()
264 bool TryDestroy(Handle handle, bool do_destroy, /*out*/HandleDescription* handle_desc_out) { in TryDestroy()
278 HandleDescription& handle_desc = it->second; in TryDestroy()
301 HandleDescription GetOrInferHandleDescription(Handle handle) { in GetOrInferHandleDescription()
306 HandleDescription state{handle}; in GetOrInferHandleDescription()
323 HandleDescription handle_desc{handle}; in OnTraceMessage()
356 std::vector<HandleDescription> handle_list; in OnTraceMessage()
379 for (HandleDescription& handle_desc : handle_list) { in OnTraceMessage()
400 void UpdateHandleDescription(/*inout*/HandleDescription* handle_desc, StateKind kind) { in UpdateHandleDescription()
530 HandleDescription& handle_desc = it->second; in Dump()