HomeSort by relevance Sort by last modified time
    Searched refs:element_type (Results 126 - 150 of 155) sorted by null

1 2 3 4 56 7

  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml 304 if element_type (type_of f) <> ft then
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-port.h 799 typedef T element_type; typedef in class:testing::internal::scoped_ptr
    [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest-port_test.cc 195 // Tests that the element_type typedef is available in scoped_ptr and refers
198 StaticAssertTypeEq<int, ::testing::internal::scoped_ptr<int>::element_type>();
    [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h 892 typedef T element_type; typedef in class:testing::internal::scoped_ptr
    [all...]
  /external/gtest/test/
gtest-port_test.cc 232 // Tests that the element_type typedef is available in scoped_ptr and refers
235 StaticAssertTypeEq<int, ::testing::internal::scoped_ptr<int>::element_type>();
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 786 typedef T element_type; typedef in class:testing::internal::scoped_ptr
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h 776 typedef T element_type; typedef in class:testing::internal::scoped_ptr
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
cvstd.hpp 286 typedef T element_type; typedef in struct:cv::Ptr
  /external/protobuf/gtest/test/
gtest-port_test.cc 62 // Tests that the element_type typedef is available in scoped_ptr and refers
65 StaticAssertTypeEq<int, ::testing::internal::scoped_ptr<int>::element_type>();
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-port.h 906 typedef T element_type; typedef in class:testing::internal::scoped_ptr
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-port_test.cc 232 // Tests that the element_type typedef is available in scoped_ptr and refers
235 StaticAssertTypeEq<int, ::testing::internal::scoped_ptr<int>::element_type>();
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h 892 typedef T element_type; typedef in class:testing::internal::scoped_ptr
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest-port_test.cc 232 // Tests that the element_type typedef is available in scoped_ptr and refers
235 StaticAssertTypeEq<int, ::testing::internal::scoped_ptr<int>::element_type>();
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_vector.h     [all...]
  /toolchain/binutils/binutils-2.25/binutils/
stabs.c 3058 debug_type element_type; local
    [all...]
  /external/skia/src/utils/
SkLua.cpp 336 static const char* element_type(SkClipStack::Element::Type type) { function
383 this->pushString(element_type(type), "type");
    [all...]
  /external/mesa3d/src/glsl/
linker.cpp 246 return t->array_size() * count_attribute_slots(t->element_type());
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 384 external element_type : lltype -> lltype = "LLVMGetElementType"
    [all...]
llvm.mli 634 (** [element_type ty] returns the element type of the pointer, vector, or array
636 val element_type : lltype -> lltype var
638 (** [element_type aty] returns the element count of the array type [aty].
646 (** [element_type ty] returns the element count of the vector type [ty].
    [all...]
  /external/v8/src/compiler/
simplified-lowering.cc 2373 Type* element_type = local
    [all...]
  /external/clang/bindings/python/clang/
cindex.py 1775 def element_type(self): member in class:Type
    [all...]
  /external/google-breakpad/src/testing/test/
gmock-matchers_test.cc 2831 typedef T element_type; typedef in class:testing::gmock_matchers_test::ConstPropagatingPtr
    [all...]
  /external/gmock/test/
gmock-matchers_test.cc 3114 typedef T element_type; typedef in class:testing::gmock_matchers_test::ConstPropagatingPtr
    [all...]
  /ndk/tests/device/test-libc++-shared-full/jni/
Android.mk     [all...]
  /ndk/tests/device/test-libc++-static-full/jni/
Android.mk     [all...]

Completed in 713 milliseconds

1 2 3 4 56 7