Searched defs:expectedCount (Results 1 – 2 of 2) sorted by relevance
47 …d::string> SplitStringToVec(const std::string &str, const std::string &pat, uint32_t expectedCount) in SplitStringToVec()
267 uint32_t expectedCount = isAsynEvent ? PARSER_ASYNC_SUM : PARSER_SYNC_SUM; in ParseSplitTraceMetaData() local