Searched refs:hdr (Results 1 – 3 of 3) sorted by relevance
73 bool message::isShort(message::header hdr) { in isShort() argument74 switch (hdr.field.type) { in isShort()80 switch (hdr.field.subtype) { in isShort()126 message::header hdr, in type2string() argument148 uint32_t type(hdr.field.type); in type2string()164 switch (hdr.field.subtype) { in type2string()177 switch (hdr.field.subtype) { in type2string()202 switch (hdr.field.subtype) { in type2string()220 if (coll && (name = coll->getWriteType(hdr.field.subtype)) != nullptr) in type2string()223 hostPrintf(dest, *name, hdr.field.subtype, std::vector<int>()); in type2string()[all …]
123 message::header hdr(bytes2ValLE<uint32_t>(&data[0])); in decode() local127 if (message::isShort(hdr)) { in decode()
207 static bool isShort(header hdr);