Home
last modified time | relevance | path

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

/dports/games/pokerth/pokerth-1.1.2-rc/
H A Dpokerth.proto78 netAvatarImageGif = 3; enumerator
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/protobuf/
H A Dpokerth.pb.h538 netAvatarImageGif = 3 enumerator
542 const NetAvatarType NetAvatarType_MAX = netAvatarImageGif;
/dports/games/pokerth/pokerth-1.1.2-rc/tests/src/de/pokerth/protocol/
H A DProtoBuf.java415 netAvatarImageGif(2, 3), enumConstant
438 case 3: return netAvatarImageGif; in valueOf()