Home
last modified time | relevance | path

Searched refs:Bound (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/pkg-config/src/
Dlib.rs71 use std::ops::{Bound, RangeBounds};
79 min_version: Bound<String>,
80 max_version: Bound<String>,
283 min_version: Bound::Unbounded, in new()
284 max_version: Bound::Unbounded, in new()
304 self.min_version = Bound::Included(vers.to_string()); in atleast_version()
305 self.max_version = Bound::Unbounded; in atleast_version()
311 self.min_version = Bound::Included(vers.to_string()); in exactly_version()
312 self.max_version = Bound::Included(vers.to_string()); in exactly_version()
322 Bound::Included(vers) => Bound::Included(vers.to_string()), in range_version()
[all …]
/device/generic/goldfish/dhcp/client/
Ddhcpclient.cpp134 case State::Bound: in run()
200 case State::Bound: in stateToStr()
262 setNextState(State::Bound); in waitAndReceive()
Ddhcpclient.h49 Bound, enumerator