Lines Matching refs:end
68 comm.erase(std::remove(comm.begin(), comm.end(), '\r'), comm.end());
69 comm.erase(std::remove(comm.begin(), comm.end(), '\n'), comm.end());
102 if (it == userSpaceThreadMap_.end()) {
139 for (auto callFrameIt = callFrames.begin() + offset; callFrameIt != callFrames.end(); ++callFrameIt) {
157 if (failedIPs_.find(callFrame.ip_) == failedIPs_.end()) {
160 callFrames.erase(callFrameIt, callFrames.end());
165 callFrames.erase(callFrameIt, callFrames.end());
179 callFrames.erase(callFrameIt, callFrames.end());
270 if (symbolsFiles_.find(fileName) != symbolsFiles_.end()) {
288 if (symbolsFiles_.find(fileName) != symbolsFiles_.end()) {
343 if (ip > map->begin && ip < map->end) {
345 ip, map->begin, map->end, map->name.c_str());
349 if (search != symbolsFiles_.end()) {
373 map->begin, map->end, map->name.c_str());
385 if (symbolsFilesIter != symbolsFiles_.end()) {
432 if (foundSymbolIter != userSymbolCache_.end()) {
517 curMapsIter != mapsCache_.end()) {
519 curMaps->soEnd_ = mapItem->end;
531 if (itFuntion != functionMap_.end()) {
543 if (itFile == fileSet_.end()) {
561 if (offset == 0 && mapsCache_.find(begin) == mapsCache_.end()) {
574 if (curMapsIter != mapsCache_.end()) {
611 curMapItem != mapVec.end(); ++curMapItem) {
612 if (addr >= (*curMapItem)->begin && addr < (*curMapItem)->end) {
625 if (foundSymbolIter != userSymbolCache_.end()) {
636 if (iter == jsUrlMap_.end()) {
646 if (iter == jsUrlMap_.end()) {