Lines Matching refs:bstr
96 Bstr bstr(val); in addKeyparameters() local
97 map.add(key, std::move(bstr)); in addKeyparameters()
143 const Bstr* bstr = pair.second.get()->asBstr(); in getKeyParameter() local
144 if (bstr == nullptr) return false; in getKeyParameter()
145 for (auto bchar : bstr->value()) { in getKeyParameter()
230 const Bstr* bstr = pair.second.get()->asBstr(); in getKeyParameter() local
231 if (bstr == nullptr) return false; in getKeyParameter()
232 keyParam.blob.data = bstr->value().data(); in getKeyParameter()
233 keyParam.blob.data_length = bstr->value().size(); in getKeyParameter()
299 const Bstr* bstr = strItem.get()->asBstr(); in getBinaryArray() local
300 for (auto bchar : bstr->value()) { in getBinaryArray()