Searched defs:readU32 (Results 1 – 8 of 8) sorted by relevance
4 def readU32(contents, offset): function
174 readU32() throws WireParseException { in readU32() method in DNSInput
107 uint32_t readU32() { return this->readInt(); } in readU32() function
78 uint32_t readU32() { return (uint32_t)this->readS32(); } in readU32() function
73 bool readU32(uint32_t* x) { return read(x, 4); } in readU32() function