Home
last modified time | relevance | path

Searched defs:GroupId (Results 1 – 6 of 6) sorted by relevance

/external/cronet/net/socket/
Dclient_socket_pool.cc76 ClientSocketPool::GroupId::GroupId() in GroupId() function in net::ClientSocketPool::GroupId
79 ClientSocketPool::GroupId::GroupId( in GroupId() function in net::ClientSocketPool::GroupId
/external/crosvm/fuse/src/
Dmount.rs19 GroupId(libc::gid_t), enumerator
/external/rust/pica/src/
Duci_packets.rs85 pub enum GroupId { enum
97 impl fmt::Display for GroupId { implementation
2416 pub fn get_group_id(&self) -> GroupId { in get_group_id()
2509 fn parse(bytes: &[u8], group_id: GroupId, opcode: u8) -> Result<Self> { in parse()
2651 pub fn get_group_id(&self) -> GroupId { in get_group_id()
2757 fn parse(bytes: &[u8], group_id: GroupId, opcode: u8) -> Result<Self> { in parse()
2907 pub fn get_group_id(&self) -> GroupId { in get_group_id()
3013 fn parse(bytes: &[u8], group_id: GroupId, opcode: u8) -> Result<Self> { in parse()
3168 pub fn get_group_id(&self) -> GroupId { in get_group_id()
3370 pub fn get_group_id(&self) -> GroupId { in get_group_id()
[all …]
/external/uwb/src/rust/uwb_uci_packets/src/
Dlib.rs266 impl From<GroupIdOrDataPacketFormat> for GroupId { implementation
296 fn new(message_type: MessageType, group_id: GroupId, opcode: u8) -> Result<Self> { in new()
346 group_id: GroupId, in build_uci_control_packet()
/external/scudo/standalone/tests/
Drelease_test.cpp332 for (scudo::uptr GroupId = 0; GroupId < GroupNum; ++GroupId) { in testPageMapMarkRange() local
/external/rust/pica/scripts/
Duci_packets.py99 class GroupId(enum.IntEnum): class