HomeSort by relevance Sort by last modified time
    Searched full:out_entry (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/chrome/browser/chromeos/drive/
resource_entry_conversion.h 22 // If the conversion succeeded, return true and sets the result to |out_entry|.
37 ResourceEntry* out_entry,
44 ResourceEntry* out_entry,
resource_entry_conversion.cc 20 ResourceEntry* out_entry,
22 DCHECK(out_entry);
36 out_entry->Swap(&converted);
43 ResourceEntry* out_entry,
45 DCHECK(out_entry);
123 out_entry->Swap(&converted);
resource_metadata.h 67 ResourceEntry* out_entry);
71 ResourceEntry* out_entry);
resource_metadata.cc 289 ResourceEntry* out_entry) {
292 DCHECK(out_entry);
294 return storage_->GetEntry(id, out_entry);
298 ResourceEntry* out_entry) {
300 DCHECK(out_entry);
307 return GetResourceEntryById(id, out_entry);
resource_metadata_storage.h 113 FileError GetEntry(const std::string& id, ResourceEntry* out_entry);
resource_metadata_storage.cc 767 ResourceEntry* out_entry) {
777 if (!out_entry->ParseFromString(serialized_entry))
    [all...]
  /external/chromium_org/net/disk_cache/simple/
simple_entry_operation.cc 59 Entry** out_entry) {
63 out_entry,
81 Entry** out_entry) {
85 out_entry,
242 Entry** const out_entry = NULL; local
255 out_entry,
313 Entry** out_entry,
327 out_entry_(out_entry),
simple_entry_operation.h 46 Entry** out_entry);
51 Entry** out_entry);
100 Entry** out_entry() { return out_entry_; } function in class:disk_cache::SimpleEntryOperation
116 Entry** out_entry,
simple_entry_impl.h 158 // Return this entry to a user of the API in |out_entry|. Increments the user
160 void ReturnEntryToCaller(Entry** out_entry);
175 Entry** out_entry);
179 Entry** out_entry);
215 // can return |this| SimpleEntryImpl to |*out_entry|. Runs
221 Entry** out_entry,
simple_entry_impl.cc 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());
    [all...]
  /external/valgrind/main/coregrind/m_ume/
macho.c 100 vki_uint8_t **out_text, vki_uint8_t **out_entry, vki_uint8_t **out_linker_entry);
106 vki_uint8_t **out_text, vki_uint8_t **out_entry, vki_uint8_t **out_linker_entry);
112 vki_uint8_t **out_text, vki_uint8_t **out_entry, vki_uint8_t **out_linker_entry);
346 The thread's entry point is returned in *out_entry.
350 vki_uint8_t **out_entry, struct thread_command *threadcmd)
356 err = load_genericthread(&stack_end, &customstack, out_entry, threadcmd);
449 The thread's entry point is returned in *out_entry.
452 load_thread(vki_uint8_t **out_entry, struct thread_command *threadcmd)
457 err = load_genericthread(NULL, &customstack, out_entry, threadcmd);
475 The executable's entry point is returned in *out_entry
    [all...]
  /art/runtime/jdwp/
object_registry.cc 92 ObjectRegistryEntry** out_entry) {
98 if (out_entry != nullptr) {
99 *out_entry = entry;
object_registry.h 114 ObjectRegistryEntry** out_entry)

Completed in 116 milliseconds