/external/chromium/base/ |
D | stack_container.h | 133 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_;
|
D | stack_container_unittest.cc | 77 typedef Vector::ContainerType Container; in TEST()
|
/external/chromium_org/base/containers/ |
D | stack_container.h | 133 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_;
|
D | stack_container_unittest.cc | 80 typedef Vector::ContainerType Container; in TEST()
|
/external/gtest/test/ |
D | gtest-param-test_test.cc | 363 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/ |
D | gtest-param-test_test.cc | 363 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/ |
D | gtest-param-test_test.cc | 363 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/ |
D | gtest-param-test_test.cc | 304 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/ |
D | gtest-param-util.h | 283 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/ |
D | gtest-param-util.h | 283 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/ |
D | gtest-param-util.h | 283 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/ |
D | gtest-param-util.h | 301 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/ |
D | gtest-param-util.h | 283 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/ |
D | gtest-param-util.h | 283 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/ |
D | gtest-param-util.h | 303 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/ |
D | gtest-param-util.h | 283 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/ |
D | pixel_buffer_raster_worker_pool.cc | 75 const NodeVector::ContainerType& dependencies) { in AddDependenciesToGraphNode() 76 for (NodeVector::ContainerType::const_iterator it = dependencies.begin(); in AddDependenciesToGraphNode()
|
/external/chromium_org/chrome_frame/ |
D | chrome_frame_automation.cc | 476 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/ |
D | stl.pat.in | 55 # strictly speaking 3rd parameters is less<ContainerType::value_type>
|
/external/oprofile/libregex/tests/ |
D | mangled-name.in | 129 # strictly speaking 3rd parameters is less<ContainerType::value_type>
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/ |
D | gtest.h | 10282 typedef typename ::std::vector<T> ContainerType; 10287 typename ContainerType::const_iterator iterator) 10332 typename ContainerType::const_iterator iterator_; 10344 const ContainerType container_;
|