Searched defs:TestAnyValue (Results 1 – 2 of 2) sorted by relevance
347 struct TestAnyValue { struct350 explicit TestAnyValue(T&& value) : value_(std::forward<T>(value)) {} in TestAnyValue() function351 AnyValue operator()() { in operator ()()354 AnyValue value_;
131 func TestAnyValue(t *testing.T) { func