Searched defs:AsStruct (Results 1 – 4 of 4) sorted by relevance
37 Struct* Type::AsStruct() { in AsStruct() function in amber::type::Type49 const Struct* Type::AsStruct() const { in AsStruct() function in amber::type::Type
460 Struct* AsStruct() override { return this; } in AsStruct() function461 const Struct* AsStruct() const override { return this; } in AsStruct() function
466 Struct* AsStruct() override { return this; } in AsStruct() function467 const Struct* AsStruct() const override { return this; } in AsStruct() function