Lines Matching refs:textual_
123 std::auto_ptr< stoc::simpleregistry::TextualServices > textual_; member in __anon68f5d2950111::SimpleRegistry
1131 return textual_.get() == 0 ? registry_.getName() : textual_->getUri(); in getURL()
1139 if (textual_.get() != 0) { in open()
1161 textual_.reset(new stoc::simpleregistry::TextualServices(rURL)); in open()
1181 return textual_.get() != 0 || registry_.isValid(); in isValid()
1188 if (textual_.get() != 0) { in close()
1189 textual_.reset(); in close()
1208 if (textual_.get() != 0) { in destroy()
1209 textual_.reset(); in destroy()
1228 if (textual_.get() != 0) { in getRootKey()
1229 return textual_->getRootKey(); in getRootKey()
1249 return textual_.get() != 0 || registry_.isReadOnly(); in isReadOnly()
1259 if (textual_.get() != 0) { in mergeKey()