Home
last modified time | relevance | path

Searched defs:sentinel (Results 1 – 25 of 95) sorted by relevance

1234

/external/clang/test/Analysis/
Dvariadic-method-types.m45 + (id)arrayWithObjects:(id)firstObj, ... __attribute__((sentinel(0,1)));
46 - (id)initWithObjects:(id)firstObj, ... __attribute__((sentinel(0,1)));
51 + (id)dictionaryWithObjectsAndKeys:(id)firstObject, ... __attribute__((sentinel(0,1)));
52 - (id)initWithObjectsAndKeys:(id)firstObject, ... __attribute__((sentinel(0,1)));
57 + (id)setWithObjects:(id)firstObj, ... __attribute__((sentinel(0,1)));
58 - (id)initWithObjects:(id)firstObj, ... __attribute__((sentinel(0,1)));
63 + (id)orderedSetWithObjects:(id)firstObj, ... __attribute__((sentinel(0,1)));
64 - (id)initWithObjects:(id)firstObj, ... __attribute__((sentinel(0,1)));
Dobjc-arc.m34 + (id)arrayWithObjects:(id)firstObj, ... __attribute__((sentinel(0,1)));
35 - (id)initWithObjects:(id)firstObj, ... __attribute__((sentinel(0,1)));
/external/clang/test/SemaObjC/
Dmethod-sentinel-attr.m20 - (id) foo13 : (id)firstObj, ... __attribute__((sentinel(0,1)));
21 - (id) foo14 : (id)firstObj : (Class)secondObj, ... __attribute__((sentinel(0,1)));
22 - (id) foo15 : (id*)firstObj, ... __attribute__((sentinel(0,1)));
23 - (id) foo16 : (id**)firstObj, ... __attribute__((sentinel(0,1)));
/external/clang/test/FixIt/
Dfixit-objc.m60 void sentinel(int x, ...) __attribute__((sentinel)); // expected-note{{function has been explicitly… function
63 … ... __attribute__((sentinel)); // expected-note{{method has been explicitly marked sentinel here}}
/external/cronet/buildtools/third_party/libc++/trunk/test/std/ranges/range.adaptors/range.join.view/sentinel/
Dctor.other.pass.cpp38 using sentinel = convertible_sentinel_wrapper<BufferView<int*>*>; typedef
74 using sentinel = std::ranges::sentinel_t<JoinView>; in test() typedef
/external/cronet/buildtools/third_party/libc++/trunk/test/std/ranges/range.utility/range.subrange/
Dtypes.h190 struct sentinel { struct
203ForwardBorrowedRangeDifferentSentinel::sentinel,
207 struct sentinel { struct
221DifferentSentinelWithSizeMember::sentinel,
/external/cronet/buildtools/third_party/libc++/trunk/test/std/iterators/predef.iterators/unreachable.sentinel/
Dunreachable_sentinel.pass.cpp36 auto sentinel = std::unreachable_sentinel; in test() local
/external/cronet/buildtools/third_party/libc++/trunk/test/std/ranges/range.adaptors/range.join.view/
Dtypes.h32 using sentinel = sentinel_wrapper<iterator>; member
62 using sentinel = sentinel_wrapper<iterator>; member
89 using sentinel = sentinel_wrapper<iterator>; member
105 using sentinel = sentinel_wrapper<iterator>; member
147 using sentinel = sentinel_wrapper<InputValueIter<T>>; member
323 using sentinel = copying_iterator<std::ranges::sentinel_t<Outer>>; member
/external/cronet/buildtools/third_party/libc++/trunk/test/support/
Dtest_range.h21 struct sentinel { struct
/external/grpc-grpc/src/ruby/qps/
Dqps-common.rb46 def initialize(sentinel) argument
/external/mtools/
Dfile_name.h31 char sentinel; member
/external/python/cpython3/Lib/test/
Dtest_queue.py423 def feed(self, q, seq, rnd, sentinel): argument
434 def consume(self, q, results, sentinel): argument
441 def consume_nonblock(self, q, results, sentinel): argument
454 def consume_timeout(self, q, results, sentinel): argument
Dtest_getopt.py10 sentinel = object() variable
/external/image_io/src/xml/
Dxml_element_rules.cc77 char sentinel = context.GetTerminal()->GetScanner()->GetSentinel(); in HandlePostWhitespaceChar() local
151 char sentinel = context.GetTerminal()->GetScanner()->GetSentinel(); in HandlePostOpenChar() local
Dxml_cdata_and_comment_rules.cc71 char sentinel = context.GetTerminal()->GetScanner()->GetSentinel(); in HandlePostBangChar() local
/external/cronet/buildtools/third_party/libc++/trunk/test/std/ranges/range.adaptors/range.split/
Dend.pass.cpp55 auto sentinel = sv.end(); in test() local
/external/mesa3d/src/util/
Dsparse_array.h115 uint32_t sentinel; member
/external/rust/crates/crossbeam-epoch/src/sync/
Dqueue.rs50 let sentinel = Owned::new(Node { in new() localVariable
56 let sentinel = sentinel.into_shared(guard); in new() localVariable
212 let sentinel = self.head.load(Relaxed, guard); in drop() localVariable
/external/skia/src/codec/
DSkJpegSegmentScan.cpp55 const uint8_t* sentinel = in onBytes() local
/external/cronet/buildtools/third_party/libc++/trunk/test/std/ranges/range.adaptors/range.all/range.ref.view/
Drange.ref.view.pass.cpp72 struct sentinel { struct
85 struct sentinel { struct
/external/cronet/buildtools/third_party/libc++/trunk/test/std/ranges/range.access/
Dsize.pass.cpp232 struct sentinel { struct
245 struct sentinel { struct
260 struct sentinel { struct
/external/grpc-grpc/src/ruby/bin/
Dmath_server.rb78 def initialize(sentinel) argument
/external/python/cpython3/Lib/multiprocessing/
Dprocess.py248 def sentinel(self): member in BaseProcess
360 def __init__(self, name, pid, sentinel): argument
/external/python/cpython2/Lib/test/
Dtest_getopt.py9 sentinel = object() variable
/external/tensorflow/tensorflow/core/profiler/convert/
Dop_stats_to_tf_stats.cc54 TfStatsRecord sentinel; in GenerateTfStatsTable() local

1234