Searched refs:OSQLParseNodesContainer (Results 1 – 2 of 2) sorted by relevance
115 class OSQLParseNodesContainer class120 OSQLParseNodesContainer();121 ~OSQLParseNodesContainer();130 typedef salhelper::SingletonRef<OSQLParseNodesContainer> OSQLParseNodesGarbageCollector;
2777 OSQLParseNodesContainer::OSQLParseNodesContainer() in OSQLParseNodesContainer() function in connectivity::OSQLParseNodesContainer2781 OSQLParseNodesContainer::~OSQLParseNodesContainer() in ~OSQLParseNodesContainer()2785 void OSQLParseNodesContainer::push_back(OSQLParseNode* _pNode) in push_back()2791 void OSQLParseNodesContainer::erase(OSQLParseNode* _pNode) in erase()2802 bool OSQLParseNodesContainer::empty() const in empty()2807 void OSQLParseNodesContainer::clear() in clear()2813 void OSQLParseNodesContainer::clearAndDelete() in clearAndDelete()
Completed in 22 milliseconds