OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNumLines
(Results
1 - 9
of
9
) sorted by null
/external/llvm/tools/llvm-diff/
DiffLog.h
72
unsigned
getNumLines
() const;
DiffLog.cpp
45
unsigned DiffLogBuilder::
getNumLines
() const { return Diff.size(); }
DiffConsumer.cpp
193
for (unsigned I = 0, E = Log.
getNumLines
(); I != E; ++I) {
/external/icu4c/test/perf/dicttrieperf/
dicttrieperf.cpp
72
int32_t
getNumLines
() const { return numLines; }
410
int32_t numLines=perf.
getNumLines
();
443
int32_t numLines=perf.
getNumLines
();
467
int32_t numLines=perf.
getNumLines
();
513
int32_t numLines=perf.
getNumLines
();
592
int32_t numLines=perf.
getNumLines
();
619
int32_t numLines=perf.
getNumLines
();
/external/clang/unittests/AST/
CommentParser.cpp
502
if (VBC->
getNumLines
() != 0)
504
<< "VerbatimBlockComment has " << VBC->
getNumLines
() << " lines(s), "
523
if (VBC->
getNumLines
() != 1)
525
<< "VerbatimBlockComment has " << VBC->
getNumLines
() << " lines(s), "
551
if (VBC->
getNumLines
() != 2)
553
<< "VerbatimBlockComment has " << VBC->
getNumLines
() << " lines(s), "
[
all
...]
/external/clang/include/clang/Frontend/
ASTUnit.h
188
unsigned
getNumLines
() const {
[
all
...]
/external/clang/include/clang/AST/
Comment.h
916
unsigned
getNumLines
() const {
/external/clang/tools/libclang/
CXComment.cpp
744
unsigned NumLines = C->
getNumLines
();
[
all
...]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar
Completed in 884 milliseconds