Searched defs:appendS32 (Results 1 – 2 of 2) sorted by relevance
198 void appendS32(int32_t value) { this->beginValue(); this->appendf("%d", value); } in appendS32() function
206 void appendS32(int32_t value) { this->insertS32((size_t)-1, value); } in appendS32() function