Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DError.h110 #define DAWN_CONCAT1(x, y) x##y macro
111 #define DAWN_CONCAT2(x, y) DAWN_CONCAT1(x, y)