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
446 Struct* AsStruct() override { return this; } in AsStruct() function447 const Struct* AsStruct() const override { return this; } in AsStruct() function
459 Struct* AsStruct() override { return this; } in AsStruct() function460 const Struct* AsStruct() const override { return this; } in AsStruct() function