currentRecordName(std::string &name) const (defined in avro::ReaderImpl< ValidatorType >) | avro::ReaderImpl< ValidatorType > | inline |
nextFieldName(std::string &name) const (defined in avro::ReaderImpl< ValidatorType >) | avro::ReaderImpl< ValidatorType > | inline |
nextType() const (defined in avro::ReaderImpl< ValidatorType >) | avro::ReaderImpl< ValidatorType > | inline |
readArrayBlockSize() (defined in avro::ReaderImpl< ValidatorType >) | avro::ReaderImpl< ValidatorType > | inline |
readBytes(std::vector< uint8_t > &val) (defined in avro::ReaderImpl< ValidatorType >) | avro::ReaderImpl< ValidatorType > | inline |
readEnum() (defined in avro::ReaderImpl< ValidatorType >) | avro::ReaderImpl< ValidatorType > | inline |
ReaderImpl(const InputBuffer &buffer) (defined in avro::ReaderImpl< ValidatorType >) | avro::ReaderImpl< ValidatorType > | inlineexplicit |
ReaderImpl(const ValidSchema &schema, const InputBuffer &buffer) (defined in avro::ReaderImpl< ValidatorType >) | avro::ReaderImpl< ValidatorType > | inline |
readFixed(uint8_t *val, size_t size) (defined in avro::ReaderImpl< ValidatorType >) | avro::ReaderImpl< ValidatorType > | inline |
readFixed(uint8_t(&val)[N]) (defined in avro::ReaderImpl< ValidatorType >) | avro::ReaderImpl< ValidatorType > | inline |
readFixed(std::array< uint8_t, N > &val) (defined in avro::ReaderImpl< ValidatorType >) | avro::ReaderImpl< ValidatorType > | inline |
readMapBlockSize() (defined in avro::ReaderImpl< ValidatorType >) | avro::ReaderImpl< ValidatorType > | inline |
readRecord() (defined in avro::ReaderImpl< ValidatorType >) | avro::ReaderImpl< ValidatorType > | inline |
readRecordEnd() (defined in avro::ReaderImpl< ValidatorType >) | avro::ReaderImpl< ValidatorType > | inline |
readUnion() (defined in avro::ReaderImpl< ValidatorType >) | avro::ReaderImpl< ValidatorType > | inline |
readValue(Null &) (defined in avro::ReaderImpl< ValidatorType >) | avro::ReaderImpl< ValidatorType > | inline |
readValue(bool &val) (defined in avro::ReaderImpl< ValidatorType >) | avro::ReaderImpl< ValidatorType > | inline |
readValue(int32_t &val) (defined in avro::ReaderImpl< ValidatorType >) | avro::ReaderImpl< ValidatorType > | inline |
readValue(int64_t &val) (defined in avro::ReaderImpl< ValidatorType >) | avro::ReaderImpl< ValidatorType > | inline |
readValue(float &val) (defined in avro::ReaderImpl< ValidatorType >) | avro::ReaderImpl< ValidatorType > | inline |
readValue(double &val) (defined in avro::ReaderImpl< ValidatorType >) | avro::ReaderImpl< ValidatorType > | inline |
readValue(std::string &val) (defined in avro::ReaderImpl< ValidatorType >) | avro::ReaderImpl< ValidatorType > | inline |