Searched defs:NestingLevel (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Format/
H A DFormatToken.h109 BindingStrength(0), NestingLevel(0), SplitPenalty(0),
226 unsigned NestingLevel; member in struct:clang::format::FormatToken
/external/jhead/
H A Dexif.c544 unsigned ExifLength, int NestingLevel)
554 if (NestingLevel > 4){
560 IndentString[NestingLevel * 4] = '\0';
979 ProcessExifDir(SubdirStart, OffsetBase, ExifLength, NestingLevel+1);
1041 ProcessExifDir(SubdirStart, OffsetBase, ExifLength, NestingLevel+1);
543 ProcessExifDir(unsigned char * DirStart, unsigned char * OffsetBase, unsigned ExifLength, int NestingLevel) argument

Completed in 2224 milliseconds