Home
last modified time | relevance | path

Searched refs:Sentinel (Results 1 – 25 of 47) sorted by relevance

12

/third_party/boost/boost/property_tree/json_parser/detail/
Dread.hpp29 template <typename Iterator, typename Sentinel>
33 minirange(Iterator first, Sentinel last) : first(first), last(last) {} in minirange()
35 Sentinel end() const { return last; } in end()
39 Sentinel last;
41 template <typename Iterator, typename Sentinel>
42 minirange<Iterator, Sentinel> make_minirange(Iterator first, Sentinel last) in make_minirange()
44 return minirange<Iterator, Sentinel>(first, last); in make_minirange()
47 template <typename Iterator, typename Sentinel,
49 void read_json_internal(Iterator first, Sentinel last, Encoding& encoding, in read_json_internal()
61 detail::parser<Callbacks, Encoding, Iterator, Sentinel> in read_json_internal()
Dwide_encoding.hpp79 template <typename Iterator, typename Sentinel,
81 void skip_codepoint(Iterator& cur, Sentinel end, in skip_codepoint()
86 template <typename Iterator, typename Sentinel, typename TranscodedFn,
88 void transcode_codepoint(Iterator& cur, Sentinel end, in transcode_codepoint()
100 template <typename Iterator, typename Sentinel>
101 void skip_introduction(Iterator& cur, Sentinel end) const { in skip_introduction()
113 template <typename Iterator, typename Sentinel, typename TranscodedFn,
115 void transcode_codepoint(Iterator& cur, Sentinel, in transcode_codepoint() argument
126 template <typename Iterator, typename Sentinel, typename TranscodedFn,
128 void transcode_codepoint(Iterator& cur, Sentinel end, in transcode_codepoint()
Dnarrow_encoding.hpp75 template <typename Iterator, typename Sentinel,
77 void skip_codepoint(Iterator& cur, Sentinel end, in skip_codepoint()
82 template <typename Iterator, typename Sentinel, typename TranscodedFn,
84 void transcode_codepoint(Iterator& cur, Sentinel end, in transcode_codepoint()
131 template <typename Iterator, typename Sentinel>
132 void skip_introduction(Iterator& cur, Sentinel end) const { in skip_introduction()
Dparser.hpp18 template <typename Encoding, typename Iterator, typename Sentinel>
95 Sentinel raw_end() { return end; } in raw_end()
104 Sentinel end;
185 template <typename Sentinel, typename EncodingErrorFn>
186 void process_codepoint(Sentinel end, EncodingErrorFn error_fn) { in process_codepoint()
213 template <typename Sentinel, typename EncodingErrorFn>
214 void process_codepoint(Sentinel end, EncodingErrorFn error_fn) { in process_codepoint()
230 typename Sentinel>
237 typedef detail::source<Encoding, Iterator, Sentinel> source;
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DSentinelOuterClass.java100 public static final class Sentinel extends class in SentinelOuterClass
105 private Sentinel(com.google.protobuf.GeneratedMessage.Builder builder) { in Sentinel() method in SentinelOuterClass.Sentinel
108 private Sentinel() { in Sentinel() method in SentinelOuterClass.Sentinel
134 ….google.protobuf.jruby.SentinelOuterClass.Sentinel.class, com.google.protobuf.jruby.SentinelOuterC… in internalGetFieldAccessorTable()
137 public static final com.google.protobuf.Parser<Sentinel> PARSER =
138 new com.google.protobuf.AbstractParser<Sentinel>() {
139 public Sentinel parsePartialFrom(
157 public com.google.protobuf.Parser<Sentinel> getParserForType() { in getParserForType()
269 public static com.google.protobuf.jruby.SentinelOuterClass.Sentinel parseFrom( in parseFrom()
274 public static com.google.protobuf.jruby.SentinelOuterClass.Sentinel parseFrom( in parseFrom()
[all …]
DRubyRepeatedField.java352 SentinelOuterClass.Sentinel sentinel = SentinelOuterClass.Sentinel.getDefaultInstance(); in defaultValue()
/third_party/boost/libs/stl_interfaces/test/
Dview_tests.hpp14 typename Sentinel,
18 view_interface<subrange<Iterator, Sentinel, Contiguity>, Contiguity>
21 constexpr subrange(Iterator it, Sentinel s) : first_(it), last_(s) {} in subrange()
28 Sentinel last_;
34 typename Sentinel>
35 auto range(Iterator i, Sentinel s) in range()
37 return subrange<Iterator, Sentinel, Contiguity>(i, s); in range()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Dsimple_ilist.h83 ilist_sentinel<OptionsT> Sentinel; variable
113 iterator begin() { return ++iterator(Sentinel); } in begin()
114 const_iterator begin() const { return ++const_iterator(Sentinel); } in begin()
115 iterator end() { return iterator(Sentinel); } in end()
116 const_iterator end() const { return const_iterator(Sentinel); } in end()
117 reverse_iterator rbegin() { return ++reverse_iterator(Sentinel); } in rbegin()
119 return ++const_reverse_iterator(Sentinel); in rbegin()
121 reverse_iterator rend() { return reverse_iterator(Sentinel); } in rend()
123 return const_reverse_iterator(Sentinel); in rend()
127 LLVM_NODISCARD bool empty() const { return Sentinel.empty(); } in empty()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
Dsimple_ilist.h87 ilist_sentinel<OptionsT> Sentinel; variable
117 iterator begin() { return ++iterator(Sentinel); } in begin()
118 const_iterator begin() const { return ++const_iterator(Sentinel); } in begin()
119 iterator end() { return iterator(Sentinel); } in end()
120 const_iterator end() const { return const_iterator(Sentinel); } in end()
121 reverse_iterator rbegin() { return ++reverse_iterator(Sentinel); } in rbegin()
123 return ++const_reverse_iterator(Sentinel); in rbegin()
125 reverse_iterator rend() { return reverse_iterator(Sentinel); } in rend()
127 return const_reverse_iterator(Sentinel); in rend()
131 LLVM_NODISCARD bool empty() const { return Sentinel.empty(); } in empty()
[all …]
/third_party/boost/libs/stl_interfaces/example/
Ddrop_while_view.cpp18 template<typename Iterator, typename Sentinel>
20 : boost::stl_interfaces::view_interface<subrange<Iterator, Sentinel>>
23 constexpr subrange(Iterator it, Sentinel s) : first_(it), last_(s) {} in subrange()
30 Sentinel last_;
/third_party/boost/boost/algorithm/
Dfind_not.hpp18 template<typename InputIter, typename Sentinel, typename T>
20 InputIter find_not(InputIter first, Sentinel last, const T & x) in find_not()
/third_party/boost/libs/algorithm/doc/
Dfind_not.qbk40 template<typename InputIter, typename Sentinel, typename T>
41 InputIter find_not(InputIter first, Sentinel last, const T & x);
60 The template parameter `Sentinel` is allowed to be different from `InputIter`,
61 or they may be the same. For an `InputIter` `it` and a `Sentinel` `end`, `it
/third_party/protobuf/ruby/src/main/
Dsentinel.proto5 message Sentinel { message
/third_party/flutter/engine/flutter/shell/common/
Dswitches.h23 #define DEF_SWITCHES_END Sentinel, } ;
Dswitches.cc87 const uint32_t flags_count = static_cast<uint32_t>(Switch::Sentinel); in PrintUsage()
127 for (uint32_t i = 0; i < static_cast<uint32_t>(Switch::Sentinel); i++) { in FlagForSwitch()
/third_party/python/Modules/
Dconfig.c.in60 /* Sentinel */
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/
Dcoverage_collector_test.dart24 … return <String, Object>{'type': 'Sentinel', 'kind': 'Collected', 'valueAsString': '<collected>'};
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceOperand.h526 static constexpr int Sentinel = -1; variable
539 assert(Current != Sentinel);
543 assert(Current != Sentinel);
558 Iterator end() { return Iterator(V, Sentinel); } in end()
DIceInst.h1141 return static_cast<Ice::Inst *>(&Sentinel);
1150 mutable ilist_half_node<Ice::Inst> Sentinel;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/
DOptParser.td21 bit Sentinel = sentinel;
/third_party/python/Doc/extending/
Dnewtypes_tutorial.rst445 {NULL} /* Sentinel */
505 {NULL} /* Sentinel */
599 {NULL} /* Sentinel */
614 {NULL} /* Sentinel */
/third_party/flutter/flutter/packages/flutter_tools/lib/src/test/
Dcoverage_collector.dart198 // {type: Sentinel, kind: Collected, valueAsString: <collected>}
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
Dstacktrace_powerpc-inl.inc99 kNotInitialized; // Sentinel: not computed yet.
Dstacktrace_x86-inl.inc169 static int num_push_instructions = -1; // Sentinel: not computed yet.
/third_party/abseil-cpp/absl/debugging/internal/
Dstacktrace_powerpc-inl.inc99 kNotInitialized; // Sentinel: not computed yet.

12