Home
last modified time | relevance | path

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

/third_party/boost/libs/interprocess/test/
Dtree_test.cpp184 …const test::EmplaceOptions SetOptions = (test::EmplaceOptions)(test::EMPLACE_HINT | test::EMPLACE_… in main() local
Dflat_tree_test.cpp185 …const test::EmplaceOptions SetOptions = (test::EmplaceOptions)(test::EMPLACE_HINT | test::EMPLACE_… in main() local
/third_party/boost/libs/program_options/example/
Doptions_heirarchy.cpp126 void SetOptions() in SetOptions() function in OptionsHeirarchy
/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/mingw-w64/mingw-w64-headers/include/
Dgpedit.h93 STDMETHOD(SetOptions) (THIS_ DWORD dwOptions,DWORD dwMask) PURE; in DECLARE_INTERFACE_() local
/third_party/boost/libs/container/test/
Dset_test.cpp537 …const test::EmplaceOptions SetOptions = (test::EmplaceOptions)(test::EMPLACE_HINT | test::EMPLACE_… in main() local
Dflat_set_test.cpp816 …const test::EmplaceOptions SetOptions = (test::EmplaceOptions)(test::EMPLACE_HINT | test::EMPLACE_… in main() local
/third_party/grpc/test/core/security/
Dtls_security_connector_test.cc102 void SetOptions(CredReloadResult type) { in SetOptions() function in grpc::testing::TlsSecurityConnectorTest
/third_party/mingw-w64/mingw-w64-headers/direct-x/include/
Dd3drm.h392 STDMETHOD(SetOptions)(THIS_ DWORD) PURE; in DECLARE_INTERFACE_() local
Dd3drmobj.h2209 STDMETHOD(SetOptions)(THIS_ DWORD) PURE; in DECLARE_INTERFACE_() local
3797 STDMETHOD(SetOptions)(THIS_ D3DRMANIMATIONOPTIONS flags) PURE; in DECLARE_INTERFACE_() local
3876 STDMETHOD(SetOptions)(THIS_ D3DRMANIMATIONOPTIONS flags) PURE; in DECLARE_INTERFACE_() local
/third_party/node/src/
Dnode_crypto.cc1333 void SecureContext::SetOptions(const FunctionCallbackInfo<Value>& args) { in SetOptions() function in node::crypto::SecureContext