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

  /external/tensorflow/tensorflow/stream_executor/lib/
statusor.h 186 static inline bool IsValueNull(const U& t) { return false; }
191 static inline bool IsValueNull(const U* t) { return t == NULL; }
242 assert(!IsNull<T>::IsValueNull(value));
243 if (IsNull<T>::IsValueNull(value)) {
  /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.h 186 bool IsValueNull() REQUIRES_SHARED(Locks::mutator_lock_);
string.cc 410 bool String::IsValueNull() {
object_test.cc 66 ASSERT_EQ(string->IsValueNull(), false);
  /art/runtime/interpreter/
interpreter_common.h 530 !ref_value->AsString()->IsValueNull()) {

Completed in 458 milliseconds