Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/internal/
Dpython_message.py139 if descriptor.full_name in well_known_types.WKTBASES:
140 bases += (well_known_types.WKTBASES[descriptor.full_name],)
Dwell_known_types.py717 WKTBASES = { variable