OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StlContainerView
(Results
1 - 4
of
4
) sorted by null
/external/chromium/testing/gmock/test/
gmock-internal-utils_test.cc
580
// Tests
StlContainerView
.
584
StlContainerView
<std::vector<int> >::type>();
586
StlContainerView
<std::vector<double> >::const_reference>();
590
const Chars& v2(
StlContainerView
<Chars>::ConstReference(v1));
594
Chars v3 =
StlContainerView
<Chars>::Copy(v1);
600
StlContainerView
<int[3]>::type>();
602
StlContainerView
<const double[4]>::type>();
604
StlContainerView
<const char[2][3]>::type>();
607
StlContainerView
<int[2]>::const_reference>();
610
NativeArray<int> a2 =
StlContainerView
<int[3]>::ConstReference(a1)
[
all
...]
/external/chromium/testing/gmock/include/gmock/internal/
gmock-internal-utils.h
362
// native array, class
StlContainerView
<RawContainer> has the
377
class
StlContainerView
{
393
class
StlContainerView
<Element[N]> {
417
// (instantiating: 'testing::internal::
StlContainerView
<char *[4]>::
438
class
StlContainerView
< ::std::tr1::tuple<ElementPointer, Size> > {
458
template <typename T> class
StlContainerView
<T&>;
/external/chromium/testing/gmock/include/gmock/
gmock-matchers.h
[
all
...]
gmock-generated-matchers.h
318
typedef typename internal::
StlContainerView
<RawContainer>::type::value_type
346
typedef typename internal::
StlContainerView
<RawContainer>::type::value_type
373
typedef typename internal::
StlContainerView
<RawContainer>::type::value_type
402
typedef typename internal::
StlContainerView
<RawContainer>::type::value_type
433
typedef typename internal::
StlContainerView
<RawContainer>::type::value_type
468
typedef typename internal::
StlContainerView
<RawContainer>::type::value_type
505
typedef typename internal::
StlContainerView
<RawContainer>::type::value_type
544
typedef typename internal::
StlContainerView
<RawContainer>::type::value_type
586
typedef typename internal::
StlContainerView
<RawContainer>::type::value_type
630
typedef typename internal::
StlContainerView
<RawContainer>::type::value_typ
[
all
...]
Completed in 163 milliseconds