Home | History | Annotate | Download | only in flatbuffers

Lines Matching defs:nullptr

84   // Backwards compatability for g++ 4.4, and 4.5 which don't have the nullptr
93 } nullptr = {};
453 return nullptr; // Key not found.
555 if (buf_ == nullptr)
572 buf_ = nullptr;
573 cur_ = nullptr;
595 assert(cur_ != nullptr && buf_ != nullptr);
600 assert(cur_ != nullptr);
672 return v.empty() ? nullptr : &v.front();
675 return v.empty() ? nullptr : &v.front();
699 /// used. Defaults to `nullptr`, which means the `default_allocator` will be
702 const simple_allocator *allocator = nullptr)
707 string_pool = nullptr;
1323 const char *file_identifier = nullptr) {
1336 const char *file_identifier = nullptr) {
1633 BufferRef() : buf(nullptr), len(0), must_free(false) {}
1643 return verifier.VerifyBuffer<T>(nullptr);
1702 : nullptr;
1711 return field_offset ? reinterpret_cast<P>(p) : nullptr;
1731 return field_offset ? data_ + field_offset : nullptr;
1816 return nullptr;