Searched refs:entry_out (Results 1 – 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/objects/ |
D | dictionary.h | 85 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()
|
D | literal-objects.cc | 99 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()
|
D | swiss-name-dictionary-inl.h | 511 InternalIndex* entry_out) { in Add() argument 525 if (entry_out) { in Add() 526 *entry_out = InternalIndex(new_entry); in Add()
|
D | swiss-name-dictionary.h | 80 InternalIndex* entry_out = nullptr);
|
D | objects.cc | 6100 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/ |
D | fuse_kernel.h | 936 struct fuse_entry_out entry_out; member
|
/third_party/libfuse/lib/ |
D | fuse_lowlevel.c | 385 memset(&dp->entry_out, 0, sizeof(dp->entry_out)); 386 fill_entry(&dp->entry_out, e);
|