/third_party/node/deps/v8/src/compiler/ |
H A D | persistent-map.h | 269 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 D | lws-write.h | 239 * \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 D | input.rs | 27 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 D | primitive_iterator.hpp | 65 constexpr bool is_end() const noexcept
|
/third_party/rust/crates/clap/clap_lex/src/ |
H A D | lib.rs | 246 pub fn is_end(&self, cursor: &ArgCursor) -> bool { in is_end() functions
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_sqtt.h | 248 uint32_t is_end : 1; member
|
/third_party/googletest/googletest/include/gtest/internal/ |
H A D | gtest-param-util.h | 851 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 D | gtest-param-util.h | 775 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 D | gtest-param-util.h | 848 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 D | json.c | 89 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 D | demux.c | 1742 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 D | radv_sqtt_layer.c | 51 marker.is_end = 1; in radv_write_end_general_api_marker()
|
/third_party/json/include/nlohmann/ |
H A D | json.hpp | 1044 || !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 D | checkpatch.pl | 3463 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 D | json_v3_10_5.hpp | 11269 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 D | json.hpp | 12686 constexpr bool is_end() const noexcept 20222 || !last.m_it.primitive_iterator.is_end())) 21685 || !last.m_it.primitive_iterator.is_end()))
|