Home
last modified time | relevance | path

Searched refs:is_end (Results 1 - 16 of 16) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dpersistent-map.h269 if (is_end()) return other.is_end(); in operator ==()
270 if (other.is_end()) return false; in operator ==()
280 if (is_end()) return false; in operator <()
281 if (other.is_end()) return true; in operator <()
289 bool is_end() const { return current_ == nullptr; } in is_end() function
301 while (!i.is_end() && !((*i).second != def_value)) ++i; in begin()
368 bool is_end() const { return first_.is_end() && second_.is_end(); }
[all...]
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-write.h239 * \param is_end: nonzero if this is the last fragment of the message
245 lws_write_ws_flags(int initial, int is_start, int is_end) in lws_write_ws_flags() argument
254 if (!is_end) in lws_write_ws_flags()
/third_party/rust/crates/regex/src/
H A Dinput.rs27 pub fn is_end(&self) -> bool { in is_end() functions
297 if c2.is_none() && !at.is_end() { in is_empty_match()
311 if c2.is_none() && !at.is_end() { in is_empty_match()
/third_party/json/include/nlohmann/detail/iterators/
H A Dprimitive_iterator.hpp65 constexpr bool is_end() const noexcept
/third_party/rust/crates/clap/clap_lex/src/
H A Dlib.rs246 pub fn is_end(&self, cursor: &ArgCursor) -> bool { in is_end() functions
/third_party/mesa3d/src/amd/common/
H A Dac_sqtt.h248 uint32_t is_end : 1; member
/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h851 bool is_end) in IteratorImpl()
855 current_(is_end ? end_ : begin_) { in IteratorImpl()
849 IteratorImpl(const ParamGeneratorInterface<ParamType>* base, const std::tuple<ParamGenerator<T>...>& generators, bool is_end) IteratorImpl() argument
/third_party/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-param-util.h775 const std::tuple<ParamGenerator<T>...>& generators, bool is_end) in IteratorImpl()
779 current_(is_end ? end_ : begin_) { in IteratorImpl()
774 IteratorImpl(const ParamGeneratorInterface<ParamType>* base, const std::tuple<ParamGenerator<T>...>& generators, bool is_end) IteratorImpl() argument
/third_party/node/deps/googletest/include/gtest/internal/
H A Dgtest-param-util.h848 bool is_end) in IteratorImpl()
852 current_(is_end ? end_ : begin_) { in IteratorImpl()
846 IteratorImpl(const ParamGeneratorInterface<ParamType>* base, const std::tuple<ParamGenerator<T>...>& generators, bool is_end) IteratorImpl() argument
/third_party/pulseaudio/src/pulsecore/
H A Djson.c89 static bool is_end(const char c, const char *end) { in is_end() function
417 while (!is_end(*str, end)) { in parse_value()
/third_party/ffmpeg/libavformat/
H A Ddemux.c1742 int is_end; in estimate_timings_from_pts() local
1775 is_end = found_duration; in estimate_timings_from_pts()
1825 if (!is_end) { in estimate_timings_from_pts()
1826 is_end = 1; in estimate_timings_from_pts()
1833 is_end = 0; in estimate_timings_from_pts()
1837 } while (!is_end && in estimate_timings_from_pts()
/third_party/mesa3d/src/amd/vulkan/layers/
H A Dradv_sqtt_layer.c51 marker.is_end = 1; in radv_write_end_general_api_marker()
/third_party/json/include/nlohmann/
H A Djson.hpp1044 || !last.m_it.primitive_iterator.is_end())) in basic_json()
2507 || !last.m_it.primitive_iterator.is_end())) in erase()
/third_party/ltp/scripts/
H A Dcheckpatch.pl3463 my $is_end = 0;
3467 $is_end = $lines[$ln - 1] =~ /^\+/;
3489 $is_end = 1;
3494 if ($is_start && $is_end && $length < $min_conf_desc_length) {
3498 #print "is_start<$is_start> is_end<$is_end> length<$length>\n";
/third_party/json/tests/abi/include/nlohmann/
H A Djson_v3_10_5.hpp11269 constexpr bool is_end() const noexcept
18211 || !last.m_it.primitive_iterator.is_end()))
19506 || !last.m_it.primitive_iterator.is_end()))
/third_party/json/single_include/nlohmann/
H A Djson.hpp12686 constexpr bool is_end() const noexcept
20222 || !last.m_it.primitive_iterator.is_end()))
21685 || !last.m_it.primitive_iterator.is_end()))

Completed in 71 milliseconds