Home
last modified time | relevance | path

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

/external/python/apitools/apitools/gen/
Dextended_descriptor.py167 custom_json_mappings = _FetchCustomMappings(file_descriptor.enum_types)
169 _FetchCustomMappings(file_descriptor.message_types))
201 def _FetchCustomMappings(descriptor_ls): function
214 _FetchCustomMappings(descriptor.enum_types))
216 _FetchCustomMappings(descriptor.message_types))