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

  /external/protobuf/python/google/protobuf/internal/
python_message.py 74 from google.protobuf.internal import type_checkers
312 field_encoder = type_checkers.TYPE_TO_ENCODER[field_descriptor.type](
314 sizer = type_checkers.TYPE_TO_SIZER[field_descriptor.type](
326 type_checkers.SupportsOpenEnums(field_descriptor)):
340 field_decoder = type_checkers.TYPE_TO_DECODER[decode_type](
346 AddDecoder(type_checkers.FIELD_TYPE_TO_WIRE_TYPE[field_descriptor.type],
382 key_checker = type_checkers.GetTypeChecker(fields_by_name['key'])
391 value_checker = type_checkers.GetTypeChecker(value_field)
427 type_checker = type_checkers.GetTypeChecker(field)
656 type_checker = type_checkers.GetTypeChecker(field
    [all...]
unknown_fields_test.py 50 from google.protobuf.internal import type_checkers
163 wire_type = type_checkers.FIELD_TYPE_TO_WIRE_TYPE[field_descriptor.type]
274 wire_type = type_checkers.FIELD_TYPE_TO_WIRE_TYPE[field_descriptor.type]
  /external/protobuf/python/google/protobuf/
text_format.py 53 from google.protobuf.internal import type_checkers
61 _INTEGER_CHECKERS = (type_checkers.Uint32ValueChecker(),
62 type_checkers.Int32ValueChecker(),
63 type_checkers.Uint64ValueChecker(),
64 type_checkers.Int64ValueChecker())
    [all...]
  /external/protobuf/
Makefile.am     [all...]

Completed in 69 milliseconds