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

  /external/protobuf/python/google/protobuf/pyext/
message.cc 678 PyObject* encoded_string = NULL; local
682 encoded_string = arg; // Already encoded.
683 Py_INCREF(encoded_string);
685 encoded_string = PyUnicode_AsEncodedObject(arg, "utf-8", NULL);
689 encoded_string = arg;
690 Py_INCREF(encoded_string);
693 return encoded_string;
702 ScopedPyObjectPtr encoded_string(CheckString(arg, descriptor));
704 if (encoded_string.get() == NULL) {
710 if (PyBytes_AsStringAndSize(encoded_string.get(), &value, &value_len) < 0)
    [all...]
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/StdSuites/
AppleScript_Suite.py 974 encoded_string = encoded_strings variable
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
AppleScript_Suite.py 974 encoded_string = encoded_strings variable
    [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 194 milliseconds