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