Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/internal/
Dpython_message.py323 decode_type = field_descriptor.type
324 if (decode_type == _FieldDescriptor.TYPE_ENUM and
326 decode_type = _FieldDescriptor.TYPE_INT32
338 elif decode_type == _FieldDescriptor.TYPE_STRING:
345 field_decoder = type_checkers.TYPE_TO_DECODER[decode_type](
/external/pdfium/samples/
Dpdfium_test_write_helper.cc544 ThumbnailDecodeType decode_type) { in GetThumbnailFilename() argument
546 switch (decode_type) { in GetThumbnailFilename()