Searched refs:core_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()77 << " operations doesn't match expected core API (" << core_API in CheckAPI()