Home
last modified time | relevance | path

Searched defs:EventType (Results 1 – 14 of 14) sorted by relevance

/third_party/rust/rust/tests/ui/borrowck/
Dissue-51301.rs6 type EventType; typedef
/third_party/skia/m133/modules/bentleyottmann/include/
DEventQueue.h47 using EventType = std::variant<Lower, Cross, Upper>; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventsWrapper.h65 int iJIT_NotifyEvent(iJIT_JVM_EVENT EventType, void *EventSpecificData) { in iJIT_NotifyEvent()
/third_party/typescript/tests/cases/conformance/types/rest/
DgenericRestParameters1.ts147 type EventType<T> = { alias
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DWasm.h40 const wasm::WasmEventType *EventType, in WasmSymbol()
47 const wasm::WasmEventType *EventType; variable
/third_party/skia/third_party/externals/angle2/util/
DEvent.h55 enum EventType enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSymbolWasm.h27 Optional<wasm::WasmEventType> EventType; variable
/third_party/grpc/src/core/ext/filters/logging/
Dlogging_sink.h64 enum class EventType { enum
/third_party/skia/third_party/externals/angle2/util/osx/
DOSXWindow.mm475 - (void)addButtonEvent:(NSEvent *)nsEvent
/third_party/grpc/src/core/util/
Dlatent_see.h53 enum class EventType : uint8_t { kBegin, kEnd, kFlowStart, kFlowEnd, kMark }; enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
DFDRRecords.h265 uint16_t EventType = 0; variable
/third_party/skia/m133/modules/bentleyottmann/src/
DMyers.cpp277 enum EventType { in Make() enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp489 const wasm::WasmEventType *EventType = nullptr; in parseLinkingSectionSymtab() local
/third_party/python/Lib/tkinter/
D__init__.py171 class EventType: class