Searched refs:funcArgs_ (Results 1 – 4 of 4) sorted by relevance
94 funcArgs_(point.funcArgs_) in TracePoint()111 funcArgs_ = point.funcArgs_;126 std::string funcArgs_ = ""; variable
97 if (HandleFrameSliceBeginEvent(point.funcPrefixId_, index, point.funcArgs_, line)) { in ParseBeginEvent()242 outPoint.funcArgs_ = outPoint.name_.substr(space + 1); in HandlerB()
144 point.funcArgs_ = invalidFuncArgs[i];145 point.name_ = point.funcPrefix_ + " " + point.funcArgs_;158 point.funcArgs_ = validFuncArgs[i];159 point.name_ = point.funcPrefix_ + " " + point.funcArgs_;
76 if (!std::regex_search(point.funcArgs_, matcheLine, screenSizePattern)) { in UpdateDeviceScreenSize()105 auto infos = SplitStringToVec(point.funcArgs_, ": "); in BeginDynamicFrameEvent()