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

  /external/protobuf/python/google/protobuf/internal/
wire_format_test.py 155 # Fixed64ByteSize().
156 [wire_format.Fixed64ByteSize, 0, 8],
157 [wire_format.Fixed64ByteSize, wire_format.UINT64_MAX, 8],
wire_format.py 155 def Fixed64ByteSize(field_number, fixed64):
type_checkers.py 221 _FieldDescriptor.TYPE_FIXED64: wire_format.Fixed64ByteSize,
  /external/nanopb-c/generator/google/protobuf/internal/
wire_format.py 155 def Fixed64ByteSize(field_number, fixed64):
type_checkers.py 179 _FieldDescriptor.TYPE_FIXED64: wire_format.Fixed64ByteSize,

Completed in 295 milliseconds