getByte            68 Source/wtf/CryptographicallyRandomNumber.cpp     inline uint8_t getByte();
getByte           112 Source/wtf/CryptographicallyRandomNumber.cpp         getByte();
getByte           136 Source/wtf/CryptographicallyRandomNumber.cpp     val = getByte() << 24;
getByte           137 Source/wtf/CryptographicallyRandomNumber.cpp     val |= getByte() << 16;
getByte           138 Source/wtf/CryptographicallyRandomNumber.cpp     val |= getByte() << 8;
getByte           139 Source/wtf/CryptographicallyRandomNumber.cpp     val |= getByte();
getByte           161 Source/wtf/CryptographicallyRandomNumber.cpp         result[length] = getByte();