Searched refs:GetIntListByRef (Results 1 – 6 of 6) sorted by relevance
53 bool GetIntListByRef(IntList& val) override;
269 bool CefTranslatorTestCToCpp::GetIntListByRef(IntList& val) { in GetIntListByRef() function in CefTranslatorTestCToCpp
184 virtual bool GetIntListByRef(IntList& val) = 0;
252 bool GetIntListByRef(IntList& val) override { in GetIntListByRef() function in CefTranslatorTestImpl
39 EXPECT_TRUE(obj->GetIntListByRef(list)); in TEST()
302 bool _retval = CefTranslatorTestCppToC::Get(self)->GetIntListByRef(valList); in translator_test_get_int_list_by_ref()