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