HomeSort by relevance Sort by last modified time
    Searched defs:value_type (Results 251 - 275 of 275) sorted by null

<<11

  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-port.h 1480 typedef typename Iterator::value_type value_type; typedef in struct:testing::internal::IteratorTraits
1485 typedef T value_type; typedef in struct:testing::internal::IteratorTraits
1490 typedef T value_type; typedef in struct:testing::internal::IteratorTraits
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
get.c 87 enum value_type { enum
151 GLubyte type; /**< enum value_type */
    [all...]
  /external/clang/include/clang/AST/
DeclBase.h 736 typedef Decl *value_type; typedef in class:clang::Decl::redecl_iterator
737 typedef const value_type &reference;
738 typedef const value_type *pointer;
746 value_type operator->() const { return Current; }
1277 typedef Decl *value_type; typedef in class:clang::DeclContext::decl_iterator
1348 typedef SpecificDecl *value_type; typedef in class:clang::DeclContext::specific_decl_iterator
1425 typedef SpecificDecl *value_type; typedef in class:clang::DeclContext::filtered_decl_iterator
    [all...]
ASTContext.h 636 typedef ImportDecl *value_type; typedef in class:clang::ASTContext::import_iterator
    [all...]
DeclCXX.h 2891 typedef UsingShadowDecl* value_type; typedef in class:clang::UsingDecl::shadow_iterator
    [all...]
DeclObjC.h 1050 typedef ObjCCategoryDecl * value_type; typedef in class:clang::ObjCInterfaceDecl::filtered_category_iterator
    [all...]
  /external/clang/include/clang/Analysis/
CFG.h 770 typedef const CFGBlock value_type; typedef in class:clang::CFGBlock::CFG::graph_iterator
771 typedef value_type& reference;
772 typedef value_type* pointer;
793 typedef const CFGBlock value_type; typedef in class:clang::CFGBlock::CFG::const_graph_iterator
794 typedef value_type& reference;
795 typedef value_type* pointer;
    [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h 1628 typedef typename Iterator::value_type value_type; typedef in struct:testing::internal::IteratorTraits
1633 typedef T value_type; typedef in struct:testing::internal::IteratorTraits
1638 typedef T value_type; typedef in struct:testing::internal::IteratorTraits
    [all...]
  /external/libcxxabi/src/
cxa_demangle.cpp 4767 typedef T value_type; typedef in class:__cxxabiv1::__anon3182::short_alloc
4816 typedef T value_type; typedef in class:__cxxabiv1::__anon3182::malloc_alloc
    [all...]
  /external/lldb/source/Expression/
IRForTarget.cpp 1520 const Type *value_type = NULL; local
    [all...]
  /external/lldb/source/Interpreter/
CommandInterpreter.cpp 1321 int value_type = value_pair.first; local
2287 int value_type = value_pair.first; local
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 1490 typedef typename Iterator::value_type value_type; typedef in struct:testing::internal::IteratorTraits
1495 typedef T value_type; typedef in struct:testing::internal::IteratorTraits
1500 typedef T value_type; typedef in struct:testing::internal::IteratorTraits
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h 1480 typedef typename Iterator::value_type value_type; typedef in struct:testing::internal::IteratorTraits
1485 typedef T value_type; typedef in struct:testing::internal::IteratorTraits
1490 typedef T value_type; typedef in struct:testing::internal::IteratorTraits
    [all...]
  /external/mesa3d/src/mesa/main/
get.c 87 enum value_type { enum
151 GLubyte type; /**< enum value_type */
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-port.h 2118 typedef typename Iterator::value_type value_type; typedef in struct:testing::internal::IteratorTraits
2123 typedef T value_type; typedef in struct:testing::internal::IteratorTraits
2128 typedef T value_type; typedef in struct:testing::internal::IteratorTraits
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/os/
windows_usb.c 424 DWORD value_type=0; local
426 status = pRegQueryValueExW(hkey_device_interface, L"LUsb0", NULL, &value_type,
    [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h 1192 typedef const Decl *value_type; typedef in class:clang::ASTReader::ModuleDeclIterator
    [all...]
  /external/lldb/source/Core/
ValueObject.cpp 399 Value::ValueType value_type = value.GetValueType(); local
401 switch (value_type)
419 m_location_str = (value_type == Value::eValueTypeVector) ? "vector" : "scalar";
1013 Value::ValueType value_type = m_value.GetValueType(); local
1015 switch (value_type)
1809 Value::ValueType value_type = m_value.GetValueType(); local
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
sqlite3ext.h 148 int (*value_type)(sqlite3_value*); member in struct:sqlite3_api_routines
353 #define sqlite3_value_type sqlite3_api->value_type
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 352 typedef DeclIndexPair value_type; typedef in class:ResultBuilder::ShadowMapEntry::iterator
353 typedef value_type reference;
    [all...]
TreeTransform.h 3380 typedef TemplateArgumentLoc value_type; typedef in class:clang::TemplateArgumentLocInventIterator
4917 typedef TemplateArgumentLoc value_type; typedef in class:clang::TemplateArgumentLocContainerIterator
    [all...]
  /external/opencv/cxcore/src/
cxpersistence.cpp 939 int value_type = CV_NODE_NONE; local
949 value_type |= CV_NODE_USER;
961 if( len == 3 && !CV_NODE_IS_USER(value_type) )
964 value_type = CV_NODE_STRING;
966 value_type = CV_NODE_INT;
968 value_type = CV_NODE_SEQ;
970 value_type = CV_NODE_MAP;
972 else if( len == 5 && !CV_NODE_IS_USER(value_type) )
975 value_type = CV_NODE_REAL;
977 else if( CV_NODE_IS_USER(value_type) )
    [all...]
  /external/chromium_org/v8/src/
hydrogen-instructions.h 2978 HType value_type = value()->type(); variable
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
gtest.h 2735 typedef typename Iterator::value_type value_type; typedef in struct:std::tr1::IteratorTraits
2740 typedef T value_type; typedef in struct:std::tr1::IteratorTraits
2745 typedef T value_type; typedef in struct:std::tr1::IteratorTraits
7927 typedef Element value_type; typedef in class:testing::internal::NativeArray
10100 typedef T value_type; typedef in class:testing::internal::ParamIterator
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h 2735 typedef typename Iterator::value_type value_type; typedef in struct:std::tr1::IteratorTraits
2740 typedef T value_type; typedef in struct:std::tr1::IteratorTraits
2745 typedef T value_type; typedef in struct:std::tr1::IteratorTraits
7927 typedef Element value_type; typedef in class:testing::internal::NativeArray
10100 typedef T value_type; typedef in class:testing::internal::ParamIterator
    [all...]

Completed in 2245 milliseconds

<<11