Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/internal/
Dpython_message.py807 _Proto3HasError = 'Protocol message has no non-repeated submessage field "%s"' variable
814 error_msg = _Proto3HasError if is_proto3 else _Proto2HasError