Searched refs:ParamValueType (Results 1 – 8 of 8) sorted by relevance
111 struct ParamValueType& dest) in ValueTypeDecoded()116 if ((pos + sizeof(struct ParamValueType)) > maxLen) { in ValueTypeDecoded()119 dest = *(reinterpret_cast<struct ParamValueType*>(rawData + pos)); in ValueTypeDecoded()120 pos += sizeof(struct ParamValueType); in ValueTypeDecoded()
364 struct ParamValueType valueType { in ParseCustomizedParam()
44 struct ParamValueType kvType { in ValueTypeEncoded()49 if (!data.Append(reinterpret_cast<uint8_t*>(&kvType), sizeof(struct ParamValueType))) { in ValueTypeEncoded()
51 struct ParamValueType kvType { in ValueTypeEncoded()56 if (!data.Append(reinterpret_cast<uint8_t*>(&kvType), sizeof(struct ParamValueType))) { in ValueTypeEncoded()
30 … ValueTypeDecoded(uint8_t* rawData, const size_t maxLen, size_t& pos, struct ParamValueType& dest);
90 struct ParamValueType { struct
129 struct ParamValueType { struct
479 struct ParamValueType dest;