Home
last modified time | relevance | path

Searched refs:IsEmpty (Results 1 - 25 of 429) sorted by relevance

12345678910>>...18

/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DCommandAllocator.cpp34 ASSERT(IsEmpty()); in ~CommandIterator()
38 if (!other.IsEmpty()) { in CommandIterator()
46 ASSERT(IsEmpty()); in operator =()
47 if (!other.IsEmpty()) { in operator =()
61 ASSERT(IsEmpty()); in AcquireCommandBlocks()
102 if (IsEmpty()) { in MakeEmptyAsDataWasDestroyed()
111 ASSERT(IsEmpty()); in MakeEmptyAsDataWasDestroyed()
114 bool CommandIterator::IsEmpty() const { in IsEmpty() function in dawn_native::CommandIterator
139 if (!other.IsEmpty()) { in CommandAllocator()
150 if (!other.IsEmpty()) { in operator =()
169 bool CommandAllocator::IsEmpty() const { IsEmpty() function in dawn_native::CommandAllocator
[all...]
/third_party/protobuf/src/google/protobuf/util/internal/
H A Dexpecting_objectwriter.h64 using testing::IsEmpty;
103 (name.empty() ? EXPECT_CALL(*mock_, StartObject(IsEmpty())) in StartObject()
118 (name.empty() ? EXPECT_CALL(*mock_, StartList(IsEmpty())) in StartList()
134 ? EXPECT_CALL(*mock_, RenderBool(IsEmpty(), TypedEq<bool>(value))) in RenderBool()
144 ? EXPECT_CALL(*mock_, RenderInt32(IsEmpty(), TypedEq<int32>(value))) in RenderInt32()
154 ? EXPECT_CALL(*mock_, RenderUint32(IsEmpty(), TypedEq<uint32>(value))) in RenderUint32()
164 ? EXPECT_CALL(*mock_, RenderInt64(IsEmpty(), TypedEq<int64>(value))) in RenderInt64()
174 ? EXPECT_CALL(*mock_, RenderUint64(IsEmpty(), TypedEq<uint64>(value))) in RenderUint64()
185 RenderDouble(IsEmpty(), NanSensitiveDoubleEq(value))) in RenderDouble()
196 RenderFloat(IsEmpty(), NanSensitiveFloatE in RenderFloat()
[all...]
/third_party/node/deps/v8/src/heap/base/
H A Dworklist.h27 bool IsEmpty() const { return index_ == 0; } in IsEmpty() function in heap::base::internal::SegmentBase
49 ~Worklist() { CHECK(IsEmpty()); } in ~Worklist()
55 bool IsEmpty() const;
87 DCHECK(!segment->IsEmpty()); in Push()
106 bool Worklist<EntryType, SegmentSize>::IsEmpty() const { in IsEmpty() function in heap::base::Worklist
141 if (current->IsEmpty()) { in Update()
249 DCHECK(!IsEmpty()); in Pop()
302 bool IsEmpty() const;
355 CHECK_IMPLIES(push_segment_, push_segment_->IsEmpty()); in ~Local()
356 CHECK_IMPLIES(pop_segment_, pop_segment_->IsEmpty()); in ~Local()
466 bool Worklist<EntryType, SegmentSize>::Local::IsEmpty() const { IsEmpty() function in heap::base::Worklist::Local
[all...]
/third_party/lzma/CPP/Common/
H A DWildcard.cpp267 if (PathParts.IsEmpty()) in CheckPath()
269 // PathParts.IsEmpty() means all items (universal wildcard) in CheckPath()
328 if (!Name.IsEmpty() || in AreAllAllowed()
329 !SubNodes.IsEmpty() || in AreAllAllowed()
330 !ExcludeItems.IsEmpty() || in AreAllAllowed()
454 if (isAltStream && !pathParts.IsEmpty())
537 if (pathParts.IsEmpty()) in GetNumPrefixParts_if_DrivePath()
541 if (pathParts[0].IsEmpty()) in GetNumPrefixParts_if_DrivePath()
544 || !pathParts[1].IsEmpty() in GetNumPrefixParts_if_DrivePath()
558 if (pathParts.IsEmpty()) in GetNumPrefixParts()
[all...]
/third_party/lzma/CPP/7zip/UI/Common/
H A DExtractingFilePath.cpp58 if (!s.IsEmpty()) in ReplaceIncorrectChars()
111 if (s.IsEmpty()) in Correct_AltStream_Name()
165 if (s.IsEmpty()) in Correct_PathPart()
188 if (res.IsEmpty()) in Get_Correct_FsFile_Name()
204 if (parts[0].IsEmpty()) in Correct_FsPath()
208 if (parts.Size() > 1 && parts[1].IsEmpty()) in Correct_FsPath()
252 if (s.IsEmpty()) in Correct_FsPath()
275 if (parts.IsEmpty()) in Correct_FsPath()
280 if (s.IsEmpty()) in Correct_FsPath()
H A DSetProperties.cpp22 if (*end != 0 || s.IsEmpty()) in ParseNumberString()
47 if (properties.IsEmpty()) in SetProperties()
64 if (property.Value.IsEmpty()) in SetProperties()
66 if (!name.IsEmpty()) in SetProperties()
H A DArchiveExtractCallback.cpp452 if (!dirPathParts.IsEmpty()) in CreateComplexDirectory()
455 if (s.IsEmpty()) in CreateComplexDirectory()
480 if (fullPath.IsEmpty()) in CreateComplexDirectory()
599 if (!s.IsEmpty()) in GetDirPrefixOf()
634 if (s.IsEmpty()) in Parse()
692 if (pathParts2.IsEmpty()) in CensorNode_CheckPath2()
726 if (!path.IsEmpty() && path[0] == ':' && !prefix.IsEmpty() && IsPathSepar(prefix.Back())) in MakePath_from_2_Parts()
832 if (_link.linkPath.IsEmpty() && _arc->GetRawProps) in ReadLink()
880 if (_link.linkPath.IsEmpty()) in ReadLink()
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_rect.cpp76 if (c.IsEmpty ()) in operator &()
93 if (a.IsEmpty ()) in operator |()
98 if (b.IsEmpty ()) in operator |()
129 if (c.IsEmpty ()) in operator &()
146 if (a.IsEmpty ()) in operator |()
151 if (b.IsEmpty ()) in operator |()
H A Ddng_area_task.cpp104 if (repeatingTile1.IsEmpty ()) in FindTileSize()
109 if (repeatingTile2.IsEmpty ()) in FindTileSize()
114 if (repeatingTile3.IsEmpty ()) in FindTileSize()
195 if (repeatingTile1.IsEmpty ()) in ProcessOnThread()
200 if (repeatingTile2.IsEmpty ()) in ProcessOnThread()
205 if (repeatingTile3.IsEmpty ()) in ProcessOnThread()
/third_party/node/src/
H A Dnode_object_wrap.h39 if (persistent().IsEmpty()) in ~ObjectWrap()
48 assert(!handle.IsEmpty()); in Unwrap()
76 assert(persistent().IsEmpty()); in Wrap()
93 assert(!persistent().IsEmpty()); in Ref()
108 assert(!persistent().IsEmpty()); in Unref()
H A Dnode_realm.cc108 if (!field.IsEmpty()) { \ in Serialize()
178 if (result.IsEmpty()) { in ExecuteBootstrapper()
188 if (ExecuteBootstrapper("internal/bootstrap/node").IsEmpty()) { in BootstrapNode()
193 if (ExecuteBootstrapper("internal/bootstrap/browser").IsEmpty()) { in BootstrapNode()
202 if (ExecuteBootstrapper(thread_switch_id).IsEmpty()) { in BootstrapNode()
210 if (ExecuteBootstrapper(process_state_switch_id).IsEmpty()) { in BootstrapNode()
252 CHECK(env_->req_wrap_queue()->IsEmpty()); in DoneBootstrapping()
253 CHECK(env_->handle_wrap_queue()->IsEmpty()); in DoneBootstrapping()
H A Dstring_decoder.cc39 if (utf8_string.IsEmpty()) { in MakeString()
54 if (ret.IsEmpty()) { in MakeString()
55 CHECK(!error.IsEmpty()); in MakeString()
59 DCHECK(ret.IsEmpty() || ret.ToLocalChecked()->IsString()); in MakeString()
136 body = !prepend.IsEmpty() ? prepend : String::Empty(isolate); in DecodeData()
226 if (prepend.IsEmpty()) { in DecodeData()
277 if (!ret.IsEmpty()) in DecodeData()
286 if (!ret.IsEmpty()) in FlushData()
H A Dbase_object.cc18 CHECK_EQ(false, object.IsEmpty()); in BaseObject()
36 if (persistent_handle_.IsEmpty()) { in ~BaseObject()
116 } else if (metadata->wants_weak_jsobj && !persistent_handle_.IsEmpty()) { in decrease_refcount()
124 if (prev_refcount == 0 && !persistent_handle_.IsEmpty()) in increase_refcount()
151 if (tmpl.IsEmpty()) { in GetConstructorTemplate()
H A Dnode_errors.cc38 if (!er.IsEmpty() && er->IsObject()) { in IsExceptionDecorated()
103 !message->GetScriptOrigin().SourceMapUrl().IsEmpty() && in GetErrorSource()
259 if (!stack.IsEmpty()) result += FormatStackTrace(isolate, stack); in FormatCaughtException()
281 if (message.IsEmpty()) return; in AppendExceptionLine()
285 if (!er.IsEmpty() && er->IsObject()) { in AppendExceptionLine()
303 const bool can_set_arrow = !arrow_str.IsEmpty() && !err_obj.IsEmpty(); in AppendExceptionLine()
365 CHECK(!error.IsEmpty()); in ReportFatalException()
366 CHECK(!message.IsEmpty()); in ReportFatalException()
394 if (!enhancer.IsEmpty() in ReportFatalException()
[all...]
/third_party/node/benchmark/napi/function_args/
H A Dbinding.cc61 assert(!map_key.IsEmpty()); in CallWithObject()
64 assert(!map_maybe.IsEmpty()); in CallWithObject()
70 assert(!operand_key.IsEmpty()); in CallWithObject()
73 assert(!operand_maybe.IsEmpty()); in CallWithObject()
79 assert(!data_key.IsEmpty()); in CallWithObject()
82 assert(!data_maybe.IsEmpty()); in CallWithObject()
88 assert(!reduce_key.IsEmpty()); in CallWithObject()
91 assert(!reduce_maybe.IsEmpty()); in CallWithObject()
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/
H A DSfxSetup.cpp60 return (stringResult.IsEmpty()); in ReadDataString()
178 if (!config.IsEmpty()) in WinMain()
195 if (!installPrompt.IsEmpty() && !assumeYes) in WinMain()
247 if (errorMessage.IsEmpty()) in WinMain()
264 if (!executeFile.IsEmpty()) in WinMain()
278 if (!switches.IsEmpty()) in WinMain()
285 if (parametersSys.IsEmpty()) in WinMain()
306 if (appLaunched.IsEmpty()) in WinMain()
327 if (!switches.IsEmpty()) in WinMain()
/third_party/node/deps/v8/src/date/
H A Ddateparser-inl.h74 bool has_read_number = !day.IsEmpty(); in Parse()
86 if (!time.IsEmpty()) return false; in Parse()
119 if (type == AM_PM && !time.IsEmpty()) { in Parse()
133 } else if (token.IsAsciiSign() && (tz.IsUTC() || !time.IsEmpty())) { in Parse()
240 DCHECK(day->IsEmpty()); in ParseES5DateTime()
241 DCHECK(time->IsEmpty()); in ParseES5DateTime()
242 DCHECK(tz->IsEmpty()); in ParseES5DateTime()
344 if (tz->IsEmpty() && time->IsEmpty()) { in ParseES5DateTime()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-handle-base.h27 V8_INLINE static bool IsEmpty(T* value) { in IsEmpty() function in v8::internal::final
94 if (lhs.IsEmpty()) return rhs.IsEmpty(); in EqualHandles()
95 if (rhs.IsEmpty()) return false; in EqualHandles()
109 V8_INLINE bool IsEmpty() const { return location_ == nullptr; } in IsEmpty() function in v8::IndirectHandleBase
111 // Sets the handle to be empty. IsEmpty() will then return true.
155 V8_INLINE bool IsEmpty() const { in IsEmpty() function in v8::DirectHandleBase
159 // Sets the handle to be empty. IsEmpty() will then return true.
H A Dv8-persistent-handle.h95 * IsEmpty() will return true after this call.
332 if (!that.IsEmpty()) T::Cast(that.template value<S>()); in Cast()
442 if (internal::ValueHelper::IsEmpty(that)) return nullptr; in New()
453 if (that.IsEmpty()) return; in Copy()
461 if (this->IsEmpty()) return false; in IsWeak()
467 if (this->IsEmpty()) return; in Reset()
481 if (other.IsEmpty()) return; in Reset()
495 if (other.IsEmpty()) return; in Reset()
535 if (this->IsEmpty()) return; in SetWrapperClassId()
543 if (this->IsEmpty()) retur in WrapperClassId()
[all...]
/third_party/skia/src/core/
H A DSkAnalyticEdge.h146 static inline bool IsEmpty(SkScalar y0, SkScalar y1, int shift = 2) {
158 if (IsEmpty(pts[0].fY, pts[1].fY)) {
172 if (IsEmpty(pts[0].fY, pts[2].fY)) {
190 // checking IsEmpty(pts[0].fY, pts[3].fY).
191 if (IsEmpty(pts[0].fY, pts[1].fY) && IsEmpty(pts[1].fY, pts[2].fY) &&
192 IsEmpty(pts[2].fY, pts[3].fY)) {
/third_party/lzma/CPP/7zip/UI/FileManager/
H A DExtractCallback.cpp334 if (messageID != 0 && msg.IsEmpty()) in SetExtractErrorMessage()
337 if (msg.IsEmpty() && !msgOld.IsEmpty()) in SetExtractErrorMessage()
342 if (msg.IsEmpty() && id != 0) in SetExtractErrorMessage()
344 if (!msg.IsEmpty()) in SetExtractErrorMessage()
474 if (m.IsEmpty()) in GetOpenArcErrorMessage()
481 if (!s.IsEmpty()) in GetOpenArcErrorMessage()
493 if (!s.IsEmpty()) in GetOpenArcErrorMessage()
509 if (!er.ErrorMessage.IsEmpty()) in ErrorInfo_Print()
520 if (!er.WarningMessage.IsEmpty()) in ErrorInfo_Print()
[all...]
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zHandlerOut.cpp85 if (methodName.IsEmpty()) in SetMainMethod()
88 if (methods.IsEmpty()) in SetMainMethod()
96 if (!_filterMethod.MethodName.IsEmpty()) in SetMainMethod()
98 // if (methodMode.Bonds.IsEmpty()) in SetMainMethod()
434 if (db && !db->Files.IsEmpty()) in UpdateItems()
436 if (!TimeOptions.Write_CTime.Def) need_CTime = !db->CTime.Defs.IsEmpty(); in UpdateItems()
437 if (!TimeOptions.Write_ATime.Def) need_ATime = !db->ATime.Defs.IsEmpty(); in UpdateItems()
438 if (!TimeOptions.Write_MTime.Def) need_MTime = !db->MTime.Defs.IsEmpty(); in UpdateItems()
439 if (!Write_Attrib.Def) need_Attrib = !db->Attrib.Defs.IsEmpty(); in UpdateItems()
590 if (_db.SecureIDs.IsEmpty()) in UpdateItems()
[all...]
H A D7zOut.h200 bool IsEmpty() const in IsEmpty() function
203 PackSizes.IsEmpty() && in IsEmpty()
204 NumUnpackStreamsVector.IsEmpty() && in IsEmpty()
205 Folders.IsEmpty() && in IsEmpty()
206 Files.IsEmpty()); in IsEmpty()
/third_party/lzma/CPP/Windows/
H A DSystemInfo.cpp148 if (s.IsEmpty()) in x86cpuid_to_String()
471 if (!src.IsEmpty()) in AddBracedString()
533 if (s.IsEmpty()) in Fill()
556 if (!s2.IsEmpty()) in Fill()
786 if (!s.IsEmpty()) in GetOsInfoText()
809 if (!s2.IsEmpty()) in GetOsInfoText()
828 if (!s1.IsEmpty() || !s2.IsEmpty()) in GetSystemInfoText()
831 if (s1 != s2 && !s2.IsEmpty()) in GetSystemInfoText()
839 if (!s.IsEmpty()) in GetSystemInfoText()
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcordz_handle_test.cc33 using ::testing::IsEmpty;
139 EXPECT_THAT(DeleteQueue(), IsEmpty()); in TEST()
148 IsEmpty()); in TEST()
168 IsEmpty()); in TEST()
174 EXPECT_THAT(DeleteQueue(), IsEmpty()); in TEST()

Completed in 17 milliseconds

12345678910>>...18