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.py144 if descriptor.full_name in well_known_types.WKTBASES:
145 bases += (well_known_types.WKTBASES[descriptor.full_name],)
Dwell_known_types.py852 WKTBASES = { variable