Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/
Djson_format.py201 if full_name in _WKTJSONMETHODS:
202 return methodcaller(_WKTJSONMETHODS[full_name][0], message)(self)
321 if full_name in _WKTJSONMETHODS:
322 js['value'] = methodcaller(_WKTJSONMETHODS[full_name][0],
463 elif full_name in _WKTJSONMETHODS:
464 methodcaller(_WKTJSONMETHODS[full_name][1], value, message)(self)
597 elif full_name in _WKTJSONMETHODS:
599 _WKTJSONMETHODS[full_name][1], value['value'], sub_message)(self)
800 _WKTJSONMETHODS = { variable