Home
last modified time | relevance | path

Searched refs:zz64 (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/pb/
Dtest_decoder.cc217 string zz64(int64_t x) { return varint(upb_zzenc_64(x)); } in zz64() function
885 zz64(33), in test_valid()
886 zz64(-66)); in test_valid()
/external/protobuf/conformance/
Dbinary_json_conformance_suite.cc146 string zz64(int64_t x) { return varint(WireFormatLite::ZigZagEncode64(x)); } in zz64() function
788 {zz64(12345), "12345"}, in RunSuiteImpl()
789 {zz64(kInt64Max), std::to_string(kInt64Max)}, in RunSuiteImpl()
790 {zz64(kInt64Min), std::to_string(kInt64Min)} in RunSuiteImpl()