Lines Matching refs:char_rep
192 std::string char_rep; variable
195 …) override { n.nc_put_vvar1_text(OGR_SGFS_Transaction::getVarId(), &write_loc, char_rep.c_str()); } in commit()
196 …unsigned long long count() override { return char_rep.size() + sizeof(*this); } // account for act… in count()
200 char_rep(pszVal) in OGR_SGFS_NC_Char_Transaction()
212 std::string char_rep; variable
216 …te_loc, 0}; n.nc_put_vvara_text(OGR_SGFS_Transaction::getVarId(), ind, counts, char_rep.c_str()); } in commit()
217 …unsigned long long count() override { return char_rep.size() + sizeof(*this); } // account for act… in count()
221 char_rep(pszVal), in OGR_SGFS_NC_CharA_Transaction()
222 counts{1, char_rep.length()} in OGR_SGFS_NC_CharA_Transaction()
276 std::string char_rep; variable
281 const char * writable = char_rep.c_str(); in commit()
285 …unsigned long long count() override { return char_rep.size() + sizeof(*this); } // account for act… in count()
292 char_rep(pszVal) in OGR_SGFS_NC_String_Transaction()