HomeSort by relevance Sort by last modified time
    Searched defs:_endcol (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
DLexerBase.h 138 int _endcol; /* column that last character of token is in */ member in class:DLGLexerBase
173 int endcol() { return _endcol; }
175 void set_endcol(int a) { _endcol=a; }
193 this->_endcol = 0;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
DLexerBase.h 134 int _endcol; /* column that last character of token is in */ member in class:DLGLexerBase
169 int endcol() { return _endcol; }
171 void set_endcol(int a) { _endcol=a; }
189 this->_endcol = 0;

Completed in 98 milliseconds