Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/internal/
Dwire_format.py67 FORMAT_UINT64_LITTLE_ENDIAN = '<Q' variable
76 if struct.calcsize(FORMAT_UINT64_LITTLE_ENDIAN) != 8: