HomeSort by relevance Sort by last modified time
    Searched defs:IsValueNull (Results 1 - 2 of 2) sorted by null

  /external/protobuf/src/google/protobuf/stubs/
statusor.h 178 static inline bool IsValueNull(const T& t) { return false; }
183 static inline bool IsValueNull(const T* t) { return t == NULL; }
204 if (internal::StatusOrHelper::Specialize<T>::IsValueNull(value)) {
  /art/runtime/mirror/
string.cc 357 bool String::IsValueNull() {

Completed in 226 milliseconds