HomeSort by relevance Sort by last modified time
    Searched refs:_PythonValueToJsonProto (Results 1 - 2 of 2) sorted by null

  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
extra_types_test.py 19 extra_types._PythonValueToJsonProto(
25 extra_types._PythonValueToJsonProto(value)))
31 json_proto, extra_types._PythonValueToJsonProto(py_value))
95 translated_properties = extra_types._PythonValueToJsonProto(
extra_types.py 200 def _PythonValueToJsonProto(py_value):
214 return _PythonValueToJsonProto(json.loads(json_data))
218 result = _PythonValueToJsonProto(json.loads(json_data))

Completed in 31 milliseconds