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

  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
decoder.py 473 pos = value.add()._InternalParse(buffer, pos, end)
490 pos = value._InternalParse(buffer, pos, end)
523 if value.add()._InternalParse(buffer, pos, new_pos) != new_pos:
524 # The only reason _InternalParse would return early is if it
544 if value._InternalParse(buffer, pos, new_pos) != new_pos:
545 # The only reason _InternalParse would return early is if it encountered
614 if value._InternalParse(buffer, message_start,message_end) != message_end:
615 # The only reason _InternalParse would return early is if it encountered
python_message.py 795 if self._InternalParse(serialized, 0, length) != length:
796 # The only reason _InternalParse would return early is if it
829 cls._InternalParse = InternalParse
    [all...]
reflection_test.py     [all...]
  /external/protobuf/python/google/protobuf/internal/
decoder.py 400 pos = value.add()._InternalParse(buffer, pos, end)
417 pos = value._InternalParse(buffer, pos, end)
450 if value.add()._InternalParse(buffer, pos, new_pos) != new_pos:
451 # The only reason _InternalParse would return early is if it
471 if value._InternalParse(buffer, pos, new_pos) != new_pos:
472 # The only reason _InternalParse would return early is if it encountered
540 if value._InternalParse(buffer, message_start,message_end) != message_end:
541 # The only reason _InternalParse would return early is if it encountered
reflection_test.py     [all...]
  /external/protobuf/python/google/protobuf/
reflection.py 821 if self._InternalParse(serialized, 0, length) != length:
822 # The only reason _InternalParse would return early is if it
850 cls._InternalParse = InternalParse
    [all...]

Completed in 75 milliseconds