Searched refs:V1FlowId (Results 1 – 2 of 2) sorted by relevance
61 struct V1FlowId { struct66 bool operator==(const V1FlowId& o) const { argument72 size_t operator()(const V1FlowId& c) const { in operator()84 std::unordered_map<V1FlowId, FlowId, V1FlowIdHasher>;85 using FlowIdToV1FlowId = std::unordered_map<FlowId, V1FlowId>;
104 V1FlowId v1_flow_id = {source_id, cat, name}; in GetFlowIdForV1Event()