Searched defs:ProtocolList (Results 1 - 3 of 3) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/p2p/client/
H A Dbasicportallocator.cc147 typedef std::vector<ProtocolType> ProtocolList; typedef in class:cricket::AllocationSequence
162 ProtocolList protocols_;
652 for (ProtocolList::const_iterator it = protocols_.begin();
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
H A Dbasicportallocator.cc138 typedef std::vector<ProtocolType> ProtocolList; typedef in class:cricket::AllocationSequence
161 ProtocolList protocols_;
842 for (ProtocolList::const_iterator it = protocols_.begin();
/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1748 llvm::Constant *ProtocolList = GenerateProtocolList(EmptyStringVector); local
1755 ProtocolList->getType(),
1767 Elements.push_back(ProtocolList);
1826 llvm::Constant *ProtocolList = GenerateProtocolList(Protocols); local
1917 ProtocolList->getType(),
1931 Elements.push_back(ProtocolList);

Completed in 106 milliseconds