Home
last modified time | relevance | path

Searched refs:empty (Results 2401 - 2425 of 4879) sorted by relevance

1...<<919293949596979899100>>...196

/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfunction_call_test.cc180 EXPECT_TRUE(p->error().empty()); in TEST_F()
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dparser_impl_function_decoration_list_test.cc55 EXPECT_EQ(p->error(), "1:3: empty decoration list"); in TEST_F()
64 EXPECT_TRUE(decos.value.empty()); in TEST_F()
/third_party/skia/third_party/externals/tint/src/
H A Dsource.cc44 if (!source.file_path.empty()) { in operator <<()
/third_party/skia/third_party/externals/tint/src/transform/
H A Dremove_phonies.cc97 if (side_effects.empty()) { in Run()
/third_party/spirv-tools/source/fuzz/
H A Dfuzzer_pass_add_access_chains.cpp87 if (relevant_pointer_instructions.empty()) { in Apply()
H A Dfuzzer_pass_add_composite_types.cpp137 assert(!candidates.empty() && in ChooseScalarOrCompositeType()
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dstringpiece.h67 * Default constructor, creates an empty StringPiece.
87 * Constructs an empty StringPiece.
180 * Returns the string pointer. May be nullptr if it is empty.
203 * Returns whether the string is empty.
204 * @return true if the string is empty
207 UBool empty() const { return length_ == 0; } in empty() function in StringPiece
210 * Sets to an empty string.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DDivergenceAnalysis.h70 bool hasDetectedDivergence() const { return !DivergentValues.empty(); } in hasDetectedDivergence()
H A DDomTreeUpdater.h64 bool hasPendingDeletedBB() const { return !DeletedBBs.empty(); } in hasPendingDeletedBB()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DExecutionDomainFix.h73 bool isCollapsed() const { return Instrs.empty(); } in isCollapsed()
H A DLiveRegUnits.h35 /// Constructs a new empty LiveRegUnits set.
38 /// Constructs and initialize an empty LiveRegUnits set.
83 /// Returns true if the set is empty.
84 bool empty() const { return Units.none(); } in empty() function in llvm::LiveRegUnits
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DExtensionRegistryLite.java110 * Construct a new, empty instance.
124 * Get the unmodifiable singleton empty instance of either ExtensionRegistryLite or {@code
212 ExtensionRegistryLite(boolean empty) { in ExtensionRegistryLite() argument
/third_party/protobuf/src/google/protobuf/
H A Dany_lite.cc44 if (!type_url_prefix.empty() && in GetTypeUrl()
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_extension.cc122 if (!options_.dllexport_decl.empty()) { in GenerateDeclaration()
/third_party/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_generator.cc98 if (filename.empty()) { in Generate()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstr_split.cc44 if (delimiter.empty() && text.length() > 0) { in GenericFind()
45 // Special case for empty string delimiters: always return a zero-length in GenericFind()
H A Dascii.cc173 if (stripped.empty()) { in RemoveExtraAsciiWhitespace()
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/
H A Dfailure_signal_handler_test.cc147 if (result.empty()) { in SignalParamToString()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_consume.cc107 if (stack.empty()) return; in Consume()
/third_party/skia/modules/sksg/src/
H A DSkSGNode.cpp52 SkASSERT(fInvalObserverArray->empty()); in ~Node()
/third_party/skia/experimental/graphite/src/
H A DDrawContext.cpp108 if (fDrawPasses.empty()) { in snapRenderPassTask()
H A DDrawList.cpp42 if (fTransforms.empty() || fTransforms.back() != localToDevice) { in deduplicateTransform()
/third_party/skia/modules/svg/src/
H A DSkSVGGradient.cpp45 if (pos->empty() && !fHref.iri().isEmpty()) { in collectColorStops()
/third_party/skia/include/core/
H A DSkSpan.h53 constexpr bool empty() const { return fSize == 0; } in empty() function in SkSpan
/third_party/skia/modules/skottie/src/
H A DComposition.cpp131 if (layers.empty()) { in build()

Completed in 11 milliseconds

1...<<919293949596979899100>>...196