Lines Matching refs:implementations

76     Implementations implementations;  member in stoc::simpleregistry::Data
321 if (data_->implementations.find(attrImplementation_) != in handleImplementation()
322 data_->implementations.end()) in handleImplementation()
333 data_->implementations[attrImplementation_].uri = attrUri_; in handleImplementation()
334 data_->implementations[attrImplementation_].loader = attrLoader_; in handleImplementation()
339 data_->implementations[attrImplementation_].services.push_back(name); in handleService()
345 data_->implementations[attrImplementation_].singletons.push_back(name); in handleSingleton()
670 return data_->implementations[path_[1]].uri; in getAsciiValue()
672 return data_->implementations[path_[1]].loader; in getAsciiValue()
1013 found = data_->implementations.find(*j) != in find()
1014 data_->implementations.end(); in find()
1069 if (data_->implementations.size() > SAL_MAX_INT32) { in getChildren()
1078 static_cast< sal_Int32 >(data_->implementations.size())); in getChildren()
1080 for (Implementations::iterator j(data_->implementations.begin()); in getChildren()
1081 j != data_->implementations.end(); ++j) in getChildren()
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()