Home
last modified time | relevance | path

Searched refs:outSecondByteCount (Results 1 – 2 of 2) sorted by relevance

/dports/games/alephone/alephone-release-20190331/Source_Files/Misc/
H A DCircularByteBuffer.cpp73 void** outSecondBytes, unsigned int* outSecondByteCount) in enqueueBytesNoCopyStart() argument
101 if(outSecondByteCount != NULL) in enqueueBytesNoCopyStart()
102 *outSecondByteCount = theSecondByteCount; in enqueueBytesNoCopyStart()
136 const void** outSecondBytes, unsigned int* outSecondByteCount) in peekBytesNoCopy() argument
164 if(outSecondByteCount != NULL) in peekBytesNoCopy()
165 *outSecondByteCount = theSecondByteCount; in peekBytesNoCopy()
H A DCircularByteBuffer.h61 const void** outSecondBytes, unsigned int* outSecondByteCount);
75 void** outSecondBytes, unsigned int* outSecondByteCount);