Home
last modified time | relevance | path

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

/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_org/base/containers/
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.cc80 typedef Vector::ContainerType Container; 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/chromium_org/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/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/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/mesa3d/src/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/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/chromium_org/third_party/mesa/src/src/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/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/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_org/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/chromium_org/cc/resources/
Dpixel_buffer_raster_worker_pool.cc75 const NodeVector::ContainerType& dependencies) { in AddDependenciesToGraphNode()
76 for (NodeVector::ContainerType::const_iterator it = dependencies.begin(); in AddDependenciesToGraphNode()
/external/chromium_org/chrome_frame/
Dchrome_frame_automation.cc476 Vector::ContainerType::iterator it = std::find(proxies_.container().begin(), in ReleaseAutomationServer()
501 Vector::ContainerType::iterator it = std::find(proxies_.container().begin(), in ReleaseAutomationServer()
/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/libvpx/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h10282 typedef typename ::std::vector<T> ContainerType;
10287 typename ContainerType::const_iterator iterator)
10332 typename ContainerType::const_iterator iterator_;
10344 const ContainerType container_;