Home
last modified time | relevance | path

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

/freebsd-src/contrib/googletest/googlemock/include/gmock/
H A Dgmock-actions.h961 explicit Impl(R&& input_value)
962 : state_(new State(std::move(input_value))) {}
966 explicit Impl(const R& input_value) : state_(new State(input_value)) {}
979 // reference to the string backed by input_value. The copy constructor would
980 // copy both, so that we wind up with a new input_value object (with the
981 // same contents) and a reference to the *old* input_value object rather
985 : input_value(input_value_in),
994 value(ImplicitCast_<U>(internal::as_const(input_value))) {}
999 : input_value(st
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp424 Value input_value; in RefreshTrampolines() local
428 input_value.SetValueType(Value::ValueType::Scalar); in RefreshTrampolines()
431 input_value.SetCompilerType(clang_void_ptr_type); in RefreshTrampolines()
432 argument_values.PushValue(input_value); in RefreshTrampolines()
H A DAppleObjCRuntimeV2.cpp3421 Value input_value; in GetSharedCacheImageHeaderVersion()
3422 input_value.SetCompilerType(voidstar); in GetSharedCacheImageHeaderVersion()
3423 args.PushValue(input_value); in GetSharedCacheImageHeaderVersion()
3445 Value input_value; ObjCExceptionRecognizedStackFrame() local