Lines Matching refs:path_
413 data_(data), path_(path) { OSL_ASSERT(data.is()); in Key()
578 std::vector< rtl::OUString > path_; member in stoc::simpleregistry::__anon304cec5c0211::Key
582 return pathToString(path_); in getKeyName()
670 return data_->implementations[path_[1]].uri; in getAsciiValue()
672 return data_->implementations[path_[1]].loader; in getAsciiValue()
703 list = &data_->services[path_[1]]; in getAsciiListValue()
706 list = &data_->singletons[path_[1]]; in getAsciiListValue()
889 rtl::OUString prefix(pathToString(path_)); in getKeyNames()
942 std::vector< rtl::OUString > p(path_); in find()
1105 if (data_->implementations[path_[1]].services.size() > in getChildren()
1117 data_->implementations[path_[1]].services.size())); in getChildren()
1120 data_->implementations[path_[1]].services.begin()); in getChildren()
1121 j != data_->implementations[path_[1]].services.end(); ++j) in getChildren()
1129 if (data_->implementations[path_[1]].singletons.size() > in getChildren()
1141 data_->implementations[path_[1]].singletons.size())); in getChildren()
1144 data_->implementations[path_[1]].singletons.begin()); in getChildren()
1145 j != data_->implementations[path_[1]].singletons.end(); ++j) in getChildren()