Searched defs:PathOffset (Results 1 – 2 of 2) sorted by relevance
400 struct PathOffset { struct401 …PathOffset(uint32_t o, uint32_t e, uint16_t t, uint16_t c) : offset(o), end(e), type(t), code(c) {} in PathOffset() function402 int32_t offset;403 int32_t end;404 uint32_t type;405 uint16_t code;
977 uint32_t PathOffset, const char *PathFieldName) { in checkSubCommand()