Searched refs:deref (Results 1 - 25 of 123) sorted by relevance

12345

/macosx-10.10.1/files-662.1.1/System/Library/DirectoryServices/DefaultLocalDB/Default/
H A Dusers.py7 def deref(x): function
13 name = deref(user["name"])
14 uid = deref(user["uid"])
15 gid = deref(user["gid"])
16 realname = deref(user["realname"])
17 home = deref(user["home"])
18 shell = deref(user["shell"])
24 x = int(deref(x["uid"]))
25 y = int(deref(y["uid"]))
H A Dgroups.py7 def deref(x): function
13 name = deref(group["name"])
14 gid = deref(group["gid"])
22 x = int(deref(x["gid"]))
23 y = int(deref(y["gid"]))
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/efl/
H A Dewk_object.cpp43 object->deref();
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DMachineInstrBundle.h113 MachineOperand &deref() const { return *OpI; } function in class:llvm::MachineOperandIteratorBase
200 MachineOperand &operator* () const { return deref(); }
201 MachineOperand *operator->() const { return &deref(); }
210 const MachineOperand &operator* () const { return deref(); }
211 const MachineOperand *operator->() const { return &deref(); }
220 MachineOperand &operator* () const { return deref(); }
221 MachineOperand *operator->() const { return &deref(); }
231 const MachineOperand &operator* () const { return deref(); }
232 const MachineOperand *operator->() const { return &deref(); }
/macosx-10.10.1/WebKit2-7600.1.25/Shared/API/c/
H A DWKType.cpp47 static_cast<API::Object*>(const_cast<void*>(typeRef))->deref();
/macosx-10.10.1/WebKit-7600.1.25/mac/WebCoreSupport/
H A DWebOpenPanelResultListener.mm67 _chooser->deref();
77 _chooser->deref();
91 _chooser->deref();
115 // FIXME: we shouldn't be manually deref()'ing here.
116 _chooser->deref();
/macosx-10.10.1/WebKit2-7600.1.25/Platform/mac/
H A DWorkQueueMac.cpp34 deref();
43 deref();
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DRef.h41 ~Ref() { m_ptr->deref(); }
46 m_ptr->deref();
52 m_ptr->deref();
H A DThreadSafeRefCounted.h109 void deref() function in class:WTF::ThreadSafeRefCounted
H A DDeferrableRefCounted.h100 void deref() function in class:WTF::DeferrableRefCounted
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/src/
H A DLDAPConstraints.cpp55 void LDAPConstraints::setAliasDeref(int deref){ argument
58 " deref:" << deref << endl);
59 if( (deref == LDAPConstraints::DEREF_NEVER) ||
60 (deref == LDAPConstraints::DEREF_SEARCHING) ||
61 (deref == LDAPConstraints::DEREF_FINDING) ||
62 (deref == LDAPConstraints::DEREF_ALWAYS)
64 m_aliasDeref=deref;
H A DLDAPConstraints.h43 void setAliasDeref(int deref);
/macosx-10.10.1/WebKit2-7600.1.25/Platform/gtk/
H A DWorkQueueGtk.cpp99 [this] { deref(); },
112 [this] { deref(); }, m_eventContext.get());
119 std::chrono::duration_cast<std::chrono::milliseconds>(duration), G_PRIORITY_DEFAULT, [this] { deref(); }, m_eventContext.get());
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/
H A DWebContextSupplement.h72 void deref() { derefWebContextSupplement(); } function in class:WebKit::WebContextSupplement
H A DWebBatteryManagerProxy.h55 using API::Object::deref;
H A DWebKeyValueStorageManager.h54 using API::Object::deref;
/macosx-10.10.1/WebKit-7600.1.25/ios/WebCoreSupport/
H A DWebGeolocation.mm59 reinterpret_cast<Geolocation*>(_private)->deref();
/macosx-10.10.1/WebKit2-7600.1.25/Shared/Downloads/
H A DDownloadAuthenticationClient.h49 using RefCounted<DownloadAuthenticationClient>::deref;
61 virtual void derefAuthenticationClient() { deref(); }
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecompiler/
H A DLabelScope.h65 void deref() function in class:JSC::LabelScope
108 m_owner->at(m_index).deref();
117 m_owner->at(m_index).deref();
H A DLabel.h63 void deref() function in class:JSC::Label
/macosx-10.10.1/JavaScriptCore-7600.1.17/heap/
H A DCodeBlockSet.cpp46 codeBlock->deref();
49 codeBlock->deref();
108 codeBlock->deref();
127 codeBlock->deref();
/macosx-10.10.1/bmalloc-7600.1.17/bmalloc/
H A DLine.h49 bool deref(std::lock_guard<StaticMutex>&, unsigned char = 1);
92 inline bool Line<Traits>::deref(std::lock_guard<StaticMutex>&, unsigned char count) function in class:bmalloc::Line
H A DPage.h49 bool deref(std::lock_guard<StaticMutex>&);
71 inline bool Page<Traits>::deref(std::lock_guard<StaticMutex>&)
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dsearch.c85 int deref,
120 attrsonly, sctrls, cctrls, timelimit, sizelimit, deref, &id );
166 int deref,
175 sctrls, cctrls, timeout, sizelimit, deref, &msgid );
260 ber_int_t deref,
317 (deref < 0) ? ld->ld_deref : deref,
326 (deref < 0) ? ld->ld_deref : deref,
74 ldap_pvt_search( LDAP *ld, LDAP_CONST char *base, int scope, LDAP_CONST char *filter, char **attrs, int attrsonly, LDAPControl **sctrls, LDAPControl **cctrls, struct timeval *timeout, int sizelimit, int deref, int *msgidp ) argument
155 ldap_pvt_search_s( LDAP *ld, LDAP_CONST char *base, int scope, LDAP_CONST char *filter, char **attrs, int attrsonly, LDAPControl **sctrls, LDAPControl **cctrls, struct timeval *timeout, int sizelimit, int deref, LDAPMessage **res ) argument
249 ldap_build_search_req( LDAP *ld, LDAP_CONST char *base, ber_int_t scope, LDAP_CONST char *filter, char **attrs, ber_int_t attrsonly, LDAPControl **sctrls, LDAPControl **cctrls, ber_int_t timelimit, ber_int_t sizelimit, ber_int_t deref, ber_int_t *idp) argument
/macosx-10.10.1/WTF-7600.1.24/wtf/text/cf/
H A DStringImplCF.cpp74 underlyingString->ref(); // Balanced by call to deref in deallocate below.
96 underlyingString->deref(); // Balanced by call to ref in allocate above.
110 underlyingString->deref(); // Balanced by call to ref in allocate above.

Completed in 138 milliseconds

12345