Lines Matching refs:lua_setfield
969 lua_setfield(L, -2, "__index"); in lua_ucl_parser_mt()
972 lua_setfield (L, -2, "__gc"); in lua_ucl_parser_mt()
975 lua_setfield (L, -2, "parse_file"); in lua_ucl_parser_mt()
978 lua_setfield (L, -2, "parse_string"); in lua_ucl_parser_mt()
981 lua_setfield (L, -2, "get_object"); in lua_ucl_parser_mt()
984 lua_setfield (L, -2, "get_object_wrapped"); in lua_ucl_parser_mt()
987 lua_setfield (L, -2, "validate"); in lua_ucl_parser_mt()
998 lua_setfield(L, -2, "__index"); in lua_ucl_object_mt()
1001 lua_setfield (L, -2, "__gc"); in lua_ucl_object_mt()
1004 lua_setfield (L, -2, "__tostring"); in lua_ucl_object_mt()
1007 lua_setfield (L, -2, "tostring"); in lua_ucl_object_mt()
1010 lua_setfield (L, -2, "unwrap"); in lua_ucl_object_mt()
1013 lua_setfield (L, -2, "tolua"); in lua_ucl_object_mt()
1016 lua_setfield (L, -2, "validate"); in lua_ucl_object_mt()
1019 lua_setfield (L, -2, "class"); in lua_ucl_object_mt()
1160 lua_setfield (L, -2, "__tostring"); in lua_ucl_null_mt()
1175 lua_setfield (L, -2, "__mode"); in luaopen_ucl()
1178 lua_setfield (L, LUA_REGISTRYINDEX, "ucl.refs"); in luaopen_ucl()
1183 lua_setfield (L, -2, "parser"); in luaopen_ucl()
1186 lua_setfield (L, -2, "to_json"); in luaopen_ucl()
1189 lua_setfield (L, -2, "to_config"); in luaopen_ucl()
1192 lua_setfield (L, -2, "to_format"); in luaopen_ucl()
1199 lua_setfield (L, LUA_REGISTRYINDEX, "ucl.null"); in luaopen_ucl()
1201 lua_setfield (L, -2, "null"); in luaopen_ucl()