Searched defs:is_unit (Results 1 – 4 of 4) sorted by relevance
6 pub fn is_unit(s: Singleton) -> bool { in is_unit() function
9 pub fn is_unit(foo: Foo) -> bool { in is_unit() function
214 pub fn is_unit(&self) -> bool { in is_unit() method382 pub fn is_unit(self) -> bool { in is_unit() method
330 auto is_unit = [](float x) { in MakeSubset() local