HomeSort by relevance Sort by last modified time
    Searched refs:Container (Results 151 - 175 of 527) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
iterator_range.h 36 //TODO: Add SFINAE to test that the Container's iterators match the range's
38 template <typename Container>
39 iterator_range(Container &&c)
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
iterator_range.h 36 //TODO: Add SFINAE to test that the Container's iterators match the range's
38 template <typename Container>
39 iterator_range(Container &&c)
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
iterator_range.h 36 //TODO: Add SFINAE to test that the Container's iterators match the range's
38 template <typename Container>
39 iterator_range(Container &&c)
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
iterator_range.h 36 //TODO: Add SFINAE to test that the Container's iterators match the range's
38 template <typename Container>
39 iterator_range(Container &&c)
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
iterator_range.h 36 //TODO: Add SFINAE to test that the Container's iterators match the range's
38 template <typename Container>
39 iterator_range(Container &&c)
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
iterator_range.h 36 //TODO: Add SFINAE to test that the Container's iterators match the range's
38 template <typename Container>
39 iterator_range(Container &&c)
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
iterator_range.h 36 //TODO: Add SFINAE to test that the Container's iterators match the range's
38 template <typename Container>
39 iterator_range(Container &&c)
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
iterator_range.h 36 //TODO: Add SFINAE to test that the Container's iterators match the range's
38 template <typename Container>
39 iterator_range(Container &&c)
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
iterator_range.h 36 //TODO: Add SFINAE to test that the Container's iterators match the range's
38 template <typename Container>
39 iterator_range(Container &&c)
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
iterator_range.h 36 //TODO: Add SFINAE to test that the Container's iterators match the range's
38 template <typename Container>
39 iterator_range(Container &&c)
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
iterator_range.h 36 //TODO: Add SFINAE to test that the Container's iterators match the range's
38 template <typename Container>
39 iterator_range(Container &&c)
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
iterator_range.h 36 //TODO: Add SFINAE to test that the Container's iterators match the range's
38 template <typename Container>
39 iterator_range(Container &&c)
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
iterator_range.h 36 //TODO: Add SFINAE to test that the Container's iterators match the range's
38 template <typename Container>
39 iterator_range(Container &&c)
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
iterator_range.h 36 //TODO: Add SFINAE to test that the Container's iterators match the range's
38 template <typename Container>
39 iterator_range(Container &&c)
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
iterator_range.h 36 //TODO: Add SFINAE to test that the Container's iterators match the range's
38 template <typename Container>
39 iterator_range(Container &&c)
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_array_in_pointer.py 16 class Container(Structure):
24 # create a container, which holds a pointer to the pvalues array.
25 c = Container()
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_array_in_pointer.py 16 class Container(Structure):
24 # create a container, which holds a pointer to the pvalues array.
25 c = Container()
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/associative/map/map.modifiers/
insert_iter_cv.pass.cpp 22 template <class Container>
25 typedef Container M;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/associative/multimap/multimap.modifiers/
insert_iter_cv.pass.cpp 22 template <class Container>
25 typedef Container M;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_array_in_pointer.py 16 class Container(Structure):
24 # create a container, which holds a pointer to the pvalues array.
25 c = Container()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_array_in_pointer.py 16 class Container(Structure):
24 # create a container, which holds a pointer to the pvalues array.
25 c = Container()
  /external/clang/test/SemaCXX/
conversion-function.cpp 357 template <typename T> struct Container;
361 typedef Container<int> container_type;
365 struct Container {
370 Container<int> test;
387 template<class Container>
388 operator Container()
390 Container ar;
  /external/eigen/test/
stdlist_overload.cpp 28 template <class Container, class Position>
29 typename Container::iterator get(Container & c, Position position)
31 typename Container::iterator it = c.begin();
36 template <class Container, class Position, class Value>
37 void set(Container & c, Position position, const Value & value)
39 typename Container::iterator it = c.begin();
  /system/security/keystore/
auth_token_table.cpp 60 template <typename Container, typename Predicate>
61 typename Container::iterator find_if(Container& container, Predicate pred) {
62 return std::find_if(container.begin(), container.end(), pred);
65 template <typename Container, typename Predicate>
66 typename Container::iterator remove_if(Container& container, Predicate pred)
    [all...]
  /external/libchrome/base/
stl_util_unittest.cc 43 template <typename Container>
45 const std::pair<Container, Container> test_data[] = {
46 {Container(), Container()}, {{1, 2, 3}, {1, 3}}, {{1, 2, 3, 2}, {1, 3}}};
55 template <typename Container>
58 Container input;
59 Container erase_even;
60 Container erase_odd;
62 {Container(), Container(), Container()}
    [all...]

Completed in 454 milliseconds

1 2 3 4 5 67 8 91011>>