Lines Matching refs:lua_setfield

1263 	lua_setfield(L, -2, "__index");  in lua_ucl_parser_mt()
1266 lua_setfield (L, -2, "__gc"); in lua_ucl_parser_mt()
1269 lua_setfield (L, -2, "parse_file"); in lua_ucl_parser_mt()
1272 lua_setfield (L, -2, "parse_string"); in lua_ucl_parser_mt()
1275 lua_setfield (L, -2, "parse_text"); in lua_ucl_parser_mt()
1278 lua_setfield (L, -2, "register_variable"); in lua_ucl_parser_mt()
1281 lua_setfield (L, -2, "register_variables"); in lua_ucl_parser_mt()
1284 lua_setfield (L, -2, "get_object"); in lua_ucl_parser_mt()
1287 lua_setfield (L, -2, "get_object_wrapped"); in lua_ucl_parser_mt()
1290 lua_setfield (L, -2, "validate"); in lua_ucl_parser_mt()
1301 lua_setfield(L, -2, "__index"); in lua_ucl_object_mt()
1304 lua_setfield (L, -2, "__gc"); in lua_ucl_object_mt()
1307 lua_setfield (L, -2, "__tostring"); in lua_ucl_object_mt()
1310 lua_setfield (L, -2, "tostring"); in lua_ucl_object_mt()
1313 lua_setfield (L, -2, "unwrap"); in lua_ucl_object_mt()
1316 lua_setfield (L, -2, "tolua"); in lua_ucl_object_mt()
1319 lua_setfield (L, -2, "validate"); in lua_ucl_object_mt()
1322 lua_setfield (L, -2, "class"); in lua_ucl_object_mt()
1333 lua_setfield (L, -2, "__tostring"); in lua_ucl_types_mt()
1336 lua_setfield (L, -2, "tostring"); in lua_ucl_types_mt()
1339 lua_setfield (L, -2, "class"); in lua_ucl_types_mt()
1346 lua_setfield (L, -2, "__tostring"); in lua_ucl_types_mt()
1349 lua_setfield (L, -2, "tostring"); in lua_ucl_types_mt()
1352 lua_setfield (L, -2, "class"); in lua_ucl_types_mt()
1359 lua_setfield (L, -2, "__tostring"); in lua_ucl_types_mt()
1362 lua_setfield (L, -2, "tostring"); in lua_ucl_types_mt()
1365 lua_setfield (L, -2, "class"); in lua_ucl_types_mt()
1520 lua_setfield (L, -2, "__tostring"); in lua_ucl_null_mt()
1536 lua_setfield (L, -2, "__mode"); in luaopen_ucl()
1539 lua_setfield (L, LUA_REGISTRYINDEX, "ucl.refs"); in luaopen_ucl()
1544 lua_setfield (L, -2, "parser"); in luaopen_ucl()
1547 lua_setfield (L, -2, "to_json"); in luaopen_ucl()
1550 lua_setfield (L, -2, "to_config"); in luaopen_ucl()
1553 lua_setfield (L, -2, "to_format"); in luaopen_ucl()
1560 lua_setfield (L, LUA_REGISTRYINDEX, "ucl.null"); in luaopen_ucl()
1562 lua_setfield (L, -2, "null"); in luaopen_ucl()