Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Dstatusor.h180 static inline bool IsValueNull(const T& t) { return false; } in IsValueNull() function
185 static inline bool IsValueNull(const T* t) { return t == nullptr; }
206 if (internal::StatusOrHelper::Specialize<T>::IsValueNull(value)) {