Home
last modified time | relevance | path

Searched defs:FromNumber (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/grpc-grpc/include/grpc/support/
H A Djson.h61 static Json FromNumber(const std::string& str) { in FromNumber() function
66 static Json FromNumber(const char* str) { in FromNumber() function
71 static Json FromNumber(std::string&& str) { in FromNumber() function
76 static Json FromNumber(int32_t value) { in FromNumber() function
81 static Json FromNumber(uint32_t value) { in FromNumber() function
86 static Json FromNumber(int64_t value) { in FromNumber() function
91 static Json FromNumber(uint64_t value) { in FromNumber() function
96 static Json FromNumber(double value) { in FromNumber() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpc/support/
Djson.h61 static Json FromNumber(const std::string& str) { in FromNumber() function
66 static Json FromNumber(const char* str) { in FromNumber() function
71 static Json FromNumber(std::string&& str) { in FromNumber() function
76 static Json FromNumber(int32_t value) { in FromNumber() function
81 static Json FromNumber(uint32_t value) { in FromNumber() function
86 static Json FromNumber(int64_t value) { in FromNumber() function
91 static Json FromNumber(uint64_t value) { in FromNumber() function
96 static Json FromNumber(double value) { in FromNumber() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-core-include/grpc/support/
Djson.h61 static Json FromNumber(const std::string& str) { in FromNumber() function
66 static Json FromNumber(const char* str) { in FromNumber() function
71 static Json FromNumber(std::string&& str) { in FromNumber() function
76 static Json FromNumber(int32_t value) { in FromNumber() function
81 static Json FromNumber(uint32_t value) { in FromNumber() function
86 static Json FromNumber(int64_t value) { in FromNumber() function
91 static Json FromNumber(uint64_t value) { in FromNumber() function
96 static Json FromNumber(double value) { in FromNumber() function