Home
last modified time | relevance | path

Searched defs:is_uninitialized (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/libchrome/base/android/
H A Djni_weak_ref.h36 bool is_uninitialized() const { return obj_ == nullptr; } in is_uninitialized() function
/aosp_15_r20/external/cronet/base/android/
H A Djni_weak_ref.h36 bool is_uninitialized() const { return obj_ == nullptr; } in is_uninitialized() function
/aosp_15_r20/external/python/cpython3/Objects/
Dmoduleobject.c749 int is_uninitialized = PySequence_Contains(value, name); in _PyModuleSpec_IsUninitializedSubmodule() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/utree/
Dutree_traits.hpp63 inline bool is_uninitialized(utree const& ut) in is_uninitialized() function