Home | History | Annotate | Download | only in src

Lines Matching refs:period_pos

3158   const char* period_pos = strchr(holder_expr, '.');
3159 if (period_pos == NULL) {
3165 const char* inner = period_pos + 1;
3168 static_cast<int>(period_pos - holder_expr));