Searched refs:plugin_API (Results 1 – 1 of 1) sorted by relevance
74 static void CheckAPI(int plugin_API, int core_API, StringPiece where) { in CheckAPI() argument75 if (plugin_API != core_API) { in CheckAPI()76 VLOG(0) << "Plugin API (" << plugin_API << ") for " << where in CheckAPI()