Home
last modified time | relevance | path

Searched defs:IsEmpty (Results 1 – 25 of 434) sorted by relevance

12345678910>>...18

/aosp_15_r20/external/pdfium/core/fxcrt/
H A Dfx_coordinates.h157 bool IsEmpty() const { return right <= left || bottom <= top; } in IsEmpty() function
204 bool IsEmpty() const { return left >= right || bottom >= top; } in IsEmpty() function
377 bool IsEmpty() const { return width <= 0 || height <= 0; } in IsEmpty() function
378 bool IsEmpty(float fEpsilon) const { in IsEmpty() function
/aosp_15_r20/art/libartbase/base/
H A Dhash_set_test.cc37 bool IsEmpty(const std::string& item) const { in IsEmpty() function
266 bool IsEmpty(const std::pair<std::string, int>& pair) const { in IsEmpty() function
287 bool IsEmpty(const std::vector<int>& item) const { in IsEmpty() function
402 bool IsEmpty(const uint16_t& item) const { in IsEmpty() function in art::SmallIndexEmptyFn
H A Dbit_string.h61 bool IsEmpty() const { in IsEmpty() function
248 bool IsEmpty() const { in IsEmpty() function
/aosp_15_r20/art/runtime/oat/
H A Djni_stub_hash_map.h49 bool IsEmpty() const { in IsEmpty() function
65 bool IsEmpty(const std::pair<JniStubKey, Value>& pair) const { in IsEmpty() function
/aosp_15_r20/external/dng_sdk/source/
H A Ddng_matrix.h88 bool IsEmpty () const in IsEmpty() function
205 bool IsEmpty () const in IsEmpty() function
H A Ddng_rect.h106 bool IsEmpty () const in IsEmpty() function
278 bool IsEmpty () const in IsEmpty() function
/aosp_15_r20/external/cronet/base/test/
H A Drepeating_test_future.h100 bool IsEmpty() const { in IsEmpty() function
200 bool IsEmpty() const { return implementation_.IsEmpty(); } in IsEmpty() function
/aosp_15_r20/external/webrtc/rtc_base/numerics/
H A Dsample_stats.cc68 bool SampleStats<TimeDelta>::IsEmpty() { in IsEmpty() function in webrtc::SampleStats
116 bool SampleStats<DataRate>::IsEmpty() { in IsEmpty() function in webrtc::SampleStats
/aosp_15_r20/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/
Drect.h92 inline bool IsEmpty(const Rectangle_i& rect) { in IsEmpty() function
96 inline bool IsEmpty(const Rectangle_d& rect) { in IsEmpty() function
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Dreflection_internal.h90 bool IsEmpty(const Field* data) const override { in IsEmpty() function
144 bool IsEmpty(const Field* data) const override { in IsEmpty() function
207 bool IsEmpty(const Field* data) const override { in IsEmpty() function
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Dreflection_internal.h90 bool IsEmpty(const Field* data) const override { in IsEmpty() function
144 bool IsEmpty(const Field* data) const override { in IsEmpty() function
207 bool IsEmpty(const Field* data) const override { in IsEmpty() function
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libartbase/base/
Dbit_string.h61 bool IsEmpty() const { in IsEmpty() function
248 bool IsEmpty() const { in IsEmpty() function
/aosp_15_r20/prebuilts/module_sdk/art/current/host-exports/include/art/libartbase/base/
Dbit_string.h61 bool IsEmpty() const { in IsEmpty() function
248 bool IsEmpty() const { in IsEmpty() function
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libartbase/base/
Dbit_string.h61 bool IsEmpty() const { in IsEmpty() function
248 bool IsEmpty() const { in IsEmpty() function
Dhash_set.h126 bool IsEmpty(const T& item) const { in IsEmpty() function
137 bool IsEmpty(T* const& item) const { in IsEmpty() function
148 bool IsEmpty(const std::string& item) const { in IsEmpty() function
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libartbase/base/
Dbit_string.h61 bool IsEmpty() const { in IsEmpty() function
248 bool IsEmpty() const { in IsEmpty() function
Dhash_set.h126 bool IsEmpty(const T& item) const { in IsEmpty() function
137 bool IsEmpty(T* const& item) const { in IsEmpty() function
148 bool IsEmpty(const std::string& item) const { in IsEmpty() function
/aosp_15_r20/prebuilts/module_sdk/art/1/host-exports/include/art/libartbase/base/
Dbit_string.h61 bool IsEmpty() const { in IsEmpty() function
248 bool IsEmpty() const { in IsEmpty() function
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libartbase/base/
Dbit_string.h61 bool IsEmpty() const { in IsEmpty() function
248 bool IsEmpty() const { in IsEmpty() function
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libartbase/base/
Dbit_string.h61 bool IsEmpty() const { in IsEmpty() function
248 bool IsEmpty() const { in IsEmpty() function
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libartbase/base/
Dbit_string.h61 bool IsEmpty() const { in IsEmpty() function
248 bool IsEmpty() const { in IsEmpty() function
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libartbase/base/
Dbit_string.h61 bool IsEmpty() const { in IsEmpty() function
248 bool IsEmpty() const { in IsEmpty() function
Dhash_set.h126 bool IsEmpty(const T& item) const { in IsEmpty() function
137 bool IsEmpty(T* const& item) const { in IsEmpty() function
148 bool IsEmpty(const std::string& item) const { in IsEmpty() function
/aosp_15_r20/system/update_engine/payload_generator/
H A Dpayload_generation_config.cc45 bool PostInstallConfig::IsEmpty() const { in IsEmpty() function in chromeos_update_engine::PostInstallConfig
49 bool VerityConfig::IsEmpty() const { in IsEmpty() function in chromeos_update_engine::VerityConfig
/aosp_15_r20/external/openthread/src/core/meshcop/
H A Dmeshcop.hpp169 bool IsEmpty(void) const { return mLength == 0; } in IsEmpty() function in ot::MeshCoP::JoinerDiscerner
330 bool IsEmpty(void) const { return DoesAllMatch(0); } in IsEmpty() function in ot::MeshCoP::SteeringData

12345678910>>...18