Lines Matching refs:lua_setfield

1219 	lua_setfield(L, -2, "__index");  in lua_ucl_parser_mt()
1222 lua_setfield (L, -2, "__gc"); in lua_ucl_parser_mt()
1225 lua_setfield (L, -2, "parse_file"); in lua_ucl_parser_mt()
1228 lua_setfield (L, -2, "parse_string"); in lua_ucl_parser_mt()
1231 lua_setfield (L, -2, "parse_text"); in lua_ucl_parser_mt()
1234 lua_setfield (L, -2, "register_variable"); in lua_ucl_parser_mt()
1237 lua_setfield (L, -2, "register_variables"); in lua_ucl_parser_mt()
1240 lua_setfield (L, -2, "get_object"); in lua_ucl_parser_mt()
1243 lua_setfield (L, -2, "get_object_wrapped"); in lua_ucl_parser_mt()
1246 lua_setfield (L, -2, "validate"); in lua_ucl_parser_mt()
1257 lua_setfield(L, -2, "__index"); in lua_ucl_object_mt()
1260 lua_setfield (L, -2, "__gc"); in lua_ucl_object_mt()
1263 lua_setfield (L, -2, "__tostring"); in lua_ucl_object_mt()
1266 lua_setfield (L, -2, "tostring"); in lua_ucl_object_mt()
1269 lua_setfield (L, -2, "unwrap"); in lua_ucl_object_mt()
1272 lua_setfield (L, -2, "tolua"); in lua_ucl_object_mt()
1275 lua_setfield (L, -2, "validate"); in lua_ucl_object_mt()
1278 lua_setfield (L, -2, "class"); in lua_ucl_object_mt()
1289 lua_setfield (L, -2, "__tostring"); in lua_ucl_types_mt()
1292 lua_setfield (L, -2, "tostring"); in lua_ucl_types_mt()
1295 lua_setfield (L, -2, "class"); in lua_ucl_types_mt()
1302 lua_setfield (L, -2, "__tostring"); in lua_ucl_types_mt()
1305 lua_setfield (L, -2, "tostring"); in lua_ucl_types_mt()
1308 lua_setfield (L, -2, "class"); in lua_ucl_types_mt()
1315 lua_setfield (L, -2, "__tostring"); in lua_ucl_types_mt()
1318 lua_setfield (L, -2, "tostring"); in lua_ucl_types_mt()
1321 lua_setfield (L, -2, "class"); in lua_ucl_types_mt()
1475 lua_setfield (L, -2, "__tostring"); in lua_ucl_null_mt()
1491 lua_setfield (L, -2, "__mode"); in luaopen_ucl()
1494 lua_setfield (L, LUA_REGISTRYINDEX, "ucl.refs"); in luaopen_ucl()
1499 lua_setfield (L, -2, "parser"); in luaopen_ucl()
1502 lua_setfield (L, -2, "to_json"); in luaopen_ucl()
1505 lua_setfield (L, -2, "to_config"); in luaopen_ucl()
1508 lua_setfield (L, -2, "to_format"); in luaopen_ucl()
1515 lua_setfield (L, LUA_REGISTRYINDEX, "ucl.null"); in luaopen_ucl()
1517 lua_setfield (L, -2, "null"); in luaopen_ucl()