Home
last modified time | relevance | path

Searched refs:RowType (Results 1 - 11 of 11) sorted by relevance

/third_party/python/Modules/_sqlite/clinic/
H A Drow.c.h16 if ((type == clinic_state()->RowType || in pysqlite_row_new()
17 type->tp_init == clinic_state()->RowType->tp_init) && in pysqlite_row_new()
/third_party/icu/icu4c/source/common/
H A Drbbi.cpp809 template <typename RowType, RuleBasedBreakIterator::PTrieFunc trieFunc>
815 RowType *row; in handleNext()
847 row = (RowType *) in handleNext()
905 row = (RowType *) in handleNext()
994 template <typename RowType, RuleBasedBreakIterator::PTrieFunc trieFunc>
999 RowType *row; in handleSafePrevious()
1019 row = (RowType *) in handleSafePrevious()
1049 row = (RowType *) in handleSafePrevious()
/third_party/node/deps/icu-small/source/common/
H A Drbbi.cpp779 template <typename RowType, RuleBasedBreakIterator::PTrieFunc trieFunc>
785 RowType *row; in handleNext()
817 row = (RowType *) in handleNext()
875 row = (RowType *) in handleNext()
964 template <typename RowType, RuleBasedBreakIterator::PTrieFunc trieFunc>
969 RowType *row; in handleSafePrevious()
989 row = (RowType *) in handleSafePrevious()
1019 row = (RowType *) in handleSafePrevious()
/third_party/skia/third_party/externals/icu/source/common/
H A Drbbi.cpp795 template <typename RowType, RuleBasedBreakIterator::PTrieFunc trieFunc>
801 RowType *row; in handleNext()
833 row = (RowType *) in handleNext()
891 row = (RowType *) in handleNext()
980 template <typename RowType, RuleBasedBreakIterator::PTrieFunc trieFunc>
985 RowType *row; in handleSafePrevious()
1005 row = (RowType *) in handleSafePrevious()
1035 row = (RowType *) in handleSafePrevious()
/third_party/icu/icu4c/source/common/unicode/
H A Drbbi.h698 template<typename RowType, PTrieFunc trieFunc>
701 template<typename RowType, PTrieFunc trieFunc>
/third_party/node/deps/icu-small/source/common/unicode/
H A Drbbi.h771 template<typename RowType, PTrieFunc trieFunc>
774 template<typename RowType, PTrieFunc trieFunc>
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Drbbi.h685 template<typename RowType, PTrieFunc trieFunc>
688 template<typename RowType, PTrieFunc trieFunc>
/third_party/python/Modules/_sqlite/
H A Drow.c33 class _sqlite3.Row "pysqlite_Row *" "clinic_state()->RowType"
223 if (PyObject_TypeCheck(_other, state->RowType)) { in pysqlite_row_richcompare()
274 state->RowType = (PyTypeObject *)type; in pysqlite_row_setup_types()
H A Dmodule.h60 PyTypeObject *RowType; member
H A Dmodule.c586 Py_VISIT(state->RowType); in module_traverse()
619 Py_CLEAR(state->RowType); in module_clear()
700 ADD_TYPE(module, state->RowType); in module_exec()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp342 for (RowType &Row : Table) in PermNetwork()
376 using RowType = std::vector<uint8_t>;
377 std::vector<RowType> Table;
391 bool route(ElemType *P, RowType *T, unsigned Size, unsigned Step);
405 bool route(ElemType *P, RowType *T, unsigned Size, unsigned Step);
421 bool route(ElemType *P, RowType *T, unsigned Size, unsigned Step);
425 bool ForwardDeltaNetwork::route(ElemType *P, RowType *T, unsigned Size,
470 bool ReverseDeltaNetwork::route(ElemType *P, RowType *T, unsigned Size,
542 bool BenesNetwork::route(ElemType *P, RowType *T, unsigned Size,

Completed in 14 milliseconds