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

  /external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
python-proto2.cc 455 PyObject* encoded_string = NULL; local
458 encoded_string = PyString_AsEncodedObject(arg, "utf-8", NULL);
460 encoded_string = PyUnicode_AsEncodedObject(arg, "utf-8", NULL);
464 encoded_string = arg;
465 Py_INCREF(encoded_string);
468 if (encoded_string == NULL) {
474 if (PyString_AsStringAndSize(encoded_string, &value, &value_len) < 0) {
475 Py_DECREF(encoded_string);
487 Py_DECREF(encoded_string);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
AppleScript_Suite.py 974 encoded_string = encoded_strings variable
    [all...]

Completed in 276 milliseconds