Searched refs:ProcTable (Results 1 – 3 of 3) sorted by relevance
19 using ProcTable = std::unordered_map<std::string, void *>; variable21 const ProcTable &GetProcTable();
26 const ProcTable &GetProcTable() in GetProcTable()28 static angle::base::NoDestructor<ProcTable> sProcTable( in GetProcTable()
1169 const ProcTable &procTable = GetProcTable(); in GetExtensionFunctionAddress()