Home
last modified time | relevance | path

Searched defs:IsFlat (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/dsp/
Dquant.h22 #define IsFlat IsFlat_NEON macro
30 static WEBP_INLINE int IsFlat(const int16_t* levels, int num_blocks, in IsFlat() function
53 #define IsFlat IsFlat_C macro
55 static WEBP_INLINE int IsFlat(const int16_t* levels, int num_blocks, in IsFlat() function
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcord_rep_ring.h582 inline bool CordRepRing::IsFlat(absl::string_view* fragment) const { in IsFlat() function
590 inline bool CordRepRing::IsFlat(size_t offset, size_t len, in IsFlat() function
Dcord_rep_btree.cc816 bool CordRepBtree::IsFlat(absl::string_view* fragment) const { in IsFlat() function in absl::cord_internal::CordRepBtree
824 bool CordRepBtree::IsFlat(size_t offset, const size_t n, in IsFlat() function in absl::cord_internal::CordRepBtree
Dcord_internal.h234 constexpr bool IsFlat() const { return tag >= FLAT; } in IsFlat() function
/third_party/node/deps/v8/src/objects/
Dstring.h122 bool IsFlat() const { return state_ != NON_FLAT; } in IsFlat() function
Dstring-inl.h862 bool String::IsFlat() const { return IsFlat(GetPtrComprCageBase(*this)); } in IsFlat() function
864 bool String::IsFlat(PtrComprCageBase cage_base) const { in IsFlat() function
1093 bool ConsString::IsFlat(PtrComprCageBase cage_base) const { in IsFlat() function
/third_party/protobuf/src/google/protobuf/io/
Dcoded_stream.h1578 inline bool CodedInputStream::IsFlat() const { return input_ == nullptr; } in IsFlat() function
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dcord_test.cc563 static bool IsFlat(const absl::Cord& c) { in IsFlat() function