Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/bindings/lib/
Dscoped_interface_endpoint_handle.cc39 InterfaceId cached_id = kInvalidInterfaceId; in Close() local
79 cached_id = id_; in Close()
89 cached_group_controller->CloseEndpointHandle(cached_id, reason); in Close()
/external/rust/crates/regex-automata/src/
Ddeterminize.rs148 if let Some(&cached_id) = self.cache.get(&state) { in cached_state()
152 return Ok((cached_id, false)); in cached_state()