Home | History | Annotate | Download | only in simple

Lines Matching full:out_entry

207 int SimpleEntryImpl::OpenEntry(Entry** out_entry,
241 this, have_index, callback, out_entry));
246 int SimpleEntryImpl::CreateEntry(Entry** out_entry,
259 ReturnEntryToCaller(out_entry);
265 this, have_index, callback, out_entry));
562 void SimpleEntryImpl::ReturnEntryToCaller(Entry** out_entry) {
563 DCHECK(out_entry);
570 // client-provided pointer (|out_entry|) hasn't been freed, and no point
575 *out_entry = this;
599 operation->out_entry());
604 operation->out_entry());
660 Entry** out_entry) {
666 ReturnEntryToCaller(out_entry);
700 out_entry,
707 Entry** out_entry) {
750 out_entry,
1094 Entry** out_entry,
1112 // If out_entry is NULL, it means we already called ReturnEntryToCaller from
1114 if (out_entry)
1115 ReturnEntryToCaller(out_entry);