| 1811 | } |
| 1812 | |
| 1813 | static void lpbD_field(lpb_Env *e, const pb_Field *f, uint32_t tag) { |
| 1814 | lpbD_checktype(e, f, tag); |
| 1815 | lpbD_rawfield(e, f); |
| 1816 | } |
| 1817 | |
| 1818 | static void lpbD_map(lpb_Env *e, const pb_Field *f) { |
| 1819 | lua_State *L = e->L; |
no test coverage detected