Lines Matching refs:field
30 bool MarshallUint8(uint8_t field, FieldType fieldType);
31 bool MarshallUint16(uint16_t field, FieldType fieldType);
32 bool MarshallUint32(uint32_t field, FieldType fieldType);
33 bool MarshallUint64(uint64_t field, FieldType fieldType);
34 bool MarshallInt8(int8_t field, FieldType fieldType);
35 bool MarshallInt16(int16_t field, FieldType fieldType);
36 bool MarshallInt32(int32_t field, FieldType fieldType);
37 bool MarshallInt64(int64_t field, FieldType fieldType);
38 bool MarshallString(const char* field, uint8_t type);
39 bool MarshallRawData(const void *field, uint8_t type, uint16_t length);