Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/docs/
H A Dgmock_cheat_sheet.md142 DefaultValue<std::unique_ptr<Buzz>>::SetFactory(
/freebsd/contrib/googletest/docs/reference/
H A Dmocking.md422 Provides the static methods `Set()`, `SetFactory()`, and `Clear()` to manage the
431 DefaultValue<T>::SetFactory(&MakeT);
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-actions_test.cc451 DefaultValue<std::unique_ptr<int>>::SetFactory( in TEST()
1807 DefaultValue<std::unique_ptr<int>>::SetFactory( in TEST()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp2900 SymbolSet::Factory &SetFactory = State->get_context<SymbolSet>(); in removeDeadBindings() local
2985 LiveMembers = SetFactory.remove(LiveMembers, Member); in removeDeadBindings()
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-actions.h583 static void SetFactory(FactoryFunction factory) {