Home
last modified time | relevance | path

Searched defs:all_static (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/mockall_derive/src/
Dmock_item_struct.rs82 fn all_static(&self) -> bool { in all_static() method
372 fn all_static(&self) -> bool { in all_static() method
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/onnx/
H A Dconstant_map.cpp37 void ConstantValueMap::SetAllGraphInputsStatic(bool all_static) { in SetAllGraphInputsStatic()