Home
last modified time | relevance | path

Searched defs:UserList_User (Results 1 – 4 of 4) sorted by relevance

/dports/audio/mumble/mumble-1.3.3/src/mumble/
H A DUserEdit.h20 class UserList_User; variable
/dports/audio/murmur/mumble-1.3.3/src/mumble/
H A DUserEdit.h20 class UserList_User; variable
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/layeh.com/gumble/gumble/MumbleProto/
H A DMumble.pb.go2063 type UserList_User struct { struct
2070 XXX_NoUnkeyedLiteral struct{} `json:"-"`
2071 XXX_unrecognized []byte `json:"-"`
2072 XXX_sizecache int32 `json:"-"`
2077 func (*UserList_User) ProtoMessage() {}
2091 func (m *UserList_User) XXX_Size() int {
2094 func (m *UserList_User) XXX_DiscardUnknown() {
2100 func (m *UserList_User) GetUserId() uint32 {
2107 func (m *UserList_User) GetName() string {
2114 func (m *UserList_User) GetLastSeen() string {
[all …]
/dports/www/beehive/beehive-0.4.0/vendor/layeh.com/gumble/gumble/MumbleProto/
H A DMumble.pb.go1562 type UserList_User struct { struct
1564 UserId *uint32 `protobuf:"varint,1,req,name=user_id,json=userId" json:"user_id,omitempty"`
1566 Name *string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
1569 XXX_unrecognized []byte `json:"-"`
1572 func (m *UserList_User) Reset() { *m = UserList_User{} }
1573 func (m *UserList_User) String() string { return proto.CompactTextString(m) }
1574 func (*UserList_User) ProtoMessage() {}
1577 func (m *UserList_User) GetUserId() uint32 {
1584 func (m *UserList_User) GetName() string {
1591 func (m *UserList_User) GetLastSeen() string {
[all …]