Searched refs:is_struct (Results 1 – 12 of 12) sorted by relevance
150 EXPECT_TRUE(eq.is_struct(cx)); in TEST()218 EXPECT_FALSE(eq.is_struct(cx)); in TEST()246 EXPECT_FALSE(any.is_struct(cx)); in TEST()274 EXPECT_TRUE(any.is_struct(cx)); in TEST()302 EXPECT_FALSE(any.is_struct(cx)); in TEST()
69 pub fn is_struct(&self, _store: impl AsContext) -> Result<bool> { in is_struct() method
122 pub fn is_struct(&self, _store: impl AsContext) -> Result<bool> { in is_struct() method
95 bool is_struct(Store::Context cx) const { in is_struct() function in wasmtime::EqRef452 inline bool AnyRef::is_struct(Store::Context cx) const { in is_struct() function in wasmtime::AnyRef
193 inline bool is_struct(Store::Context cx) const;
167 if x.is_struct(store)? { in match_val()
344 pub fn is_struct(&self, store: impl AsContext) -> Result<bool> { in is_struct() method
558 pub fn is_struct(&self, store: impl AsContext) -> Result<bool> { in is_struct() method
102 assert!(anyref.is_struct(&store)?); in anyref_as_struct()108 assert!(!anyref.is_struct(&store)?); in anyref_as_struct()
746 Some(eqref) => eqref.is_struct(&cx).expect("OwnedRooted always in scope"), in wasmtime_eqref_is_struct()977 Some(anyref) => anyref.is_struct(&cx).expect("OwnedRooted always in scope"), in wasmtime_anyref_is_struct()
1268 pub fn is_struct(&self) -> bool { in is_struct() method1437 pub fn is_struct(&self) -> bool { in is_struct() method1438 self.composite_type.inner.is_struct() && !self.composite_type.shared in is_struct()
2108 debug_assert!(registered_type.is_struct()); in from_registered_type()