Home
last modified time | relevance | path

Searched refs:GroupDB (Results 1 – 3 of 3) sorted by relevance

/haiku/src/tests/servers/registrar/
H A DFakeAuthenticationManager.h26 class GroupDB; variable
32 GroupDB* fGroupDB;
/haiku/src/servers/registrar/
H A DAuthenticationManager.h29 class GroupDB; variable
46 GroupDB* fGroupDB;
H A DAuthenticationManager.cpp594 class AuthenticationManager::GroupDB { class in AuthenticationManager
742 fGroupDB = new(std::nothrow) GroupDB; in Init()