Home
last modified time | relevance | path

Searched refs:SetFactory (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/contrib/googletest/docs/
HDgmock_cheat_sheet.md142 DefaultValue<std::unique_ptr<Buzz>>::SetFactory(
/freebsd-14-stable/contrib/googletest/docs/reference/
HDmocking.md421 Provides the static methods `Set()`, `SetFactory()`, and `Clear()` to manage the
430 DefaultValue<T>::SetFactory(&MakeT);
/freebsd-14-stable/contrib/googletest/googlemock/test/
HDgmock-actions_test.cc451 DefaultValue<std::unique_ptr<int>>::SetFactory( in TEST()
1807 DefaultValue<std::unique_ptr<int>>::SetFactory( in TEST()
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDRangeConstraintManager.cpp2901 SymbolSet::Factory &SetFactory = State->get_context<SymbolSet>(); in removeDeadBindings() local
2986 LiveMembers = SetFactory.remove(LiveMembers, Member); in removeDeadBindings()
/freebsd-14-stable/contrib/googletest/googlemock/include/gmock/
HDgmock-actions.h590 static void SetFactory(FactoryFunction factory) {