Searched refs:HandleDescription (Results 1 – 1 of 1) sorted by relevance
95 struct HandleDescription { struct109 HandleDescription(Handle handle): handle_(handle) {} in HandleDescription() argument154 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()[all …]