Home
last modified time | relevance | path

Searched refs:editor (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/libkern/libkern/c++/
H A DOSSerialize.h118 Editor editor; variable
149 …static OSPtr<OSSerialize> binaryWithCapacity(unsigned int inCapacity, Editor editor = NULL, void *…
/xnu-11215/libkern/c++/
H A DOSSerializeBinary.cpp52 Editor editor, void * reference) in binaryWithCapacity() argument
66 me->editor = editor; in binaryWithCapacity()
253 if (editor) { in binarySerializeInternal()
254 dictValue = nvalue = (*editor)(editRef, this, dict, dictKey, dictValue); in binarySerializeInternal()
/xnu-11215/iokit/Kernel/
H A DIOUserClient.cpp3858 OSSerialize::Editor editor = NULL; in is_io_registry_entry_get_properties_bin_buf() local
3866 editor = &GetPropertiesEditor; in is_io_registry_entry_get_properties_bin_buf()
3874 s = OSSerialize::binaryWithCapacity(4096, editor, editRef); in is_io_registry_entry_get_properties_bin_buf()