/third_party/boost/boost/ptr_container/detail/ |
D | serialize_ptr_map_adapter.hpp | 20 template<class Archive, class T, class VoidPtrMap, class CloneAllocator, bool Ordered> 21 …ptr_container_detail::ptr_map_adapter_base<T, VoidPtrMap, CloneAllocator,Ordered>& c, unsigned int… in save() 23 …typedef ptr_container_detail::ptr_map_adapter_base<T, VoidPtrMap, CloneAllocator,Ordered> containe… in save() 38 template<class Archive, class T, class VoidPtrMap, class CloneAllocator, bool Ordered> 39 void load(Archive& ar, ptr_map_adapter<T, VoidPtrMap, CloneAllocator,Ordered>& c, unsigned int /*ve… in load() 41 typedef ptr_map_adapter<T, VoidPtrMap, CloneAllocator,Ordered> container; in load() 61 template<class Archive, class T, class VoidPtrMap, class CloneAllocator, bool Ordered> 62 void load(Archive& ar, ptr_multimap_adapter<T, VoidPtrMap, CloneAllocator,Ordered>& c, unsigned int… in load() 64 typedef ptr_multimap_adapter<T, VoidPtrMap, CloneAllocator,Ordered> container; in load()
|
/third_party/boost/boost/ptr_container/ |
D | ptr_set_adapter.hpp | 38 bool Ordered 54 mpl::eval_if_c<Ordered, 63 mpl::eval_if_c<Ordered, 69 mpl::eval_if_c<Ordered, 75 mpl::if_c<Ordered, 90 mpl::eval_if_c<Ordered, 98 mpl::eval_if_c<Ordered, 126 bool Ordered = true 129 … : public ptr_container_detail::associative_ptr_container< set_config<Key,VoidPtrSet,Ordered>, 132 typedef ptr_container_detail::associative_ptr_container< set_config<Key,VoidPtrSet,Ordered>, [all …]
|
D | ptr_map_adapter.hpp | 40 bool Ordered 53 mpl::eval_if_c<Ordered, 59 mpl::eval_if_c<Ordered, 65 mpl::eval_if_c<Ordered, 71 mpl::eval_if_c<Ordered, 77 mpl::if_c<Ordered, 95 mpl::eval_if_c<Ordered, 103 mpl::eval_if_c<Ordered, 131 bool Ordered 134 public ptr_container_detail::associative_ptr_container< map_config<T,VoidPtrMap,Ordered>, [all …]
|
/third_party/boost/libs/ptr_container/test/ |
D | associative_test_data.hpp | 22 template< typename C, typename B, typename T, bool Ordered > 25 template< class T, bool Ordered > 62 template< typename C, typename B, typename T, bool Ordered > 205 test_algorithms<T,Ordered>()( c, c2 ); in ptr_set_test()
|
/third_party/PyYAML/tests/data/ |
D | construct-seq.data | 1 # Ordered sequence of nodes
|
/third_party/flutter/skia/src/pathops/ |
D | SkOpCoincidence.h | 233 static bool Ordered(const SkOpPtT* coinPtTStart, const SkOpPtT* oppPtTStart) { in Ordered() function 234 return Ordered(coinPtTStart->segment(), oppPtTStart->segment()); in Ordered() 237 static bool Ordered(const SkOpSegment* coin, const SkOpSegment* opp);
|
D | SkOpCoincidence.cpp | 116 SkASSERT(SkOpCoincidence::Ordered(coinPtTStart, oppPtTStart)); in set() 199 if (!Ordered(coinPtTStart, oppPtTStart)) { in extend() 252 if (!Ordered(coinPtTStart, oppPtTStart)) { in add() 260 SkASSERT(Ordered(coinPtTStart, oppPtTStart)); in add() 331 if (Ordered(coinSeg, oppSeg)) { in addEndMovedSpans() 572 if (!Ordered(coinSeg, oppSeg)) { in checkOverlap() 970 if (!Ordered(coinPtTStart, oppPtTStart)) { in contains() 1403 bool SkOpCoincidence::Ordered(const SkOpSegment* coinSeg, const SkOpSegment* oppSeg) { in Ordered() function in SkOpCoincidence
|
/third_party/skia/src/pathops/ |
D | SkOpCoincidence.h | 233 static bool Ordered(const SkOpPtT* coinPtTStart, const SkOpPtT* oppPtTStart) { in Ordered() function 234 return Ordered(coinPtTStart->segment(), oppPtTStart->segment()); in Ordered() 237 static bool Ordered(const SkOpSegment* coin, const SkOpSegment* opp);
|
D | SkOpCoincidence.cpp | 116 SkASSERT(SkOpCoincidence::Ordered(coinPtTStart, oppPtTStart)); in set() 199 if (!Ordered(coinPtTStart, oppPtTStart)) { in extend() 252 if (!Ordered(coinPtTStart, oppPtTStart)) { in add() 260 SkASSERT(Ordered(coinPtTStart, oppPtTStart)); in add() 331 if (Ordered(coinSeg, oppSeg)) { in addEndMovedSpans() 572 if (!Ordered(coinSeg, oppSeg)) { in checkOverlap() 970 if (!Ordered(coinPtTStart, oppPtTStart)) { in contains() 1403 bool SkOpCoincidence::Ordered(const SkOpSegment* coinSeg, const SkOpSegment* oppSeg) { in Ordered() function in SkOpCoincidence
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | ValueTracking.h | 602 bool Ordered; /// When implementing this min/max pattern as member 653 bool Ordered = false);
|
/third_party/typescript_eslint/ |
D | .markdownlint.json | 52 // MD029/ol-prefix - Ordered list item prefix
|
/third_party/boost/tools/quickbook/doc/ |
D | quickbook.qbk | 58 [def __ordered_lists__ [link quickbook.ref.ordered_lists Ordered lists]]
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
D | TestUtil.h | 330 #define DefinePackedOrdUnordComparisonOperator(Op, Ordered) \ argument 347 (Ordered) \
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 4984 bool Ordered = false; in matchSelectPattern() local 5001 Ordered = true; in matchSelectPattern() 5011 Ordered = false; in matchSelectPattern() 5032 Ordered = !Ordered; in matchSelectPattern() 5050 case FCmpInst::FCMP_OGE: return {SPF_FMAXNUM, NaNBehavior, Ordered}; in matchSelectPattern() 5054 case FCmpInst::FCMP_OLE: return {SPF_FMINNUM, NaNBehavior, Ordered}; in matchSelectPattern() 5286 CmpInst::Predicate llvm::getMinMaxPred(SelectPatternFlavor SPF, bool Ordered) { in getMinMaxPred() argument 5292 return Ordered ? FCmpInst::FCMP_OLT : FCmpInst::FCMP_ULT; in getMinMaxPred() 5294 return Ordered ? FCmpInst::FCMP_OGT : FCmpInst::FCMP_UGT; in getMinMaxPred()
|
/third_party/boost/libs/msm/doc/HTML/ |
D | boostbook.css | 148 /* Ordered lists */
|
/third_party/node/deps/npm/node_modules/asynckit/ |
D | README.md | 215 ### Ordered Serial Iterations
|
/third_party/boost/tools/auto_index/doc/html/ |
D | boostbook.css | 148 /* Ordered lists */
|
/third_party/boost/libs/numeric/conversion/doc/html/ |
D | boostbook.css | 149 /* Ordered lists */
|
/third_party/boost/libs/bimap/doc/html/ |
D | boostbook.css | 149 /* Ordered lists */
|
/third_party/boost/libs/phoenix/doc/html/ |
D | boostbook.css | 149 /* Ordered lists */
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonExpandCondsets.cpp | 832 bool Ordered = TheI.hasOrderedMemoryRef(); in canMoveMemTo() local 842 if (Ordered && MI->hasOrderedMemoryRef()) in canMoveMemTo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
D | TestUtil.h | 442 #define DefinePackedOrdUnordComparisonOperator(Op, Ordered) \ argument 459 (Ordered) \
|
/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | material_localizations.dart | 366 // Ordered to match DateTime.monday=1, DateTime.sunday=6 377 // Ordered to match DateTime.monday=1, DateTime.sunday=6
|
/third_party/boost/libs/numeric/odeint/doc/html/ |
D | boostbook.css | 149 /* Ordered lists */
|
/third_party/freetype/docs/ |
D | DOCGUIDE | 173 Ordered lists start with numbers:
|