Searched defs:SliceInfo (Results 1 – 3 of 3) sorted by relevance
94 struct SliceInfo { struct95 SliceInfo(uint64_t tsBegin, uint64_t tsEnd, const std::string &traceid) in SliceInfo() function97 uint64_t tsBegin_ = INVALID_UINT64;98 uint64_t tsEnd_ = INVALID_UINT64;99 std::string traceid_;
153 struct SliceInfo { struct157 std::unordered_map<FilterId, std::vector<SliceInfo>> argsSet_ = {}; argument
24 message SliceInfo { message