Searched defs:Comms (Results 1 – 5 of 5) sorted by relevance
32 class Comms; variable
29 class Comms; variable
101 Comms(Comms&& other) { *this = std::move(other); } in Comms() function262 Comms(std::unique_ptr<RawComms> raw_comms) in Comms() function
111 Comms::Comms(int fd, absl::string_view name) : raw_comms_(RawCommsFdImpl(fd)) { in Comms() function in sandbox2::Comms125 Comms::Comms(Comms::DefaultConnectionTag) : Comms(GetDefaultCommsFd()) {} in Comms() function in sandbox2::Comms
30 class Comms; variable