Home
last modified time | relevance | path

Searched refs:defaultlibs (Results 1 – 1 of 1) sorted by relevance

/external/libtextclassifier/utils/
Dlua-utils.cc31 static constexpr luaL_Reg defaultlibs[] = {{"_G", luaopen_base}, variable
219 for (const luaL_Reg *lib = defaultlibs; lib->func; lib++) { in LoadDefaultLibraries()