Searched defs:FromNumber (Results 1 – 3 of 3) sorted by relevance
61 static Json FromNumber(const std::string& str) { in FromNumber() function66 static Json FromNumber(const char* str) { in FromNumber() function71 static Json FromNumber(std::string&& str) { in FromNumber() function76 static Json FromNumber(int32_t value) { in FromNumber() function81 static Json FromNumber(uint32_t value) { in FromNumber() function86 static Json FromNumber(int64_t value) { in FromNumber() function91 static Json FromNumber(uint64_t value) { in FromNumber() function96 static Json FromNumber(double value) { in FromNumber() function