Searched refs:EnumByteSize (Results 1 - 5 of 5) sorted by relevance

/external/protobuf/python/google/protobuf/internal/
H A Dwire_format_test.py181 # EnumByteSize().
182 [wire_format.EnumByteSize, 0, 1],
183 [wire_format.EnumByteSize, 127, 1],
184 [wire_format.EnumByteSize, 128, 2],
185 [wire_format.EnumByteSize, wire_format.UINT32_MAX, 5],
H A Dwire_format.py179 def EnumByteSize(field_number, enum): function
H A Dtype_checkers.py253 _FieldDescriptor.TYPE_ENUM: wire_format.EnumByteSize,
/external/nanopb-c/generator/google/protobuf/internal/
H A Dwire_format.py179 def EnumByteSize(field_number, enum): function
H A Dtype_checkers.py187 _FieldDescriptor.TYPE_ENUM: wire_format.EnumByteSize,

Completed in 217 milliseconds