Searched refs:auxType_ (Results 1 – 4 of 4) sorted by relevance
27 const std::string &GetAuxType() const { return auxType_; } in GetAuxType()29 void SetAuxType(const std::string &type) { auxType_ = type; } in SetAuxType()39 std::string auxType_;
23 auxType_ = reader.ReadString(); in ParseContent()34 writer.Write(auxType_); in Write()
179 return auxType_; in GetAuxImageType()200 auxType_ = aux_type; in SetAuxImage()
140 std::string auxType_; variable