Searched refs:isNested (Results 1 – 16 of 16) sorted by relevance
30 private var isNested = false variable98 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()
17 private isNested = false; property in Builder56 this.isNested = false;280 if (this.isNested) {351 this.isNested = true;361 if (this.vtable == null || !this.isNested) {418 this.isNested = false;
64 dumpSymbolField(OS, "nested", isNested(), Indent); in dump()183 bool NativeTypeUDT::isNested() const { in isNested() function in NativeTypeUDT185 return UnmodifiedType->isNested(); in isNested()
154 dumpSymbolField(OS, "nested", isNested(), Indent); in dump()311 bool NativeTypeEnum::isNested() const { in isNested() function in NativeTypeEnum313 return UnmodifiedType->isNested(); in isNested()
624 bool NativeRawSymbol::isNested() const { in isNested() function in NativeRawSymbol
35 FORWARD_SYMBOL_METHOD(isNested)
39 FORWARD_SYMBOL_METHOD(isNested)
40 FORWARD_SYMBOL_METHOD(isNested)
228 virtual bool isNested() const = 0;
50 bool isNested() const override;
52 bool isNested() const override;
202 bool isNested() const override;
197 bool isNested() const override;
440 bool isNested() const { in isNested() function
1157 bool DIARawSymbol::isNested() const { in isNested() function in DIARawSymbol