Home
last modified time | relevance | path

Searched refs:entry_out (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/objects/
Ddictionary.h85 InternalIndex* entry_out = nullptr); in EXPORT_TEMPLATE_DECLARE()
168 InternalIndex* entry_out = nullptr); in EXPORT_TEMPLATE_DECLARE()
173 InternalIndex* entry_out = nullptr); in EXPORT_TEMPLATE_DECLARE()
Dliteral-objects.cc99 InternalIndex* entry_out = nullptr) { in DictionaryAddNoUpdateNextEnumerationIndex() argument
101 isolate, dictionary, name, value, details, entry_out); in DictionaryAddNoUpdateNextEnumerationIndex()
108 InternalIndex* entry_out = nullptr) { in DictionaryAddNoUpdateNextEnumerationIndex() argument
118 InternalIndex* entry_out = nullptr) { in DictionaryAddNoUpdateNextEnumerationIndex() argument
122 entry_out); in DictionaryAddNoUpdateNextEnumerationIndex()
Dswiss-name-dictionary-inl.h511 InternalIndex* entry_out) { in Add() argument
525 if (entry_out) { in Add()
526 *entry_out = InternalIndex(new_entry); in Add()
Dswiss-name-dictionary.h80 InternalIndex* entry_out = nullptr);
Dobjects.cc6100 Handle<Object> value, PropertyDetails details, InternalIndex* entry_out) { in AddNoUpdateNextEnumerationIndex() argument
6103 details, entry_out); in AddNoUpdateNextEnumerationIndex()
6109 PropertyDetails details, InternalIndex* entry_out) { in Add() argument
6117 details, entry_out); in Add()
6130 InternalIndex* entry_out) { in Add() argument
6146 if (entry_out) *entry_out = entry; in Add()
/third_party/libfuse/include/
Dfuse_kernel.h936 struct fuse_entry_out entry_out; member
/third_party/libfuse/lib/
Dfuse_lowlevel.c385 memset(&dp->entry_out, 0, sizeof(dp->entry_out));
386 fill_entry(&dp->entry_out, e);