Searched defs:get_all (Results 1 – 3 of 3) sorted by relevance
36 config_t* (*get_all)(void); member
111 static config_t* get_all(void) { return config.get(); } in get_all() function
61 config_t* get_all(void) { return nullptr; } in get_all() function