Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dxml.d1774 Handler rawTextHandler = null; variable
1916 @safe @nogc pure nothrow void onTextRaw(Handler handler) { rawTextHandler = handler; } in onTextRaw()
2134 if (rawTextHandler.funcptr !is null) in parse()
2135 rawTextHandler(t); in parse()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dxml.d1765 Handler rawTextHandler = null; variable
1907 @safe @nogc pure nothrow void onTextRaw(Handler handler) { rawTextHandler = handler; } in onTextRaw()
2125 if (rawTextHandler.funcptr !is null) in parse()
2126 rawTextHandler(t); in parse()