Searched defs:GroupId (Results 1 – 6 of 6) sorted by relevance
| /external/cronet/net/socket/ |
| D | client_socket_pool.cc | 76 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/ |
| D | mount.rs | 19 GroupId(libc::gid_t), enumerator
|
| /external/rust/pica/src/ |
| D | uci_packets.rs | 85 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/ |
| D | lib.rs | 266 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/ |
| D | release_test.cpp | 332 for (scudo::uptr GroupId = 0; GroupId < GroupNum; ++GroupId) { in testPageMapMarkRange() local
|
| /external/rust/pica/scripts/ |
| D | uci_packets.py | 99 class GroupId(enum.IntEnum): class
|