/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
H A D | flat_hash_set.h | 65 // slots (open, deleted, and empty) within the hash set. 172 // Returns the number of element slots (assigned, deleted, and empty) 179 // flat_hash_set::empty() 181 // Returns whether or not the `flat_hash_set` is empty. 182 using Base::empty; 322 // empty node handle.
|
H A D | node_hash_set.h | 66 // slots (open, deleted, and empty) within the hash set. 166 // Returns the number of element slots (assigned, deleted, and empty) 173 // node_hash_set::empty() 175 // Returns whether or not the `node_hash_set` is empty. 176 using Base::empty; 312 // empty node handle.
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
H A D | seed_material.cc | 210 if (values.empty()) { in ReadSeedMaterialFromOSEntropy()
|
/third_party/skia/modules/sksg/src/ |
H A D | SkSGGeometryEffect.cpp | 98 if (intervals.empty()) { in make_dash()
|
/third_party/skia/modules/canvaskit/ |
H A D | particles_bindings.cpp | 38 if (assets.empty()) { in Make()
|
/third_party/skia/modules/skottie/src/layers/shapelayer/ |
H A D | PuckerBloat.cpp | 105 const auto conic_start = cubics.empty() ? contour_start
|
/third_party/skia/modules/svg/src/ |
H A D | SkSVGFe.cpp | 63 if (inputs.empty() || AnyIsStandardInput(fctx, inputs)) { in resolveFilterSubregion()
|
/third_party/rust/crates/syn/benches/ |
H A D | rust.rs | 82 let source_map = Lrc::new(SourceMap::new(FilePathMapping::empty())); in bench()
|
/third_party/rust/crates/syn/tests/ |
H A D | test_round_trip.rs | 93 let file_path_mapping = FilePathMapping::empty(); in test()
|
/third_party/rust/crates/regex/src/ |
H A D | re_set.rs | 131 /// Create a new empty regex set. 137 /// let set = RegexSet::empty(); 140 pub fn empty() -> RegexSet { in empty() functions
|
/third_party/rust/crates/rustix/tests/fs/ |
H A D | readdir.rs | 151 rustix::fs::Mode::empty(), in dir_from_openat()
|
/third_party/rust/crates/rustix/tests/net/ |
H A D | unix.rs | 69 unlinkat(cwd(), path, AtFlags::empty()).unwrap();
|
/third_party/spirv-tools/source/fuzz/ |
H A D | fuzzer_pass_add_function_calls.cpp | 74 while (!candidate_functions.empty()) { in Apply()
|
H A D | fuzzer_pass_apply_id_synonyms.cpp | 101 while (!synonyms_to_try.empty()) { in Apply()
|
H A D | fuzzer_pass_outline_functions.cpp | 75 if (candidate_exit_blocks.empty()) { in Apply()
|
H A D | transformation_add_opphi_synonym.cpp | 55 if (predecessors.empty()) { in IsApplicable()
|
/third_party/spirv-tools/source/lint/ |
H A D | lint_divergent_derivatives.cpp | 41 if (names.empty()) { in GetFriendlyName()
|
/third_party/spirv-tools/test/fuzz/ |
H A D | equivalence_relation_test.cpp | 49 ASSERT_TRUE(relation.GetAllKnownValues().empty()); in TEST()
|
/third_party/spirv-tools/test/opt/ |
H A D | assembly_builder.h | 74 // module contains an empty main function and some predefined names for the 211 if (!name.empty()) { in AddNamesForResultIDsIn() 229 // ID, returns an empty string.
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fStringQueryTests.cpp | 223 if (!extensions.empty()) in init()
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuTestCase.cpp | 102 if (!m_children.empty()) in addChild()
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
H A D | deStringUtil.cpp | 82 if (str.empty()) in capitalize()
|
/third_party/gn/src/base/files/ |
H A D | file_util_win.cc | 63 for (FilePath current = traversal.Next(); !current.empty(); in DeleteFileRecursive() 102 if (path.empty()) in DoDeleteFile() 442 // The last string is empty. in DevicePathToDriveLetterPath() 490 // not map an empty file, this call fails in that case. in NormalizeToNativeFilePath()
|
/third_party/gn/src/gn/ |
H A D | compile_commands_writer.cc | 325 if (legacy_target_filters && legacy_target_filters->empty()) { in CollectTargets() 378 while (!frontier.empty()) { in CollectDepsOfMatches()
|
/third_party/glslang/SPIRV/ |
H A D | spvIR.h | 232 assert(localVariables.empty()); in rewriteAsCanonicalUnreachableMerge() 244 assert(localVariables.empty()); in rewriteAsCanonicalUnreachableContinue()
|