Home
last modified time | relevance | path

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

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