Searched refs:element_type (Results 51 - 75 of 107) sorted by relevance

12345

/external/chromium_org/media/cdm/ppapi/
H A Dlinked_ptr.h82 typedef T element_type; typedef in class:linked_ptr
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-linked_ptr.h138 typedef T element_type; typedef in class:testing::internal::linked_ptr
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-linked_ptr.h138 typedef T element_type; typedef in class:testing::internal::linked_ptr
/external/gtest/include/gtest/internal/
H A Dgtest-linked_ptr.h138 typedef T element_type; typedef in class:testing::internal::linked_ptr
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-linked_ptr.h138 typedef T element_type; typedef in class:testing::internal::linked_ptr
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-linked_ptr.h138 typedef T element_type; typedef in class:testing::internal::linked_ptr
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-linked_ptr.h138 typedef T element_type; typedef in class:testing::internal::linked_ptr
/external/stlport/stlport/stl/
H A D_auto_ptr.h50 typedef _Tp element_type; typedef in class:auto_ptr
/external/chromium_org/third_party/mesa/src/src/glsl/tests/
H A Dset_uniform_initializer_tests.cpp315 const glsl_type *const element_type = local
319 establish_uniform_storage(prog, 3, actual_index, name, element_type,
332 linker::set_uniform_initializer(mem_ctx, prog, name, element_type, val);
/external/mesa3d/src/glsl/tests/
H A Dset_uniform_initializer_tests.cpp315 const glsl_type *const element_type = local
319 establish_uniform_storage(prog, 3, actual_index, name, element_type,
332 linker::set_uniform_initializer(mem_ctx, prog, name, element_type, val);
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dcodegen.ml66 if element_type (type_of f) <> ft then
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dcodegen.ml66 if element_type (type_of f) <> ft then
/external/chromium_org/base/memory/
H A Dref_counted.h272 typedef T element_type; typedef in class:scoped_refptr
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dglsl_types.h210 const glsl_type *element_type() const function in struct:glsl_type
H A Dlower_clip_distance.cpp97 assert (ir->type->element_type() == glsl_type::float_type);
H A Dast_function.cpp600 glsl_type::get_array_instance(constructor_type->element_type(),
615 if (constructor_type->element_type()->is_float()) {
630 if (result->type != constructor_type->element_type()) {
633 constructor_type->element_type()->name,
/external/deqp/framework/delibs/decpp/
H A DdeUniquePtr.hpp57 typedef T element_type; typedef in class:de::details::UniqueBase
/external/llvm/include/llvm/ADT/
H A DIntrusiveRefCntPtr.h140 typedef T element_type; typedef in class:llvm::IntrusiveRefCntPtr
/external/mesa3d/src/glsl/
H A Dglsl_types.h210 const glsl_type *element_type() const function in struct:glsl_type
H A Dlower_clip_distance.cpp97 assert (ir->type->element_type() == glsl_type::float_type);
H A Dast_function.cpp600 glsl_type::get_array_instance(constructor_type->element_type(),
615 if (constructor_type->element_type()->is_float()) {
630 if (result->type != constructor_type->element_type()) {
633 constructor_type->element_type()->name,
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
H A Dv8_types.py236 lambda self: self.element_type)
384 lambda self: self.element_type.includes_for_type)
/external/lldb/include/lldb/Symbol/
H A DClangASTContext.h384 CreateArrayType (const ClangASTType &element_type,
H A DClangASTType.h121 IsArrayType (ClangASTType *element_type,
/external/lldb/source/Symbol/
H A DClangASTContext.cpp2008 ClangASTContext::CreateArrayType (const ClangASTType &element_type, argument
2012 if (element_type.IsValid())
2019 return ClangASTType (ast, ast->getExtVectorType(element_type.GetQualType(), element_count).getAsOpaquePtr());
2027 return ClangASTType (ast, ast->getIncompleteArrayType (element_type.GetQualType(),
2033 return ClangASTType (ast, ast->getConstantArrayType (element_type.GetQualType(),

Completed in 621 milliseconds

12345