Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/internal/
Dwire_format.py66 FORMAT_UINT32_LITTLE_ENDIAN = '<I' variable
74 if struct.calcsize(FORMAT_UINT32_LITTLE_ENDIAN) != 4: