HomeSort by relevance Sort by last modified time
    Searched refs: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 21 ResourceEntry* out_entry,
23 DCHECK(out_entry);
37 out_entry->Swap(&converted);
44 ResourceEntry* out_entry,
46 DCHECK(out_entry);
138 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 115 FileError GetEntry(const std::string& id, ResourceEntry* out_entry);
resource_metadata_storage.cc 748 ResourceEntry* out_entry) {
758 if (!out_entry->ParseFromString(serialized_entry))
    [all...]
  /external/chromium_org/net/disk_cache/simple/
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_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_impl.h 149 // Return this entry to a user of the API in |out_entry|. Increments the user
151 void ReturnEntryToCaller(Entry** out_entry);
170 Entry** out_entry);
174 Entry** out_entry);
210 // can return |this| SimpleEntryImpl to |*out_entry|. Runs
216 Entry** out_entry,
simple_entry_impl.cc 198 int SimpleEntryImpl::OpenEntry(Entry** out_entry,
232 this, have_index, callback, out_entry));
237 int SimpleEntryImpl::CreateEntry(Entry** out_entry,
250 ReturnEntryToCaller(out_entry);
256 this, have_index, callback, out_entry));
554 void SimpleEntryImpl::ReturnEntryToCaller(Entry** out_entry) {
555 DCHECK(out_entry);
562 // client-provided pointer (|out_entry|) hasn't been freed, and no point
567 *out_entry = this;
597 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.h 117 bool Contains(mirror::Object* o, ObjectRegistryEntry** out_entry)
121 ObjectRegistryEntry** out_entry)
object_registry.cc 85 bool ObjectRegistry::Contains(mirror::Object* o, ObjectRegistryEntry** out_entry) {
93 return ContainsLocked(self, o, identity_hash_code, out_entry);
97 ObjectRegistryEntry** out_entry) {
103 if (out_entry != nullptr) {
104 *out_entry = entry;

Completed in 410 milliseconds