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

/external/chromium/base/
H A Dvlog.cc92 static const char kInlSuffix[] = "-inl"; local
93 static const int kInlSuffixLen = arraysize(kInlSuffix) - 1;
94 if (module.ends_with(kInlSuffix))

Completed in 46 milliseconds