Home
last modified time | relevance | path

Searched defs:bool (Results 1 – 6 of 6) sorted by relevance

/libCEED/rust/libceed/src/
H A Delem_restriction.rs59 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 Dqfunction.rs183 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 Dvector.rs63 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 Dbasis.rs52 pub fn is_some(&self) -> bool { in is_some()
74 pub fn is_none(&self) -> bool { in is_none()
H A Dlib.rs518 orients: &[bool], in oriented_elem_restriction()
/libCEED/tests/
H A Djunit_common.py524 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: