OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:value_tuple
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
multi-level-substitution.cpp
3
template<typename T, T ...Values> struct
value_tuple
{};
struct
22
void f(
value_tuple
<T, Values...> * = 0);
/external/chromium/testing/gmock/include/gmock/
gmock-matchers.h
508
// TuplePrefix<N>::Matches(matcher_tuple,
value_tuple
) returns true
510
// fields of
value_tuple
, respectively.
513
const ValueTuple&
value_tuple
) {
515
return TuplePrefix<N - 1>::Matches(matcher_tuple,
value_tuple
)
516
&& get<N - 1>(matcher_tuple).Matches(get<N - 1>(
value_tuple
));
564
const ValueTuple& /*
value_tuple
*/) {
574
// TupleMatches(matcher_tuple,
value_tuple
) returns true iff all
576
//
value_tuple
. It is a compiler error if matcher_tuple and
577
//
value_tuple
have different number of fields or incompatible field
581
const ValueTuple&
value_tuple
) {
[
all
...]
Completed in 713 milliseconds