Home
last modified time | relevance | path

Searched defs:isNested (Results 1 – 25 of 105) sorted by relevance

12345

/aosp_15_r20/external/sdk-platform-java/gapic-generator-java/src/main/java/com/google/api/generator/engine/ast/
H A DClassDefinition.java41 public abstract boolean isNested(); in isNested() method in ClassDefinition
114 public abstract Builder setIsNested(boolean isNested); in setIsNested()
/aosp_15_r20/external/clang/include/clang/Sema/
H A DScopeInfo.h486 bool isNested() const { in isNested() function
538 void addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture()
877 CapturingScopeInfo::addThisCapture(bool isNested, SourceLocation Loc, in addThisCapture()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Sema/
DScopeInfo.h659 bool isNested() const { return Nested; } in isNested() function
731 void addCapture(ValueDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture()
1093 inline void CapturingScopeInfo::addThisCapture(bool isNested, in addThisCapture()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Sema/
DScopeInfo.h659 bool isNested() const { return Nested; } in isNested() function
731 void addCapture(ValueDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture()
1093 inline void CapturingScopeInfo::addThisCapture(bool isNested, in addThisCapture()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Sema/
DScopeInfo.h659 bool isNested() const { return Nested; } in isNested() function
731 void addCapture(ValueDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture()
1093 inline void CapturingScopeInfo::addThisCapture(bool isNested, in addThisCapture()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/
DScopeInfo.h642 bool isNested() const { return Nested; } in isNested() function
714 void addCapture(ValueDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture()
1076 inline void CapturingScopeInfo::addThisCapture(bool isNested, in addThisCapture()
/aosp_15_r20/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
H A DJavaClass.java69 private boolean isNested = false; field in JavaClass
708 public final boolean isNested() { in isNested() method in JavaClass
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/xprocessing/
H A DXTypeElements.java61 public static boolean isNested(XTypeElement typeElement) { in isNested() method in XTypeElements
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp184 bool NativeTypeUDT::isNested() const { in isNested() function in NativeTypeUDT
H A DNativeTypeEnum.cpp316 bool NativeTypeEnum::isNested() const { in isNested() function in NativeTypeEnum
H A DNativeRawSymbol.cpp623 bool NativeRawSymbol::isNested() const { in isNested() function in NativeRawSymbol
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp183 bool NativeTypeUDT::isNested() const { in isNested() function in NativeTypeUDT
H A DNativeTypeEnum.cpp311 bool NativeTypeEnum::isNested() const { in isNested() function in NativeTypeEnum
H A DNativeRawSymbol.cpp624 bool NativeRawSymbol::isNested() const { in isNested() function in NativeRawSymbol
/aosp_15_r20/external/perfetto/ui/src/plugins/dev.perfetto.RecordTrace/
H A Drecord_controller.ts162 const isNested = typeof value === 'object' && !isRepeated; constant
/aosp_15_r20/external/perfetto/ui/src/plugins/dev.perfetto.RecordTrace/recordingV2/
H A Drecording_config_utils.ts897 const isNested = typeof value === 'object' && !isRepeated; constant
/aosp_15_r20/external/flatbuffers/ts/
H A Dbuilder.ts16 private isNested = false; property in Builder
/aosp_15_r20/external/flatbuffers/swift/Sources/FlatBuffers/
H A DFlatBufferBuilder.swift44 private var isNested = false variable
/aosp_15_r20/external/emma/core/java12/com/vladium/jcd/cls/
H A DClassDef.java155 public boolean isNested (final int [] nestedAccessFlags) in isNested() method in ClassDef
/aosp_15_r20/packages/modules/StatsD/statsd/src/
DFieldValue.h394 inline bool isNested() const { return getValueFromBitmask(NESTED_POS); } in isNested() function
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/writing/
H A DComponentImplementation.java420 private boolean isNested() { in isNested() method
/aosp_15_r20/external/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp995 bool DIARawSymbol::isNested() const { in isNested() function in DIARawSymbol
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp1157 bool DIARawSymbol::isNested() const { in isNested() function in DIARawSymbol
/aosp_15_r20/frameworks/base/core/java/android/app/
H A DActivityTransitionCoordinator.java280 private static boolean isNested(View view, ArrayMap<String, View> sharedElements) { in isNested() method in ActivityTransitionCoordinator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp1157 bool DIARawSymbol::isNested() const { in isNested() function in DIARawSymbol

12345