Searched defs:appendU32 (Results 1 – 2 of 2) sorted by relevance
239 void appendU32(uint32_t value) { this->beginValue(); this->appendf("%u", value); } in appendU32() function
214 void appendU32(uint32_t value) { this->insertU32((size_t)-1, value); } in appendU32() function