Home
last modified time | relevance | path

Searched defs:SetOptions (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Ddescriptor.cc556 static int SetOptions(PyBaseDescriptor *self, PyObject *value, in SetOptions() function
881 static int SetOptions(PyBaseDescriptor *self, PyObject *value, in SetOptions() function
1037 static int SetOptions(PyBaseDescriptor *self, PyObject *value, in SetOptions() function
1161 static int SetOptions(PyBaseDescriptor *self, PyObject *value, in SetOptions() function
1312 static int SetOptions(PyFileDescriptor *self, PyObject *value, in SetOptions() function
1482 static int SetOptions(PyBaseDescriptor *self, PyObject *value, in SetOptions() function
/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp2443 void Dumpstate::SetOptions(std::unique_ptr<DumpOptions> options) { in SetOptions() function in Dumpstate