Searched defs:ListType (Results 1 - 9 of 9) sorted by relevance

/external/libchrome/base/
H A Dobserver_list.h121 typedef std::vector<ObserverType*> ListType; typedef in class:base::ObserverListBase
123 ListType observers_;
152 ListType& observers = list_->observers_;
173 typename ListType::iterator it =
197 for (typename ListType::iterator it = observers_.begin();
/external/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp359 typedef std::vector<unsigned> ListType; typedef in class:__anon12990::OrderedRegisterList
372 typedef ListType::iterator iterator;
373 typedef ListType::const_iterator const_iterator;
382 ListType Seq;
/external/swiftshader/third_party/LLVM/lib/TableGen/
H A DTGParser.cpp1154 ListRecTy *ListType = dynamic_cast<ListRecTy*>(ItemType); local
1155 if (ListType == 0) {
1162 GivenListTy = ListType;
H A DRecord.cpp618 ListRecTy *ListType = dynamic_cast<ListRecTy *>(getType()); local
619 assert(ListType && "Bad type for ListInit!");
620 RecTy *EltTy = ListType->getElementType();
1061 ListRecTy *ListType = dynamic_cast<ListRecTy*>(Type); local
1075 if ((MHSd && DagType) || (MHSl && ListType)) {
/external/llvm/lib/TableGen/
H A DTGParser.cpp1310 ListRecTy *ListType = dyn_cast<ListRecTy>(ItemType); local
1311 if (!ListType) {
1316 GivenListTy = ListType;
1773 ListRecTy *ListType = dyn_cast<ListRecTy>(ValueType); local
1774 if (!ListType) {
1778 IterType = ListType->getElementType();
/external/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h1552 // a list structure (ListType) and creating a combining matcher from such a
1561 typedef ::std::pair<Head, typename MatcherListTail::ListType> ListType; typedef in struct:testing::internal::MatcherList
1567 static ListType BuildList(const Head& matcher, const Tail&... tail) {
1568 return ListType(matcher, MatcherListTail::BuildList(tail...));
1576 static Matcher<T> CreateMatcher(const ListType& matchers) {
1588 typedef ::std::pair<Matcher1, Matcher2> ListType; typedef in struct:testing::internal::MatcherList
1590 static ListType BuildList(const Matcher1& matcher1,
1596 static Matcher<T> CreateMatcher(const ListType& matchers) {
1625 const typename MatcherListType::ListType matchers
[all...]
/external/v8/testing/gmock/include/gmock/
H A Dgmock-matchers.h1552 // a list structure (ListType) and creating a combining matcher from such a
1561 typedef ::std::pair<Head, typename MatcherListTail::ListType> ListType; typedef in struct:testing::internal::MatcherList
1567 static ListType BuildList(const Head& matcher, const Tail&... tail) {
1568 return ListType(matcher, MatcherListTail::BuildList(tail...));
1576 static Matcher<T> CreateMatcher(const ListType& matchers) {
1588 typedef ::std::pair<Matcher1, Matcher2> ListType; typedef in struct:testing::internal::MatcherList
1590 static ListType BuildList(const Matcher1& matcher1,
1596 static Matcher<T> CreateMatcher(const ListType& matchers) {
1625 const typename MatcherListType::ListType matchers
[all...]
/external/fmtlib/test/gmock/
H A Dgmock.h6133 // a list structure (ListType) and creating a combining matcher from such a
6142 typedef ::std::pair<Head, typename MatcherListTail::ListType> ListType; typedef in struct:testing::internal::MatcherList
6148 static ListType BuildList(const Head& matcher, const Tail&... tail) {
6149 return ListType(matcher, MatcherListTail::BuildList(tail...));
6157 static Matcher<T> CreateMatcher(const ListType& matchers) {
6169 typedef ::std::pair<Matcher1, Matcher2> ListType; typedef in struct:testing::internal::MatcherList
6171 static ListType BuildList(const Matcher1& matcher1,
6177 static Matcher<T> CreateMatcher(const ListType& matchers) {
6206 const typename MatcherListType::ListType matchers
[all...]
/external/guice/extensions/persist/lib/
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...

Completed in 270 milliseconds