/external/deqp/modules/glshared/ |
D | glsLifetimeTests.hpp | 224 Type& elementType, Type& containerType) in Attacher() argument 227 , m_containerType (containerType) {} in Attacher() 285 Type& elementType, Type& containerType) in FboAttacher() argument 286 : Attacher (ctx, elementType, containerType) {} in FboAttacher() 310 TextureFboAttacher (const Context& ctx, Type& elementType, Type& containerType) in TextureFboAttacher() argument 311 : FboAttacher (ctx, elementType, containerType) {} in TextureFboAttacher() 322 RboFboAttacher (const Context& ctx, Type& elementType, Type& containerType) in RboFboAttacher() argument 323 : FboAttacher (ctx, elementType, containerType) {} in RboFboAttacher() 335 Type& elementType, Type& containerType) in ShaderProgramAttacher() argument 336 : Attacher (ctx, elementType, containerType) {} in ShaderProgramAttacher()
|
D | glsLifetimeTests.cpp | 1080 Type& containerType = m_attacher.getContainerType(); in testDeletedNames() local 1081 Name container (containerType); in testDeletedNames() 1150 Type& containerType = attacher.getContainerType(); in iterate() local 1152 Name container (containerType); in iterate() 1231 Type& containerType = attacher.getContainerType(); in iterate() local 1233 Name container (containerType); in iterate()
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/javasymbolsolver_0_6_0/expected_output/java-symbol-solver-model/ |
D | com_github_javaparser_symbolsolver_model_declarations_ReferenceTypeDeclaration.txt | 80 Line 220) this.containerType().isPresent() ==> java.util.Optional.isPresent() 81 …Line 220) this.containerType() ==> com.github.javaparser.symbolsolver.model.declarations.TypeDecla… 82 …Line 221) this.containerType().get().findTypeParameter(name) ==> com.github.javaparser.symbolsolve… 83 Line 221) this.containerType().get() ==> java.util.Optional.get() 84 …Line 221) this.containerType() ==> com.github.javaparser.symbolsolver.model.declarations.TypeDecla…
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/javasymbolsolver_0_6_0/expected_output/java-symbol-solver-core/ |
D | com_github_javaparser_symbolsolver_javaparsermodel_declarations_JavaParserTypeVariableDeclaration.txt | 12 …e 185) asTypeParameter().containerType() ==> com.github.javaparser.symbolsolver.model.declarations…
|
D | com_github_javaparser_symbolsolver_reflectionmodel_ReflectionEnumDeclaration.txt | 7 …reflectionClassAdapter.containerType() ==> com.github.javaparser.symbolsolver.reflectionmodel.Refl…
|
D | com_github_javaparser_symbolsolver_javaparsermodel_declarations_JavaParserEnumDeclaration.txt | 71 …arserTypeAdapter.containerType() ==> com.github.javaparser.symbolsolver.javaparsermodel.declaratio…
|
D | com_github_javaparser_symbolsolver_javassistmodel_JavassistEnumDeclaration.txt | 45 …DeclarationAdapter.containerType() ==> com.github.javaparser.symbolsolver.javassistmodel.Javassist…
|
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparsermodel/declarations/ |
D | JavaParserTypeVariableDeclaration.java | 184 public Optional<ResolvedReferenceTypeDeclaration> containerType() { in containerType() method in JavaParserTypeVariableDeclaration 185 return asTypeParameter().containerType(); in containerType()
|
D | JavaParserEnumDeclaration.java | 347 public Optional<ResolvedReferenceTypeDeclaration> containerType() { in containerType() method in JavaParserEnumDeclaration 348 return javaParserTypeAdapter.containerType(); in containerType()
|
D | JavaParserInterfaceDeclaration.java | 305 public Optional<ResolvedReferenceTypeDeclaration> containerType() { in containerType() method in JavaParserInterfaceDeclaration 306 return javaParserTypeAdapter.containerType(); in containerType()
|
D | JavaParserAnnotationDeclaration.java | 92 public Optional<ResolvedReferenceTypeDeclaration> containerType() { in containerType() method in JavaParserAnnotationDeclaration
|
D | JavaParserClassDeclaration.java | 364 public Optional<ResolvedReferenceTypeDeclaration> containerType() { in containerType() method in JavaParserClassDeclaration 365 return javaParserTypeAdapter.containerType(); in containerType()
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/resolution/declarations/ |
D | ResolvedReferenceTypeDeclaration.java | 241 if (this.containerType().isPresent()) { in findTypeParameter() 242 return this.containerType().get().findTypeParameter(name); in findTypeParameter()
|
D | ResolvedTypeDeclaration.java | 73 Optional<ResolvedReferenceTypeDeclaration> containerType(); in containerType() method
|
D | ResolvedTypeParameterDeclaration.java | 94 public Optional<ResolvedReferenceTypeDeclaration> containerType() { in onType() method
|
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/reflectionmodel/ |
D | ReflectionEnumDeclaration.java | 81 public Optional<ResolvedReferenceTypeDeclaration> containerType() { in containerType() method in ReflectionEnumDeclaration 82 return reflectionClassAdapter.containerType(); in containerType()
|
D | ReflectionInterfaceDeclaration.java | 277 public Optional<ResolvedReferenceTypeDeclaration> containerType() { in containerType() method in ReflectionInterfaceDeclaration 278 return reflectionClassAdapter.containerType(); in containerType()
|
D | ReflectionClassDeclaration.java | 324 public Optional<ResolvedReferenceTypeDeclaration> containerType() { in containerType() method in ReflectionClassDeclaration 325 return reflectionClassAdapter.containerType(); in containerType()
|
D | ReflectionTypeParameter.java | 124 public Optional<ResolvedReferenceTypeDeclaration> containerType() { in containerType() method in ReflectionTypeParameter
|
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javassistmodel/ |
D | JavassistEnumDeclaration.java | 168 public Optional<ResolvedReferenceTypeDeclaration> containerType() { in containerType() method in JavassistEnumDeclaration 169 return javassistTypeDeclarationAdapter.containerType(); in containerType()
|
D | JavassistInterfaceDeclaration.java | 255 public Optional<ResolvedReferenceTypeDeclaration> containerType() { in containerType() method in JavassistInterfaceDeclaration 256 return javassistTypeDeclarationAdapter.containerType(); in containerType()
|
D | JavassistTypeParameter.java | 108 public Optional<ResolvedReferenceTypeDeclaration> containerType() { in containerType() method in JavassistTypeParameter
|
D | JavassistTypeDeclarationAdapter.java | 84 public Optional<ResolvedReferenceTypeDeclaration> containerType() { in containerType() method in JavassistTypeDeclarationAdapter
|
D | JavassistClassDeclaration.java | 358 public Optional<ResolvedReferenceTypeDeclaration> containerType() { in containerType() method in JavassistClassDeclaration 359 return javassistTypeDeclarationAdapter.containerType(); in containerType()
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/ |
D | DefaultPackageTest.java | 122 public Optional<ResolvedReferenceTypeDeclaration> containerType() { in containerType() method in DefaultPackageTest.MyClassDeclaration
|