Home
last modified time | relevance | path

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

/third_party/flatbuffers/include/flatbuffers/
Dregistry.h79 void SetOptions(const IDLOptions &opts) { opts_ = opts; } in SetOptions() function
/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