/external/apache-commons-bcel/src/test/java/org/apache/bcel/ |
D | AnonymousClassTestCase.java | 30 assertFalse("regular outer classes are not nested", clazz.isNested()); in testRegularClassIsNotAnonymous() 39 assertTrue("regular inner classes are nested", clazz.isNested()); in testNamedInnerClassIsNotAnonymous() 48 assertTrue("regular static inner classes are nested", clazz.isNested()); in testStaticInnerClassIsNotAnonymous() 56 assertTrue("anonymous inner classes are anonymous", clazz.isNested()); in testAnonymousInnerClassIsAnonymous()
|
/external/flatbuffers/swift/Sources/FlatBuffers/ |
D | FlatBufferBuilder.swift | 12 private var isNested = false variable 77 isNested = false in clear() 135 isNested = true in startTable() 149 assert(isNested, "Calling endtable without calling starttable") in endTable() 199 isNested = false in endTable() 207 assert(!isNested, "Object serialization must not be nested") in notNested() 264 isNested = true in startVector() 274 assert(isNested, "Calling endVector without calling startVector") in endVector() 275 isNested = false in endVector()
|
/external/clang/include/clang/Sema/ |
D | ScopeInfo.h | 486 bool isNested() const { in isNested() function 538 void addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture() argument 541 Captures.push_back(Capture(Var, isBlock, isByref, isNested, Loc, in addCapture() 556 void addThisCapture(bool isNested, SourceLocation Loc, 877 CapturingScopeInfo::addThisCapture(bool isNested, SourceLocation Loc, in addThisCapture() argument 880 Captures.push_back(Capture(Capture::ThisCapture, isNested, Loc, QualType(), in addThisCapture()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeTypeUDT.cpp | 64 dumpSymbolField(OS, "nested", isNested(), Indent); in dump() 183 bool NativeTypeUDT::isNested() const { in isNested() function in NativeTypeUDT 185 return UnmodifiedType->isNested(); in isNested()
|
D | NativeTypeEnum.cpp | 154 dumpSymbolField(OS, "nested", isNested(), Indent); in dump() 311 bool NativeTypeEnum::isNested() const { in isNested() function in NativeTypeEnum 313 return UnmodifiedType->isNested(); in isNested()
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeTypeUDT.cpp | 64 dumpSymbolField(OS, "nested", isNested(), Indent); in dump() 183 bool NativeTypeUDT::isNested() const { in isNested() function in NativeTypeUDT 185 return UnmodifiedType->isNested(); in isNested()
|
D | NativeTypeEnum.cpp | 154 dumpSymbolField(OS, "nested", isNested(), Indent); in dump() 311 bool NativeTypeEnum::isNested() const { in isNested() function in NativeTypeEnum 313 return UnmodifiedType->isNested(); in isNested()
|
/external/llvm-project/clang/include/clang/Sema/ |
D | ScopeInfo.h | 610 bool isNested() const { return Nested; } in isNested() function 682 void addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture() argument 685 Captures.push_back(Capture(Var, isBlock, isByref, isNested, Loc, in addCapture() 696 void addThisCapture(bool isNested, SourceLocation Loc, QualType CaptureType, 1039 inline void CapturingScopeInfo::addThisCapture(bool isNested, in addThisCapture() argument 1043 Captures.push_back(Capture(Capture::ThisCapture, isNested, Loc, CaptureType, in addThisCapture()
|
/external/flatbuffers/js/ |
D | flatbuffers.js | 200 this.isNested = false; 241 this.isNested = false; 533 if (this.isNested) { 609 this.isNested = true; 619 if (this.vtable == null || !this.isNested) { 675 this.isNested = false;
|
/external/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBSymbolTypeUDT.h | 40 FORWARD_SYMBOL_METHOD(isNested)
|
D | PDBSymbolTypeTypedef.h | 40 FORWARD_SYMBOL_METHOD(isNested)
|
D | PDBSymbolTypeEnum.h | 44 FORWARD_SYMBOL_METHOD(isNested)
|
D | PDBSymbolTypeBaseClass.h | 41 FORWARD_SYMBOL_METHOD(isNested)
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBSymbolTypeTypedef.h | 35 FORWARD_SYMBOL_METHOD(isNested)
|
D | PDBSymbolTypeUDT.h | 40 FORWARD_SYMBOL_METHOD(isNested)
|
D | PDBSymbolTypeEnum.h | 39 FORWARD_SYMBOL_METHOD(isNested)
|
D | PDBSymbolTypeBaseClass.h | 39 FORWARD_SYMBOL_METHOD(isNested)
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBSymbolTypeUDT.h | 40 FORWARD_SYMBOL_METHOD(isNested)
|
D | PDBSymbolTypeEnum.h | 39 FORWARD_SYMBOL_METHOD(isNested)
|
D | PDBSymbolTypeTypedef.h | 35 FORWARD_SYMBOL_METHOD(isNested)
|
D | PDBSymbolTypeBaseClass.h | 39 FORWARD_SYMBOL_METHOD(isNested)
|
/external/dagger2/java/dagger/internal/codegen/writing/ |
D | ComponentImplementation.java | 245 public boolean isNested() { in isNested() method in ComponentImplementation 267 return isNested() in getCreatorName() 424 if (isNested()) { in modifiers()
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/ |
D | JavaClass.java | 69 private boolean isNested = false; field in JavaClass 708 public final boolean isNested() { in isNested() method in JavaClass 710 return this.isNested; in isNested() 729 this.isNested = true; in computeNestedTypeStatus()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | NativeTypeEnum.h | 50 bool isNested() const override;
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | NativeTypeEnum.h | 50 bool isNested() const override;
|