Home
last modified time | relevance | path

Searched refs:IsOk (Results 1 – 2 of 2) sorted by relevance

/tools/netsim/rust/cli/src/
Dffi.rs85 pub fn IsOk(self: &ClientResult) -> bool; in IsOk() function
/tools/netsim/src/frontend/
Dfrontend_client.h38 bool IsOk() const { return is_ok_; }; in IsOk() function