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

  /external/nanopb-c/generator/google/protobuf/internal/
python_message.py 210 def AddDecoder(wiretype, is_packed):
217 AddDecoder(type_checkers.FIELD_TYPE_TO_WIRE_TYPE[field_descriptor.type],
223 AddDecoder(wire_format.WIRETYPE_LENGTH_DELIMITED, True)
    [all...]
  /external/protobuf/python/google/protobuf/internal/
python_message.py 220 def AddDecoder(wiretype, is_packed):
229 AddDecoder(type_checkers.FIELD_TYPE_TO_WIRE_TYPE[field_descriptor.type],
235 AddDecoder(wire_format.WIRETYPE_LENGTH_DELIMITED, True)
    [all...]

Completed in 310 milliseconds