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