Home
last modified time | relevance | path

Searched defs:IsLower (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/compiler/
Druby_generator.cc119 bool IsLower(char ch) { return ch >= 'a' && ch <= 'z'; } in IsLower() function
/external/eigen/Eigen/src/Core/products/
DSelfadjointMatrixVector.h52 IsLower = UpLo == Lower ? 1 : 0, in run() enumerator