HomeSort by relevance Sort by last modified time
    Searched refs:innerType (Results 1 - 25 of 106) sorted by null

1 2 3 4 5

  /external/annotation-tools/scene-lib/src/type/
DeclaredType.java 44 private DeclaredType innerType;
55 this.innerType = null;
122 * @param innerType the inner type
124 public void setInnerType(DeclaredType innerType) {
126 this.innerType = innerType;
135 return innerType;
  /external/javaparser/javaparser-metamodel-generator/src/main/java/com/github/javaparser/generator/metamodel/
AstTypeAnalysis.java 23 public Class<?> innerType;
53 innerType = (Class<?>) type;
54 isAbstract = isAbstract(innerType.getModifiers());
InitializePropertyMetaModelsStatementsGenerator.java 23 final Class<?> fieldType = fieldTypeAnalysis.innerType;
47 final Class<?> innermostReturnType = returnTypeAnalysis.innerType;
  /external/eigen/debug/gdb/
printers.py 70 self.innerType = self.type.template_argument(0)
78 self.data = self.data.cast(self.innerType.pointer())
130 return "Eigen::%s<%s,%d,%d,%s> (data ptr: %s)" % (self.variety, self.innerType, self.rows, self.cols, "RowMajor" if self.rowMajor else "ColMajor", self.data)
142 self.innerType = self.type.template_argument(0)
147 self.data = self.data.cast(self.innerType.pointer())
178 return "Eigen::Quaternion<%s> (data ptr: %s)" % (self.innerType, self.data)
  /external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/ast/type/
ArrayTypeTest.java 176 Type innerType = outerType.getComponentType();
177 assertThat(innerType).isEqualTo(expr.getElementType());
  /external/annotation-tools/annotation-file-utilities/src/annotator/find/
Insertion.java 315 Type innerType = declaredType.getInnerType();
316 if (innerType != null) {
318 result.append(typeToString(innerType, comments, abbreviate));
  /external/annotation-tools/scene-lib/src/annotations/io/classfile/
ClassAnnotationSceneWriter.java 303 ATypeElement innerType = e2.getValue();
305 for (Annotation tla : innerType.tlAnnotationsHere) {
793 ATypeElement innerType = e.getValue();
795 for (Annotation tla : innerType.tlAnnotationsHere) {
837 ATypeElement innerType = e2.getValue();
839 for (Annotation tla : innerType.tlAnnotationsHere) {
    [all...]
  /external/guice/core/src/com/google/inject/internal/
InjectorImpl.java 680 Type innerType = parameterizedType.getActualTypeArguments()[0];
684 if (!(innerType instanceof Class)
685 && !(innerType instanceof GenericArrayType)
686 && !(innerType instanceof ParameterizedType)) {
687 throw errors.cannotInjectTypeLiteralOf(innerType).toException();
690 @SuppressWarnings("unchecked") // by definition, innerType == T, so this is safe
691 TypeLiteral<T> value = (TypeLiteral<T>) TypeLiteral.get(innerType);
    [all...]
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 280 REGISTER_MATCHER(innerType);
  /external/clang/unittests/ASTMatchers/
ASTMatchersNodeTest.cpp     [all...]
  /external/clang/lib/AST/
Type.cpp 875 QualType innerType = recurse(T->getInnerType());
876 if (innerType.isNull())
879 if (innerType.getAsOpaquePtr() == T->getInnerType().getAsOpaquePtr())
882 return Ctx.getParenType(innerType);
    [all...]
  /prebuilts/tools/common/m2/repository/net/sf/json-lib/json-lib/2.3/
json-lib-2.3-jdk15.jar 
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing/1.1.1/
kotlin-annotation-processing-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing/1.1.3/
kotlin-annotation-processing-1.1.3.jar 
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/ASTMatchers/
ASTMatchers.h     [all...]

Completed in 827 milliseconds

1 2 3 4 5