| 1120 | } |
| 1121 | |
| 1122 | size_t EnumSchema::getCasesSize() const { |
| 1123 | return _casesSize; |
| 1124 | } |
| 1125 | |
| 1126 | const EnumCaseSchema& EnumSchema::getCase(size_t index) const { |
| 1127 | InlineContainerAllocator<EnumSchema, EnumCaseSchema> allocator; |
no outgoing calls