Home
last modified time | relevance | path

Searched refs:isNested (Results 1 – 16 of 16) sorted by relevance

/third_party/flatbuffers/swift/Sources/FlatBuffers/
DFlatBufferBuilder.swift30 private var isNested = false variable
98 isNested = false in clear()
153 isNested = true in startTable()
166 assert(isNested, "Calling endtable without calling starttable") in endTable()
217 isNested = false in endTable()
226 assert(!isNested, "Object serialization must not be nested") in notNested()
291 isNested = true in startVector()
301 assert(isNested, "Calling endVector without calling startVector") in endVector()
302 isNested = false in endVector()
/third_party/flatbuffers/ts/
Dbuilder.ts17 private isNested = false; property in Builder
56 this.isNested = false;
280 if (this.isNested) {
351 this.isNested = true;
361 if (this.vtable == null || !this.isNested) {
418 this.isNested = false;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeTypeUDT.cpp64 dumpSymbolField(OS, "nested", isNested(), Indent); in dump()
183 bool NativeTypeUDT::isNested() const { in isNested() function in NativeTypeUDT
185 return UnmodifiedType->isNested(); in isNested()
DNativeTypeEnum.cpp154 dumpSymbolField(OS, "nested", isNested(), Indent); in dump()
311 bool NativeTypeEnum::isNested() const { in isNested() function in NativeTypeEnum
313 return UnmodifiedType->isNested(); in isNested()
DNativeRawSymbol.cpp624 bool NativeRawSymbol::isNested() const { in isNested() function in NativeRawSymbol
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolTypeTypedef.h35 FORWARD_SYMBOL_METHOD(isNested)
DPDBSymbolTypeEnum.h39 FORWARD_SYMBOL_METHOD(isNested)
DPDBSymbolTypeUDT.h40 FORWARD_SYMBOL_METHOD(isNested)
DPDBSymbolTypeBaseClass.h39 FORWARD_SYMBOL_METHOD(isNested)
DIPDBRawSymbol.h228 virtual bool isNested() const = 0;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeTypeEnum.h50 bool isNested() const override;
DNativeTypeUDT.h52 bool isNested() const override;
DNativeRawSymbol.h202 bool isNested() const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h197 bool isNested() const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h440 bool isNested() const { in isNested() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp1157 bool DIARawSymbol::isNested() const { in isNested() function in DIARawSymbol