Home
last modified time | relevance | path

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

/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc604 static int SetOptions(PyBaseDescriptor *self, PyObject *value, in SetOptions() function
953 static int SetOptions(PyBaseDescriptor *self, PyObject *value, in SetOptions() function
1117 static int SetOptions(PyBaseDescriptor *self, PyObject *value, in SetOptions() function
1248 static int SetOptions(PyBaseDescriptor *self, PyObject *value, in SetOptions() function
1405 static int SetOptions(PyFileDescriptor *self, PyObject *value, in SetOptions() function
1582 static int SetOptions(PyBaseDescriptor *self, PyObject *value, in SetOptions() function
/third_party/node/src/
Dnode_crypto.cc1333 void SecureContext::SetOptions(const FunctionCallbackInfo<Value>& args) { in SetOptions() function in node::crypto::SecureContext