Home
last modified time | relevance | path

Searched defs:is_unit (Results 1 – 4 of 4) sorted by relevance

/external/stg/test_cases/info_tests/variant/
Dsingleton.rs6 pub fn is_unit(s: Singleton) -> bool { in is_unit() function
Dsimple.rs9 pub fn is_unit(foo: Foo) -> bool { in is_unit() function
/external/rust/crates/darling_core/src/ast/
Ddata.rs214 pub fn is_unit(&self) -> bool { in is_unit() method
382 pub fn is_unit(self) -> bool { in is_unit() method
/external/skia/src/shaders/
DSkImageShader.cpp330 auto is_unit = [](float x) { in MakeSubset() local