This is the complete list of members for pw::protobuf::Decoder, including all inherited members.
Decoder(span< const std::byte > proto) (defined in pw::protobuf::Decoder) | pw::protobuf::Decoder | inline |
Decoder(const Decoder &other)=delete (defined in pw::protobuf::Decoder) | pw::protobuf::Decoder | |
FieldNumber() const (defined in pw::protobuf::Decoder) | pw::protobuf::Decoder | |
FindRaw | pw::protobuf::Decoder | friend |
Next() (defined in pw::protobuf::Decoder) | pw::protobuf::Decoder | |
operator=(const Decoder &other)=delete (defined in pw::protobuf::Decoder) | pw::protobuf::Decoder | |
ReadBool(bool *out) (defined in pw::protobuf::Decoder) | pw::protobuf::Decoder | |
ReadBytes(span< const std::byte > *out) (defined in pw::protobuf::Decoder) | pw::protobuf::Decoder | inline |
ReadDouble(double *out) (defined in pw::protobuf::Decoder) | pw::protobuf::Decoder | inline |
ReadFixed32(uint32_t *out) (defined in pw::protobuf::Decoder) | pw::protobuf::Decoder | inline |
ReadFixed64(uint64_t *out) (defined in pw::protobuf::Decoder) | pw::protobuf::Decoder | inline |
ReadFloat(float *out) (defined in pw::protobuf::Decoder) | pw::protobuf::Decoder | inline |
ReadInt32(int32_t *out) (defined in pw::protobuf::Decoder) | pw::protobuf::Decoder | inline |
ReadInt64(int64_t *out) (defined in pw::protobuf::Decoder) | pw::protobuf::Decoder | inline |
ReadSfixed32(int32_t *out) (defined in pw::protobuf::Decoder) | pw::protobuf::Decoder | inline |
ReadSfixed64(int64_t *out) (defined in pw::protobuf::Decoder) | pw::protobuf::Decoder | inline |
ReadSint32(int32_t *out) (defined in pw::protobuf::Decoder) | pw::protobuf::Decoder | |
ReadSint64(int64_t *out) (defined in pw::protobuf::Decoder) | pw::protobuf::Decoder | |
ReadString(std::string_view *out) (defined in pw::protobuf::Decoder) | pw::protobuf::Decoder | |
ReadUint32(uint32_t *out) (defined in pw::protobuf::Decoder) | pw::protobuf::Decoder | |
ReadUint64(uint64_t *out) (defined in pw::protobuf::Decoder) | pw::protobuf::Decoder | inline |
Reset(span< const std::byte > proto) (defined in pw::protobuf::Decoder) | pw::protobuf::Decoder | inline |