Lines Matching defs:element
29 uint8_t parseBitPosition(const nlohmann::json& element, in parseBitPosition()
40 uint8_t parseBitValue(const nlohmann::json& element, in parseBitValue()
51 bool parseBoolean(const nlohmann::json& element, in parseBoolean()
75 double parseDouble(const nlohmann::json& element, in parseDouble()
99 uint8_t parseHexByte(const nlohmann::json& element, in parseHexByte()
115 const nlohmann::json& element, in parseHexByteArray()
127 int8_t parseInt8(const nlohmann::json& element, in parseInt8()
138 int parseInteger(const nlohmann::json& element, in parseInteger()
162 std::string parseString(const nlohmann::json& element, bool isEmptyValid, in parseString()
178 uint8_t parseUint8(const nlohmann::json& element, in parseUint8()
189 uint16_t parseUint16(const nlohmann::json& element, in parseUint16()
201 const nlohmann::json& element, in parseUnsignedInteger()