Home | History | Annotate | Download | only in src

Lines Matching refs:period_pos

2051   const char* period_pos = strchr(holder_expr, '.');
2052 if (period_pos == NULL) {
2056 ASSERT_EQ(".prototype", period_pos);
2058 static_cast<int>(period_pos - holder_expr));