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

  /external/v8/src/
objects-inl.h 651 bool Object::IsNull() {
    [all...]
api.cc     [all...]
ast.h 748 bool IsNull() const { return handle_.is_identical_to(Factory::null_value()); }
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.cc 236 inline bool IsNull() const { return type == NULL_SYMBOL; }
341 // Find symbols. This returns a null Symbol (symbol.IsNull() is true)
439 // Find symbols. These return a null Symbol (symbol.IsNull() is true)
578 if (result.IsNull() && pool->underlay_ != NULL) {
584 if (result.IsNull()) {
889 if (!result.IsNull()) return result.GetFile();
897 if (!result.IsNull()) return result.GetFile();
    [all...]

Completed in 508 milliseconds