Searched refs:Typed (Results 1 - 5 of 5) sorted by relevance

/external/guice/core/test/com/google/inject/
H A DKeyTest.java309 injector.getInstance(new Key<Typed<String>>() {});
310 injector.getInstance(Key.get(new TypeLiteral<Typed<Integer>>() {}));
319 static class Typed<T> {} class in class:KeyTest
/external/llvm/lib/TableGen/
H A DRecord.cpp591 TypedInit *Typed = cast<TypedInit>(Resolved); local
592 if (Init *New = Typed->resolveListElementReference(R, IRV, Elt))
594 return VarListElementInit::get(Typed, Elt);
/external/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h84 if (auto *Typed = dyn_cast<T>(MD))
85 return const_cast<T *>(Typed);
/external/bison/build-aux/
H A Dtexinfo.tex6924 % Typed functions:
6943 % Typed variables:
/external/libmicrohttpd/doc/
H A Dtexinfo.tex6925 % Typed functions:
6944 % Typed variables:

Completed in 169 milliseconds