Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/internal/
Dpython_message.py823 _PROTO2_ERROR_TEMPLATE = 'Protocol message %s has no non-repeated field "%s"' variable
829 error_msg = _PROTO3_ERROR_TEMPLATE if is_proto3 else _PROTO2_ERROR_TEMPLATE