Searched refs:nextBuffer (Results 1 – 4 of 4) sorted by relevance
144 auto B = profileCollectorService::nextBuffer({nullptr, 0}); in TEST()147 B = profileCollectorService::nextBuffer(B); in TEST()158 B = profileCollectorService::nextBuffer(B); in TEST()224 auto B = profileCollectorService::nextBuffer({nullptr, 0}); in TEST()227 B = profileCollectorService::nextBuffer(B); in TEST()230 B = profileCollectorService::nextBuffer(B); in TEST()
67 XRayBuffer nextBuffer(XRayBuffer B);
239 XRayBuffer B = profileCollectorService::nextBuffer({nullptr, 0}); in profilingFlush()254 B = profileCollectorService::nextBuffer(B); in profilingFlush()473 __xray_log_set_buffer_iterator(profileCollectorService::nextBuffer); in profilingLoggingInit()
378 XRayBuffer nextBuffer(XRayBuffer B) XRAY_NEVER_INSTRUMENT { in nextBuffer() function