HomeSort by relevance Sort by last modified time
    Searched refs:SInt64ByteSize (Results 1 - 5 of 5) sorted by null

  /external/protobuf/python/google/protobuf/internal/
wire_format_test.py 144 # SInt64ByteSize().
145 [wire_format.SInt64ByteSize, 0, 1],
146 [wire_format.SInt64ByteSize, -1, 1],
147 [wire_format.SInt64ByteSize, 1, 1],
148 [wire_format.SInt64ByteSize, -63, 1],
149 [wire_format.SInt64ByteSize, 63, 1],
150 [wire_format.SInt64ByteSize, -64, 1],
151 [wire_format.SInt64ByteSize, 64, 2],
wire_format.py 147 def SInt64ByteSize(field_number, int64):
type_checkers.py 233 _FieldDescriptor.TYPE_SINT64: wire_format.SInt64ByteSize
  /external/nanopb-c/generator/google/protobuf/internal/
wire_format.py 147 def SInt64ByteSize(field_number, int64):
type_checkers.py 191 _FieldDescriptor.TYPE_SINT64: wire_format.SInt64ByteSize

Completed in 130 milliseconds