Searched defs:bool (Results 1 – 6 of 6) sorted by relevance
| /libCEED/rust/libceed/src/ |
| H A D | elem_restriction.rs | 59 pub fn is_some(&self) -> bool { in is_some() 87 pub fn is_none(&self) -> bool { in is_none() 213 orients: &[bool], in create_oriented()
|
| H A D | qfunction.rs | 183 pub fn is_some(&self) -> bool { in is_some() 224 pub fn is_some_q_function(&self) -> bool { in is_some_q_function() 274 pub fn is_some_q_function_by_name(&self) -> bool { in is_some_q_function_by_name() 315 pub fn is_none(&self) -> bool { in is_none()
|
| H A D | vector.rs | 63 pub fn is_some(&self) -> bool { in is_some() 89 pub fn is_active(&self) -> bool { in is_active() 115 pub fn is_none(&self) -> bool { in is_none() 401 pub fn is_empty(&self) -> bool { in is_empty()
|
| H A D | basis.rs | 52 pub fn is_some(&self) -> bool { in is_some() 74 pub fn is_none(&self) -> bool { in is_none()
|
| H A D | lib.rs | 518 orients: &[bool], in oriented_elem_restriction()
|
| /libCEED/tests/ |
| H A D | junit_common.py | 524 backend: str, test: str, index: int, verbose: bool) -> str: 586 mode: RunMode, nproc: int, suite_spec: SuiteSpec, verbose: bool = False) -> TestCase: 769 …suite_spec: SuiteSpec, pool_size: int = 1, search: str = ".*", verbose: bool = False) -> TestSuite:
|