HomeSort by: relevance | last modified time | path
    Searched refs:ListType (Results 1 - 13 of 13) sorted by relevancy

  /src/external/bsd/openldap/dist/contrib/ldapc++/src/
LDAPEntryList.h 24 typedef std::list<LDAPEntry> ListType;
27 typedef ListType::const_iterator const_iterator;
70 ListType m_entries;
LDAPReferenceList.h 23 typedef std::list<LDAPSearchReference> ListType;
26 typedef ListType::const_iterator const_iterator;
73 ListType m_refs;
LDAPUrlList.h 19 typedef std::list<LDAPUrl> ListType;
22 typedef ListType::const_iterator const_iterator;
78 ListType m_urls;
StringList.h 18 typedef std::list<std::string> ListType;
21 ListType m_data;
24 typedef ListType::const_iterator const_iterator;
LDAPModList.h 21 typedef std::list<LDAPModification> ListType;
57 ListType m_modList;
LDAPAttributeList.h 25 typedef std::list<LDAPAttribute> ListType;
28 ListType m_attrs;
31 typedef ListType::const_iterator const_iterator;
32 typedef ListType::iterator iterator;
StringList.cpp 18 m_data= StringList::ListType(sl.m_data);
23 m_data=StringList::ListType();
LDAPModList.cpp 34 LDAPModList::ListType::const_iterator i;
LDAPUrlList.cpp 15 m_urls=LDAPUrlList::ListType();
  /src/external/gpl3/gdb.old/dist/gdb/unittests/
intrusive_list-selftests.c 68 template <typename ListType>
71 using item_type = typename ListType::value_type;
78 verify_items (const ListType &list,
79 gdb::array_view<const typename ListType::value_type *> expected)
83 for (typename ListType::iterator it = list.begin ();
97 for (typename ListType::reverse_iterator it = list.rbegin ();
118 ListType list1;
125 ListType list2 (std::move (list1));
137 ListType list1;
142 ListType list2 (std::move (list1))
    [all...]
  /src/external/gpl3/gdb/dist/gdb/unittests/
intrusive_list-selftests.c 81 template <typename ListType>
83 verify_items (const ListType &list,
84 gdb::array_view<const typename ListType::value_type *> expected)
86 using item_type = typename ListType::value_type;
90 for (typename ListType::iterator it = list.begin (); it != list.end (); ++it)
105 for (typename ListType::reverse_iterator it = list.rbegin ();
133 template <typename ListType>
136 using item_type = typename ListType::value_type;
144 ListType list1;
151 ListType list2 (std::move (list1))
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/TableGen/
TGParser.cpp 1213 RecTy *ListType = InitListBack->getType();
1217 ArgType = ListType;
1305 RecTy *Resolved = resolveTypes(ArgType, ListType);
1309 ListType->getAsString() + "'");
1555 ListRecTy *ListType = dyn_cast<ListRecTy>(List->getType());
1556 if (!ListType) {
1614 ParseRec->addValue(RecordVal(B, ListType->getElementType(),
2224 ListRecTy *ListType = dyn_cast<ListRecTy>(ItemType);
2225 if (!ListType) {
2230 GivenListTy = ListType;
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonGenInsert.cpp 383 using ListType = std::vector<unsigned>;
402 using iterator = ListType::iterator;
403 using const_iterator = ListType::const_iterator;
414 ListType Seq;

Completed in 40 milliseconds