Searched defs:IsEmpty (Results 51 - 54 of 54) sorted by relevance

123

/external/v8/src/
H A Dast.h259 bool IsEmpty() { return AsEmptyStatement() != NULL; } function in class:v8::internal::Statement
1188 bool HasThenStatement() const { return !then_statement()->IsEmpty(); }
1189 bool HasElseStatement() const { return !else_statement()->IsEmpty(); }
2364 if (raw_name_ != NULL && !raw_name_->IsEmpty()) {
2386 DCHECK(raw_inferred_name_== NULL || raw_inferred_name_->IsEmpty());
2932 virtual bool IsEmpty() OVERRIDE;
H A Dobjects-inl.h2745 bool DescriptorArray::IsEmpty() { function in class:v8::internal::DescriptorArray
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest.h3036 bool IsEmpty() const { return c_str() == NULL || *c_str() == '\0'; } function in class:testing::internal::FilePath
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h3598 bool IsEmpty() const { return pathname_.empty(); } function in class:testing::internal::FilePath

Completed in 295 milliseconds

123