Home
last modified time | relevance | path

Searched defs:IsValueNull (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/stubs/
H A Dstatusor.h169 static inline bool IsValueNull(const T& /*t*/) { return false; } in IsValueNull() function
/aosp_15_r20/external/protobuf/src/google/protobuf/stubs/
H A Dstatusor.h170 static inline bool IsValueNull(const T& /*t*/) { return false; } in IsValueNull() function
/aosp_15_r20/art/runtime/mirror/
H A Dstring.cc444 bool String::IsValueNull() { in IsValueNull() function in art::mirror::String