Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/internal/
DChannelFlow.kt212 …private val emitRef: suspend (T) -> Unit = { downstream.emit(it) } // allocate suspend function re… in <lambda>() constant
215 withContextUndispatched(emitContext, value, countOrElement, emitRef) in emit()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCDwarf.cpp65 void emitRef(MCStreamer *MCOS, StringRef Path);
322 void MCDwarfLineStr::emitRef(MCStreamer *MCOS, StringRef Path) { in emitRef() function in MCDwarfLineStr
357 LineStr->emitRef(MCOS, DwarfFile.Name); in emitOneV5FileEntry()
371 LineStr->emitRef(MCOS, DwarfFile.Source.getValueOr(StringRef())); in emitOneV5FileEntry()
396 LineStr->emitRef(MCOS, CompDir); in emitV5FileDirTables()
398 LineStr->emitRef(MCOS, Dir); in emitV5FileDirTables()