GetAllTranslators
virtual status_t GetAllTranslators(translator_id** _list,
status_t status = roster->GetAllTranslators(&translators, &numTranslators);
status = fRoster->GetAllTranslators(&ids, &count);
status_t status = fRoster->GetAllTranslators(&ids, &count);
fTranslatorRoster->GetAllTranslators(&fTranslatorArray, &fTranslatorCount);
|| roster->GetAllTranslators(&translators, &numTranslators) != B_OK)
status_t err = roster->GetAllTranslators(&ids, &count);
return fPrivate->GetAllTranslators(_ids, _count);
status_t GetAllTranslators(translator_id** _ids,
roster->GetAllTranslators(&translators, &numTranslators);
CPPUNIT_ASSERT(proster->GetAllTranslators(&pids, &count) == B_OK);
CPPUNIT_ASSERT(proster->GetAllTranslators(&pids, &count) == B_OK);
CPPUNIT_ASSERT(proster->GetAllTranslators(&pids, &count) == B_OK);
CPPUNIT_ASSERT(proster->GetAllTranslators(&pids, &ncount) == B_OK);
CPPUNIT_ASSERT(proster->GetAllTranslators(&pids, &nloaded) == B_NO_ERROR);
CPPUNIT_ASSERT(proster->GetAllTranslators(&pids, &ncount) == B_OK);
result = proster->GetAllTranslators(&pids, &ncount);
CPPUNIT_ASSERT(proster->GetAllTranslators(&pInstids, &instcount) == B_OK);
CPPUNIT_ASSERT(pDefRoster->GetAllTranslators(&pDefids, &defcount) == B_OK);
proster->GetAllTranslators(&translators, &instcount);
CPPUNIT_ASSERT(roster.GetAllTranslators(NULL, &nloaded) == B_BAD_VALUE);
CPPUNIT_ASSERT(roster.GetAllTranslators(&pids, NULL) == B_BAD_VALUE);
CPPUNIT_ASSERT(roster.GetAllTranslators(NULL, NULL) == B_BAD_VALUE);
roster.GetAllTranslators(&pids, &nloaded) == B_NO_ERROR);
pDefRoster->GetAllTranslators(&pids, &nloaded) == B_NO_ERROR);
CPPUNIT_ASSERT(pDefRoster->GetAllTranslators(&translators,
CPPUNIT_ASSERT(pDefRoster->GetAllTranslators(&translators,
CPPUNIT_ASSERT(pDefRoster->GetAllTranslators(&translators,
pDefRoster->GetAllTranslators(&translators, &num_translators) == B_OK);
roster->GetAllTranslators(&outId, &outCount);