Home
last modified time | relevance | path

Searched refs:ZigZag (Results 1 – 15 of 15) sorted by relevance

/external/perfetto/protos/perfetto/common/
Ddescriptor.proto92 // Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT64 if
96 // Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT32 if
117 // Uses ZigZag encoding.
119 // Uses ZigZag encoding.
/external/protobuf/src/google/protobuf/
Dwire_format_lite.cc611 template <bool ZigZag, bool SignExtended, typename T>
617 (std::is_unsigned<T>::value ^ ZigZag) || std::is_signed<T>::value, in VarintSize()
623 static_assert(!(SignExtended && ZigZag), in VarintSize()
630 if (ZigZag) { in VarintSize()
648 template <bool ZigZag, typename T>
653 static_assert(!ZigZag || !std::is_unsigned<T>::value, in VarintSize64()
659 if (ZigZag) { in VarintSize64()
Ddescriptor.proto143 // Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT64 if
147 // Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT32 if
167 TYPE_SINT32 = 17; // Uses ZigZag encoding.
168 TYPE_SINT64 = 18; // Uses ZigZag encoding.
Dwire_format_unittest.cc746 TEST(WireFormatTest, ZigZag) { in TEST() argument
/external/pigweed/pw_varint/
Ddocs.rst29 Returns the size of a signed integer when ZigZag encoded as a varint.
/external/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto109 // Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT64 if
113 // Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT32 if
129 TYPE_SINT32 = 17; // Uses ZigZag encoding.
130 TYPE_SINT64 = 18; // Uses ZigZag encoding.
/external/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto109 // Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT64 if
113 // Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT32 if
129 TYPE_SINT32 = 17; // Uses ZigZag encoding.
130 TYPE_SINT64 = 18; // Uses ZigZag encoding.
/external/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto109 // Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT64 if
113 // Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT32 if
129 TYPE_SINT32 = 17; // Uses ZigZag encoding.
130 TYPE_SINT64 = 18; // Uses ZigZag encoding.
/external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/
Ddescriptor.proto116 // Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT64 if
120 // Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT32 if
136 TYPE_SINT32 = 17; // Uses ZigZag encoding.
137 TYPE_SINT64 = 18; // Uses ZigZag encoding.
/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto131 // Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT64 if
135 // Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT32 if
155 TYPE_SINT32 = 17; // Uses ZigZag encoding.
156 TYPE_SINT64 = 18; // Uses ZigZag encoding.
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto142 // Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT64 if
146 // Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT32 if
166 TYPE_SINT32 = 17; // Uses ZigZag encoding.
167 TYPE_SINT64 = 18; // Uses ZigZag encoding.
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.proto143 // Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT64 if
147 // Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT32 if
167 TYPE_SINT32 = 17; // Uses ZigZag encoding.
168 TYPE_SINT64 = 18; // Uses ZigZag encoding.
/external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
Ddescriptor.proto140 // Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT64 if
144 // Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT32 if
164 TYPE_SINT32 = 17; // Uses ZigZag encoding.
165 TYPE_SINT64 = 18; // Uses ZigZag encoding.
Ddescriptor_sv.proto140 // Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT64 if
144 // Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT32 if
164 TYPE_SINT32 = 17; // Uses ZigZag encoding.
165 TYPE_SINT64 = 18; // Uses ZigZag encoding.
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto2703 // Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT64 if
2707 // Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT32 if
2728 // Uses ZigZag encoding.
2730 // Uses ZigZag encoding.