Home
last modified time | relevance | path

Searched refs:mColumn (Results 1 – 1 of 1) sorted by relevance

/system/tools/hidl/
DLocation.h29 : mFilename(f), mLine(l), mColumn(c) {} in Position()
32 inline size_t column() const { return mColumn; } in column()
40 const size_t mColumn; member