Lines Matching refs:kInclude
854 static const char kInclude[] = "include";855 const size_t kIncludeLen = sizeof(kInclude) - 1;856 if (len == kIncludeLen && !memcmp(begin, kInclude, len)) {