Searched defs:GetBit (Results 1 – 2 of 2) sorted by relevance
350 bool StunUInt32Attribute::GetBit(int index) const { in GetBit() function in cricket::StunUInt32Attribute
49 #define GetBit(x,y) ((x & (1<<y))>>y) macro