Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgscanner.h38 typedef struct _GScannerConfig GScannerConfig; typedef
185 GScannerConfig *config;
214 GScanner* g_scanner_new (const GScannerConfig *config_templ);
Dgscanner.c301 static const GScannerConfig g_scanner_config_template =
410 g_scanner_new (const GScannerConfig *config_templ) in g_scanner_new()
425 scanner->config = g_new0 (GScannerConfig, 1); in g_scanner_new()
1724 GScannerConfig *config; in g_scanner_get_token_ll()
/third_party/glib/glib/tests/
Dautoptr.c311 GScannerConfig config = { 0, }; in test_g_scanner()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt2239 GScannerConfig