Searched refs:NameProc (Results 1 – 2 of 2) sorted by relevance
26 struct NameProc { struct32 const NameProc* begin, in Lookup()33 const NameProc* end) { in Lookup()36 [](const NameProc& e, const char* n) { return strcmp(e.name, n) < 0; }); in Lookup()43 PFN_vkVoidFunction Lookup(const char* name, const NameProc (&procs)[N]) { in Lookup()47 const NameProc kGlobalProcs[] = {55 const NameProc kInstanceProcs[] = {
107 struct NameProc {113 const NameProc* begin,114 const NameProc* end) {117 [](const NameProc& e, const char* n) { return strcmp(e.name, n) < 0; });124 PFN_vkVoidFunction Lookup(const char* name, const NameProc (&procs)[N]) {128 const NameProc kGlobalProcs[] = {«140 const NameProc kInstanceProcs[] = {«