Searched defs:impl (Results 101 - 125 of 196) sorted by relevance

12345678

/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_client/lib/
H A Dkeyclient.h71 explicit Key(Impl *impl) : Object(impl) {} argument
H A Dcspclient.h52 explicit CSP(Impl *impl) : Attachment(impl) {} argument
H A Dsecurestorage.h89 explicit CSPDL(Impl *impl) : CSP(impl), DL(impl) {} argument
132 SSCSPDL(Impl *impl) argument
183 SSDb(Impl *impl) argument
236 SSGroup(Impl *impl) argument
283 SSDbCursor(Impl *impl) argument
331 SSDbUniqueRecord(Impl *impl) argument
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DKeychains.h99 KeychainSchema(KeychainSchemaImpl *impl) : RefPointer<KeychainSchemaImpl>(impl) {} argument
249 Keychain(KeychainImpl *impl) : SecPointer<KeychainImpl>(impl) {} argument
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DKeychains.h99 KeychainSchema(KeychainSchemaImpl *impl) : RefPointer<KeychainSchemaImpl>(impl) {} argument
249 Keychain(KeychainImpl *impl) : SecPointer<KeychainImpl>(impl) {} argument
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DJSWorkerGlobalScopeBase.cpp52 JSWorkerGlobalScopeBase::JSWorkerGlobalScopeBase(JSC::VM& vm, JSC::Structure* structure, PassRefPtr<WorkerGlobalScope> impl) argument
/macosx-10.10/WebCore-7600.1.25/bindings/scripts/test/JS/
H A DJSTestNode.cpp132 JSTestNode::JSTestNode(Structure* structure, JSDOMGlobalObject* globalObject, PassRefPtr<TestNode> impl) argument
H A DJSreadonly.cpp114 JSreadonly::JSreadonly(Structure* structure, JSDOMGlobalObject* globalObject, PassRefPtr<readonly> impl) argument
169 JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject* globalObject, readonly* impl) argument
/macosx-10.10/WebCore-7600.1.25/platform/win/
H A DCursorWin.cpp48 RefPtr<SharedCursor> impl; local
/macosx-10.10/apr-32/apr/apr/poll/unix/
H A Dpoll.c302 static apr_pollset_provider_t impl = { variable
H A Dselect.c440 static apr_pollset_provider_t impl = { variable
/macosx-10.10/llvmCore-3425.0.34/include/llvm/CodeGen/PBQP/
H A DHeuristicBase.h62 HImpl& impl() { return static_cast<HImpl&>(*this); } function in class:PBQP::HeuristicBase
/macosx-10.10/tcl-105/tcl_ext/tclxml/tcldom/
H A Dtcldom.c249 TclDOM_Implementation *impl; local
[all...]
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/persist/impl/
H A DCompositeKeyFormat.java
H A DReflectionAccessor.java
H A DSimpleFormat.java
/macosx-10.10/JavaScriptCore-7600.1.17/heap/
H A DWeakInlines.h109 WeakImpl* impl = m_impl; local
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DIdentifier.h56 StringImpl* impl() const { return m_string.impl(); } function in class:JSC::Identifier
[all...]
H A DJSGenericTypedArrayViewInlines.h101 create( VM& vm, Structure* structure, PassRefPtr<typename Adaptor::ViewType> impl) argument
115 create( Structure* structure, JSGlobalObject* globalObject, PassRefPtr<typename Adaptor::ViewType> impl) argument
H A DJSString.cpp78 StringImpl* impl = thisObject->m_value.impl(); local
[all...]
H A DLookup.h178 StringImpl* impl = propertyName.uid(); local
/macosx-10.10/OpenSSL098-52/src/crypto/evp/
H A Devp_enc.c123 int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl, argument
135 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, argument
394 static int do_evp_enc_engine_full(EVP_CIPHER_CTX *ctx, const EVP_CIPHER **pcipher, ENGINE *impl) argument
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_client/
H A Dcspclient.h52 explicit CSP(Impl *impl) : Attachment(impl) {} argument
H A Dsecurestorage.h89 explicit CSPDL(Impl *impl) : CSP(impl), DL(impl) {} argument
132 SSCSPDL(Impl *impl) argument
183 SSDb(Impl *impl) argument
236 SSGroup(Impl *impl) argument
283 SSDbCursor(Impl *impl) argument
331 SSDbUniqueRecord(Impl *impl) argument
[all...]
/macosx-10.10/WTF-7600.1.24/wtf/
H A DHashIterators.h44 HashTableConstIteratorAdapter(const typename HashTableType::const_iterator& impl) : m_impl(impl) {} argument
67 HashTableIteratorAdapter(const typename HashTableType::iterator& impl) : m_impl(impl) {} argument
92 HashTableConstKeysIterator(const ConstIterator& impl) : m_impl(impl) {} argument
109 HashTableConstValuesIterator(const ConstIterator& impl) : m_impl(impl) {} argument
127 HashTableKeysIterator(const Iterator& impl) : m_impl(impl) {} argument
150 HashTableValuesIterator(const Iterator& impl) argument
[all...]

Completed in 238 milliseconds

12345678