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

Function pb_delsort

Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.h:1260–1265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1258}
1259
1260PB_API void pb_delsort(pb_Type *t) {
1261 if (t->field_sort) {
1262 free(t->field_sort);
1263 t->field_sort = NULL;
1264 }
1265}
1266
1267PB_API void pb_deltype(pb_State *S, pb_Type *t) {
1268 pb_FieldEntry *nf = NULL;

Callers 3

pb_deltypeFunction · 0.85
pb_newfieldFunction · 0.85
pb_delfieldFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected