Home
last modified time | relevance | path

Searched defs:Row (Results 1 – 25 of 35) sorted by relevance

12

/third_party/boost/boost/msm/front/
Dfunctor_row.hpp59 struct Row struct
61 typedef SOURCE Source;
62 typedef EVENT Evt;
63 typedef TARGET Target;
64 typedef ACTION Action;
65 typedef GUARD Guard;
67 typedef row_tag row_type_tag;
69 …ack::HandledEnum action_call(FSM& fsm,EVT const& evt,SourceState& src,TargetState& tgt, AllStates&) in action_call()
76 static bool guard_call(FSM& fsm,EVT const& evt,SourceState& src,TargetState& tgt,AllStates&) in guard_call()
84 struct Row<SOURCE,EVENT,TARGET,none,none> struct
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h145 struct Row { struct
155 static bool orderByAddress(const Row &LHS, const Row &RHS) { in orderByAddress() argument
165 object::SectionedAddress Address;
169 uint32_t Line;
173 uint16_t Column;
176 uint16_t File;
179 uint32_t Discriminator;
182 uint8_t Isa;
185 uint8_t IsStmt : 1,
210 /// and is described by line table rows [FirstRowIndex, LastRowIndex). argument
[all …]
/third_party/skia/src/gpu/
DGrRectanizerPow2.h47 struct Row { struct
51 int fRowHeight; argument
58 Row fRows[kMaxExponent]; // 0-th entry will be unused argument
/third_party/flutter/skia/src/gpu/
DGrRectanizer_pow2.h45 struct Row { struct
49 int fRowHeight; argument
56 Row fRows[kMaxExponent]; // 0-th entry will be unused argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
DLineTable.cpp70 LineEntry Row(BaseAddr, 1, FirstLine); in parse() local
254 llvm::Error Err = parse(Data, BaseAddr, [&](const LineEntry &Row) -> bool { in decode()
269 [Addr, &Result](const LineEntry &Row) -> bool { in lookup()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
Dedit_distance.h63 unsigned *Row = SmallBuffer; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Dedit_distance.h64 unsigned *Row = SmallBuffer; variable
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/perf/
Dperf_data.h64 auto Row(dsize_t idx) { in Row() function
/third_party/giflib/
Dgiffix.c39 int i, j, NumFiles, ExtCode, Row, Col, Width, Height, ErrorCode, in main() local
Dgif2rgb.c344 int i, j, Size, Row, Col, Width, Height, ExtCode, Count; in GIF2RGB() local
/third_party/typescript/tests/cases/fourslash/etslib/
Dflex.d.ts35 Row, enumerator
/third_party/grpc/tools/failures/
Ddetect_new_failures.py131 Row = namedtuple('Row', ['poll_strategy', 'job_name', 'build_id', 'timestamp']) variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp78 for (auto &Row : DepMatrix) { in printDepMatrix() local
197 static bool isOuterMostDepPositive(CharMatrix &DepMatrix, unsigned Row, in isOuterMostDepPositive()
210 static bool containsNoDependence(CharMatrix &DepMatrix, unsigned Row, in containsNoDependence()
220 static bool validDepInterchange(CharMatrix &DepMatrix, unsigned Row, in validDepInterchange()
263 for (unsigned Row = 0; Row < NumRows; ++Row) { in isLegalToInterChangeLoops() local
1089 for (auto &Row : DepMatrix) { in isProfitableForVectorization() local
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dmatrix_decompose.inl87 tvec3<T, P> Row[3], Pdum3; local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnitIndex.cpp137 auto &Row = Rows[i]; in dump() local
DDWARFDebugLine.cpp375 DWARFDebugLine::Row::Row(bool DefaultIsStmt) { reset(DefaultIsStmt); } in Row() function in DWARFDebugLine::Row
924 DWARFDebugLine::Row Row; in findRowInSeq() local
1095 const auto &Row = Rows[RowIndex]; in getFileLineInfoForAddress() local
/third_party/icu/icu4c/source/common/
Duresdata.cpp1016 typedef struct Row { struct
1018 } Row; typedef
/third_party/skia/third_party/externals/icu/source/common/
Duresdata.cpp1016 typedef struct Row { struct
1018 } Row; argument
/third_party/node/deps/icu-small/source/common/
Duresdata.cpp1016 typedef struct Row { struct
1018 } Row; argument
/third_party/flutter/skia/third_party/externals/icu/source/common/
Duresdata.cpp988 typedef struct Row { struct
990 } Row; argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DRow.java19 public class Row<C0, C1, C2, C3, C4> implements java.lang.Comparable, Cloneable, class
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DRow.java23 public class Row<C0, C1, C2, C3, C4> implements java.lang.Comparable, Cloneable, class
/third_party/flutter/skia/src/core/
DSkAAClip.cpp867 struct Row { struct in SkAAClip::Builder
868 int fY;
869 int fWidth;
870 SkTDArray<uint8_t>* fData;
/third_party/skia/src/core/
DSkAAClip.cpp240 struct Row { struct in SkAAClip::Builder
241 int fY;
242 int fWidth;
243 SkTDArray<uint8_t>* fData;
/third_party/boost/boost/graph/
Dtiernan_all_cycles.hpp137 typedef typename ClosedMatrix::const_reference Row; in is_path_closed() typedef

12