Searched refs:readProp (Results 1 – 1 of 1) sorted by relevance
69 const T* readProp(const char label[]) { in readProp() function in skrive::internal::__anon5e60dc860111::JsonReader90 const auto* jbool = this->readProp<skjson::BoolValue>(label); in readBool()96 const auto* jnum = this->readProp<skjson::NumberValue>(label); in readFloat()110 const auto* jnum = this->readProp<skjson::NumberValue>(label); in readUInt32()116 const auto* jstr = this->readProp<skjson::StringValue>(label); in readString()122 const auto* jarr = this->readProp<skjson::ArrayValue>(label); in readFloatArray()154 const auto* jarr = this->readProp<skjson::ArrayValue>(label); in openArray()169 const auto* jobj = this->readProp<skjson::ObjectValue>(label); in openObject()