HomeSort by: relevance | last modified time | path
    Searched defs:Snippets (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
SourceCoverageViewHTML.cpp 505 // 1. Split the line into N+1 snippets, where N = |Segments|. The first
510 SmallVector<std::string, 8> Snippets;
515 Snippets.push_back(std::string(Line.substr(Start, Len)));
527 // 2. Escape all of the snippets.
529 for (unsigned I = 0, E = Snippets.size(); I < E; ++I)
530 Snippets[I] = escape(Snippets[I], getOptions());
551 if (!Snippets[0].empty())
552 Snippets[0] = Highlight(Snippets[0], 1, 1 + Snippets[0].size())
    [all...]
SourceCoverageViewHTML.cpp 505 // 1. Split the line into N+1 snippets, where N = |Segments|. The first
510 SmallVector<std::string, 8> Snippets;
515 Snippets.push_back(std::string(Line.substr(Start, Len)));
527 // 2. Escape all of the snippets.
529 for (unsigned I = 0, E = Snippets.size(); I < E; ++I)
530 Snippets[I] = escape(Snippets[I], getOptions());
551 if (!Snippets[0].empty())
552 Snippets[0] = Highlight(Snippets[0], 1, 1 + Snippets[0].size())
    [all...]

Completed in 31 milliseconds