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

  /external/protobuf/python/google/protobuf/internal/
unknown_fields_test.py 168 decoder = unittest_pb2.TestAllTypes._decoders_by_tag[tag_bytes][0]
279 decoder = missing_enum_values_pb2.TestEnumValues._decoders_by_tag[
python_message.py 166 cls._decoders_by_tag = {}
171 cls._decoders_by_tag[decoder.MESSAGE_SET_ITEM_TAG] = (
344 cls._decoders_by_tag[tag_bytes] = (field_decoder, oneof_descriptor)
    [all...]

Completed in 620 milliseconds