Home
last modified time | relevance | path

Searched refs:ContainerType (Results 1 – 16 of 16) sorted by relevance

/external/webkit/Source/WebKit/win/
DCOMEnumVariant.h35 template<typename ContainerType>
39 static COMEnumVariant* adopt(ContainerType&);
40 static COMEnumVariant* createInstance(const ContainerType&);
59 COMEnumVariant(const ContainerType& container) in COMEnumVariant()
70 ContainerType m_container;
71 typename ContainerType::const_iterator m_currentPos;
75 template<typename ContainerType>
76 COMEnumVariant<typename ContainerType>* COMEnumVariant<ContainerType>::adopt(ContainerType& contain… in adopt()
85 template<typename ContainerType>
86 COMEnumVariant<typename ContainerType>* COMEnumVariant<ContainerType>::createInstance(const Contain… in createInstance()
[all …]
/external/chromium/base/
Dstack_container.h133 typedef TContainerType ContainerType; typedef
134 typedef typename ContainerType::value_type ContainedType;
150 ContainerType& container() { return container_; } in container()
151 const ContainerType& container() const { return container_; } in container()
156 ContainerType* operator->() { return &container_; }
157 const ContainerType* operator->() const { return &container_; }
170 ContainerType container_;
Dstack_container_unittest.cc77 typedef Vector::ContainerType Container; in TEST()
/external/chromium/testing/gtest/test/
Dgtest-param-test_test.cc363 typedef ::std::vector<int> ContainerType; in TEST() typedef
364 ContainerType values; in TEST()
376 typedef ::std::vector<int> ContainerType; in TEST() typedef
377 ContainerType values; in TEST()
390 typedef ::std::vector<int> ContainerType; in TEST() typedef
391 ContainerType values; in TEST()
402 typedef ::std::vector<int> ContainerType; in TEST() typedef
403 ContainerType values; in TEST()
/external/libvpx/libvpx/third_party/googletest/src/test/
Dgtest-param-test_test.cc363 typedef ::std::vector<int> ContainerType; in TEST() typedef
364 ContainerType values; in TEST()
376 typedef ::std::vector<int> ContainerType; in TEST() typedef
377 ContainerType values; in TEST()
390 typedef ::std::vector<int> ContainerType; in TEST() typedef
391 ContainerType values; in TEST()
402 typedef ::std::vector<int> ContainerType; in TEST() typedef
403 ContainerType values; in TEST()
/external/protobuf/gtest/test/
Dgtest-param-test_test.cc304 typedef ::std::vector<int> ContainerType; in TEST() typedef
305 ContainerType values; in TEST()
317 typedef ::std::vector<int> ContainerType; in TEST() typedef
318 ContainerType values; in TEST()
331 typedef ::std::vector<int> ContainerType; in TEST() typedef
332 ContainerType values; in TEST()
343 typedef ::std::vector<int> ContainerType; in TEST() typedef
344 ContainerType values; in TEST()
/external/gtest/test/
Dgtest-param-test_test.cc363 typedef ::std::vector<int> ContainerType; in TEST() typedef
364 ContainerType values; in TEST()
376 typedef ::std::vector<int> ContainerType; in TEST() typedef
377 ContainerType values; in TEST()
390 typedef ::std::vector<int> ContainerType; in TEST() typedef
391 ContainerType values; in TEST()
402 typedef ::std::vector<int> ContainerType; in TEST() typedef
403 ContainerType values; in TEST()
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-param-util.h283 typedef typename ::std::vector<T> ContainerType; typedef
288 typename ContainerType::const_iterator iterator) in Iterator()
333 typename ContainerType::const_iterator iterator_;
345 const ContainerType container_;
/external/open-vcdiff/gtest/include/gtest/internal/
Dgtest-param-util.h303 typedef typename ::std::vector<T> ContainerType; typedef
308 typename ContainerType::const_iterator iterator) in Iterator()
353 typename ContainerType::const_iterator iterator_;
365 const ContainerType container_;
/external/chromium/testing/gtest/include/gtest/internal/
Dgtest-param-util.h283 typedef typename ::std::vector<T> ContainerType; typedef
288 typename ContainerType::const_iterator iterator) in Iterator()
333 typename ContainerType::const_iterator iterator_;
345 const ContainerType container_;
/external/protobuf/gtest/include/gtest/internal/
Dgtest-param-util.h301 typedef typename ::std::vector<T> ContainerType; typedef
306 typename ContainerType::const_iterator iterator) in Iterator()
351 typename ContainerType::const_iterator iterator_;
363 const ContainerType container_;
/external/gtest/include/gtest/internal/
Dgtest-param-util.h283 typedef typename ::std::vector<T> ContainerType; typedef
288 typename ContainerType::const_iterator iterator) in Iterator()
333 typename ContainerType::const_iterator iterator_;
345 const ContainerType container_;
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-param-util.h283 typedef typename ::std::vector<T> ContainerType; typedef
288 typename ContainerType::const_iterator iterator) in Iterator()
333 typename ContainerType::const_iterator iterator_;
345 const ContainerType container_;
/external/oprofile/libregex/
Dstl.pat.in55 # strictly speaking 3rd parameters is less<ContainerType::value_type>
/external/oprofile/libregex/tests/
Dmangled-name.in129 # strictly speaking 3rd parameters is less<ContainerType::value_type>
/external/ceres-solver/internal/ceres/gtest/
Dgtest.h10217 typedef typename ::std::vector<T> ContainerType;
10222 typename ContainerType::const_iterator iterator)
10267 typename ContainerType::const_iterator iterator_;
10279 const ContainerType container_;