Searched refs:XFlow (Results 1 – 1 of 1) sorted by relevance
255 class XFlow {264 XFlow(uint64 flow_id, FlowDirection direction) in XFlow() function273 static XFlow FromStatValue(uint64 encoded) { return XFlow(encoded); } in FromStatValue()279 explicit XFlow(uint64 encoded) : encoded_(encoded) {} in XFlow() function