Home
last modified time | relevance | path

Searched defs:ordered (Results 1 – 25 of 34) sorted by relevance

12

/third_party/boost/libs/unordered/test/helpers/
Dtracker.hpp89 template <class X> class ordered : public ordered_base<X>::type class
96 ordered() : base() {} in ordered() function in test::ordered
98 explicit ordered(key_compare const& kc) : base(kc) {} in ordered() function in test::ordered
/third_party/boost/tools/build/src/util/
Dsequence.py24 def max_element (elements, ordered = None): argument
/third_party/boost/libs/histogram/test/
Daxis_traits_test.cpp160 constexpr static bool ordered() { return true; } in main() function
167 constexpr static bool ordered() { return false; } in main() function
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/sctp/
Dsctpsendmeta.h51 gboolean ordered; member
Dsctpsendmeta.c89 gboolean ordered, GstSctpSendMetaPartiallyReliability pr, guint32 pr_param) in gst_sctp_buffer_add_send_meta()
/third_party/boost/boost/format/
Dformat_class.hpp158 enum style_values { ordered = 1, // set only if all directives are positional enumerator
/third_party/boost/boost/histogram/axis/
Dtraits.hpp301 constexpr bool ordered(const Axis& axis) noexcept { in ordered() function
308 bool ordered(const variant<Ts...>& axis) noexcept { in ordered() function
Dcategory.hpp158 static constexpr bool ordered() noexcept { return false; } in ordered() function in boost::histogram::axis::category
Dvariant.hpp100 bool ordered() const { in ordered() function in boost::histogram::axis::variant
/third_party/freetype/src/sfnt/
Dttkern.c51 FT_UInt32 avail = 0, ordered = 0; in tt_face_load_kern() local
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dttkern.c51 FT_UInt32 avail = 0, ordered = 0; in tt_face_load_kern() local
/third_party/flutter/skia/third_party/externals/freetype/src/sfnt/
Dttkern.c52 FT_UInt32 avail = 0, ordered = 0; in tt_face_load_kern() local
/third_party/gstreamer/gstplugins_bad/ext/sctp/
Dgstsctpenc.c94 gboolean ordered; member
536 gboolean ordered; in gst_sctp_enc_sink_chain() local
883 get_config_from_caps (const GstCaps * caps, gboolean * ordered, in get_config_from_caps()
Dsctpassociation.c438 guint32 length, guint16 stream_id, guint32 ppid, gboolean ordered, in gst_sctp_association_send_data()
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dwebrtcdatachannel.h51 gboolean ordered; member
/third_party/boost/boost/multi_index/detail/
Dindex_matcher.hpp77 bool ordered; member
/third_party/skia/src/sksl/
DSkSLDehydrator.cpp236 std::map<skstd::string_view, const Symbol*> ordered; in write() local
/third_party/selinux/libsepol/cil/src/
Dcil_resolve_ast.c1175 void __cil_ordered_list_init(struct cil_ordered_list **ordered) in __cil_ordered_list_init()
1184 void __cil_ordered_list_destroy(struct cil_ordered_list **ordered) in __cil_ordered_list_destroy()
1203 struct cil_ordered_list *ordered = item->data; in __cil_ordered_lists_destroy() local
1521 struct cil_ordered_list *ordered = NULL; in cil_resolve_sidorder() local
1576 struct cil_ordered_list *ordered = NULL; in cil_resolve_catorder() local
1618 struct cil_ordered_list *ordered = NULL; in cil_resolve_sensitivityorder() local
Dcil_internal.h382 uint32_t ordered; /* Only used for kernel class */ member
435 uint32_t ordered; member
672 uint32_t ordered; member
681 uint32_t ordered; member
/third_party/flutter/skia/src/pathops/
DSkOpSpan.cpp407 bool SkOpSpan::insertCoincidence(const SkOpSegment* segment, bool flipped, bool ordered) { in insertCoincidence()
DSkOpCoincidence.cpp155 bool SkCoincidentSpans::ordered(bool* result) const { in ordered() function in SkCoincidentSpans
1366 bool ordered; in mark() local
/third_party/skia/src/pathops/
DSkOpSpan.cpp407 bool SkOpSpan::insertCoincidence(const SkOpSegment* segment, bool flipped, bool ordered) { in insertCoincidence()
DSkOpCoincidence.cpp155 bool SkCoincidentSpans::ordered(bool* result) const { in ordered() function in SkCoincidentSpans
1366 bool ordered; in mark() local
/third_party/boost/libs/unordered/test/unordered/
Dinsert_tests.cpp34 typedef test::ordered<X> ordered; in unique_insert_tests1() typedef
415 typedef test::ordered<X> ordered; in unique_emplace_tests1() typedef
/third_party/python/Lib/test/
Dtest_signal.py225 def check_wakeup(self, test_body, *signals, ordered=True): argument

12