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