HomeSort by relevance Sort by last modified time
    Searched refs:RowVector (Results 1 - 13 of 13) sorted by null

  /frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
eigen.h 23 using RowVector = Matrix<T, 1, N>;
26 using RowVector2 = RowVector<T, 2>;
29 using RowVector3 = RowVector<T, 3>;
32 using RowVector4 = RowVector<T, 4>;
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 211 typedef std::vector<Row> RowVector;
212 typedef RowVector::const_iterator RowIter;
215 RowVector Rows;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 223 typedef std::vector<Row> RowVector;
224 typedef RowVector::const_iterator RowIter;
227 RowVector Rows;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 223 typedef std::vector<Row> RowVector;
224 typedef RowVector::const_iterator RowIter;
227 RowVector Rows;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 223 typedef std::vector<Row> RowVector;
224 typedef RowVector::const_iterator RowIter;
227 RowVector Rows;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 223 typedef std::vector<Row> RowVector;
224 typedef RowVector::const_iterator RowIter;
227 RowVector Rows;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 223 typedef std::vector<Row> RowVector;
224 typedef RowVector::const_iterator RowIter;
227 RowVector Rows;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 223 typedef std::vector<Row> RowVector;
224 typedef RowVector::const_iterator RowIter;
227 RowVector Rows;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 223 typedef std::vector<Row> RowVector;
224 typedef RowVector::const_iterator RowIter;
227 RowVector Rows;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 223 typedef std::vector<Row> RowVector;
224 typedef RowVector::const_iterator RowIter;
227 RowVector Rows;
  /external/eigen/Eigen/src/Core/
Array.h 314 using Eigen::RowVector##SizeSuffix##TypeSuffix;
Matrix.h 432 typedef Matrix<Type, 1, Size> RowVector##SizeSuffix##TypeSuffix;
  /external/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp 514 std::vector<uint32_t> RowVector;
515 if (!LineTable->lookupAddressRange(Address, Size, RowVector))
518 for (uint32_t RowIndex : RowVector) {

Completed in 763 milliseconds