Searched defs:TypeList (Results 1 - 12 of 12) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/rop/type/
H A DTypeList.java22 public interface TypeList { interface
25 * {@code TypeList} interface itself doesn't provide any
68 public TypeList withAddedType(Type type);
/external/dexmaker/src/main/java/com/google/dexmaker/
H A DTypeList.java27 final class TypeList { class
31 TypeList(TypeId<?>[] types) { method in class:TypeList
47 return o instanceof TypeList && Arrays.equals(((TypeList) o).types, types);
/external/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h39 typedef std::vector<Type*> TypeList; typedef in class:llvm::ValueEnumerator
46 TypeList Types;
120 const TypeList &getTypes() const { return Types; }
H A DBitcodeWriter.cpp192 const ValueEnumerator::TypeList &TypeList = VE.getTypes(); local
249 TypeVals.push_back(TypeList.size());
254 for (unsigned i = 0, e = TypeList.size(); i != e; ++i) {
255 Type *T = TypeList[i];
/external/clang/test/CodeGenCXX/
H A Ddebug-info-use-after-free.cpp31 template < typename T > struct TypeList struct
86 TypeList < int >::type >::Register ("Int", "TypedTestP1", 0);
90 TypeList < Types < int > >::type >::Register ("Int", "TypedTestP2", 0);
/external/llvm/utils/TableGen/
H A DCodeGenTarget.cpp450 ListInit *TypeList = R->getValueAsListInit("RetTypes"); local
451 for (unsigned i = 0, e = TypeList->getSize(); i != e; ++i) {
452 Record *TyEl = TypeList->getElementAsRecord(i);
484 TypeList = R->getValueAsListInit("ParamTypes");
485 for (unsigned i = 0, e = TypeList->getSize(); i != e; ++i) {
486 Record *TyEl = TypeList->getElementAsRecord(i);
H A DCodeGenRegisters.cpp698 std::vector<Record*> TypeList = R->getValueAsListOfDefs("RegTypes"); local
699 for (unsigned i = 0, e = TypeList.size(); i != e; ++i) {
700 Record *Type = TypeList[i];
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-type-util.h3293 // The TypeList template makes it possible to use either a single type
3298 struct TypeList { typedef Types1<T> type; }; struct in namespace:testing::internal
3310 struct TypeList<Types<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, struct in namespace:testing::internal
/external/gtest/include/gtest/internal/
H A Dgtest-type-util.h3298 // The TypeList template makes it possible to use either a single type
3303 struct TypeList { typedef Types1<T> type; }; struct in namespace:testing::internal
3315 struct TypeList<Types<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, struct in namespace:testing::internal
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-type-util.h3298 // The TypeList template makes it possible to use either a single type
3303 struct TypeList { typedef Types1<T> type; }; struct in namespace:testing::internal
3315 struct TypeList<Types<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, struct in namespace:testing::internal
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-type-util.h3289 // The TypeList template makes it possible to use either a single type
3294 struct TypeList { typedef Types1<T> type; }; struct in namespace:testing::internal
3306 struct TypeList<Types<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, struct in namespace:testing::internal
/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp82 typedef std::vector<Type*> TypeList; typedef in namespace:__anon8895

Completed in 598 milliseconds