Searched defs:ObjectImpl (Results 1 – 3 of 3) sorted by relevance
23 pub enum ObjectImpl { enum32 impl ObjectImpl { impl
157 imp: ObjectImpl, in interface_meta_static_var()
414 struct ObjectImpl : public BASE struct416 using ID = sw::SpirvID<TYPE>;417 static constexpr auto Kind = KIND;419 ObjectImpl() in ObjectImpl() function426 static constexpr bool kindof(Object::Kind kind) { return kind == Kind; } in kindof()