Searched refs:FloatingNumberDecodedParam (Results 1 – 3 of 3) sorted by relevance
162 bool FloatingNumberDecodedParam::DecodeValue() in DecodeValue()167 DataCodedType FloatingNumberDecodedParam::GetDataCodedType() in GetDataCodedType()172 bool FloatingNumberDecodedParam::AsDouble(double& dest) in AsDouble()
322 return std::make_shared<FloatingNumberDecodedParam>(rawData_, maxLen, pos_, key); in CreateFloatingNumTypeDecodedParam()
114 class FloatingNumberDecodedParam : public DecodedParam {116 …FloatingNumberDecodedParam(uint8_t* rawData, const size_t maxLen, size_t& pos, const std::string& … in FloatingNumberDecodedParam() function