MCPcopy Create free account
hub / github.com/Tencent/UnLua / Lconv_encode_sint64

Function Lconv_encode_sint64

Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.cpp:618–621  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

616}
617
618static int Lconv_encode_sint64(lua_State *L) {
619 return lpb_pushinteger(L, pb_encode_sint64(lpb_checkinteger(L, 1)),
620 1, lpb_lstate(L)->int64_mode), 1;
621}
622
623static int Lconv_decode_sint64(lua_State *L) {
624 return lpb_pushinteger(L, pb_decode_sint64(lpb_checkinteger(L, 1)),

Callers

nothing calls this directly

Calls 4

lpb_pushintegerFunction · 0.85
pb_encode_sint64Function · 0.85
lpb_checkintegerFunction · 0.85
lpb_lstateFunction · 0.85

Tested by

no test coverage detected