/third_party/rust/crates/nom/tests/ |
H A D | json.rs | 6 character::complete::{anychar, char, multispace0, none_of}, 61 let (input, c) = none_of("\"")(input)?; in character()
|
/third_party/rust/crates/nom/benchmarks/benches/ |
H A D | json.rs | 11 character::complete::{anychar, char, multispace0, none_of}, 66 let (input, c) = none_of("\"")(input)?; in character()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | fuzzer_pass_replace_parameter_with_global.cpp | 52 if (std::none_of(params.begin(), params.end(), in Apply()
|
H A D | transformation_propagate_instruction_down.cpp | 556 if (std::none_of(
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | fuzzer_pass_replace_parameter_with_global.cpp | 52 if (std::none_of(params.begin(), params.end(), in Apply()
|
H A D | transformation_propagate_instruction_down.cpp | 556 if (std::none_of(
|
/third_party/spirv-tools/source/fuzz/ |
H A D | fuzzer_pass_replace_parameter_with_global.cpp | 52 if (std::none_of(params.begin(), params.end(), in Apply()
|
H A D | transformation_propagate_instruction_down.cpp | 556 if (std::none_of(
|
/third_party/gn/src/gn/ |
H A D | command_clean.cc | 61 if (std::none_of(std::begin(remaining), std::end(remaining), in CleanOneDir()
|
/third_party/rust/crates/nom/src/character/ |
H A D | tests.rs | 28 none_of("ab")(i) in none_of_test()
|
/third_party/json/tests/src/ |
H A D | unit-algorithms.cpp | 45 SECTION("std::none_of") 47 CHECK(std::none_of(j_array.begin(), j_array.end(), [](const json & value) 51 CHECK(std::none_of(j_object.begin(), j_object.end(), [](const json & value)
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | remembered-set.cc | 101 DCHECK(std::none_of(remembered_slots_.begin(), remembered_slots_.end(), in InvalidateRememberedSlotsInRange()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | RobustClientMemoryTest.cpp | 85 EXPECT_TRUE(std::none_of(resultBuf.begin(), resultBuf.begin() + length, in TEST_P()
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_statistics.cpp | 452 if (std::none_of(vmem_clause.begin(), vmem_clause.end(), in collect_preasm_stats() 462 if (std::none_of(smem_clause.begin(), smem_clause.end(), in collect_preasm_stats()
|
/third_party/skia/src/ports/ |
H A D | SkFontMgr_preview.cpp | 97 std::none_of(face->fLang.begin(), face->fLang.end(), [&](SkLanguage lang) { in find_family_style_character()
|
H A D | SkFontMgr_android.cpp | 375 std::none_of(face->fLang.begin(), face->fLang.end(), [&](SkLanguage lang){ in find_family_style_character()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCBoolRetToInt.cpp | 223 if (llvm::none_of(Defs, isa<Instruction, Value *>)) in runOnUse()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | STLExtras.h | 484 /// Provide wrappers to std::none_of which take ranges instead of having to pass 487 bool none_of(R &&Range, UnaryPredicate P) { in none_of() function 488 return std::none_of(std::begin(Range), std::end(Range), P); in none_of()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIOptimizeExecMaskingPreRA.cpp | 273 std::none_of(std::next(Cmp->getIterator()), Andn2->getIterator(), in optimizeVcndVcmpPair()
|
H A D | AMDGPUTargetTransformInfo.cpp | 82 if (llvm::none_of(L->getSubLoops(), [PHI](const Loop* SubLoop) { in dependsOnLocalPhi()
|
H A D | SIMachineScheduler.cpp | 547 assert(none_of(Succs, in addPred() 572 assert(none_of(Preds, in addSucc()
|
/third_party/json/include/nlohmann/detail/output/ |
H A D | serializer.hpp | 12 #include <algorithm> // reverse, remove, fill, find, none_of 867 std::none_of(number_buffer.begin(), number_buffer.begin() + len + 1, in dump_float()
|
/third_party/rust/crates/nom/src/bytes/ |
H A D | complete.rs | 747 escaped(opt(none_of(r#"\""#)), '\\', one_of(r#"\"rnt"#)), in unquote()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Attributes.cpp | 983 assert(llvm::none_of(Attrs, in get() 1020 assert(llvm::none_of(Attrs, in get()
|
H A D | DebugInfo.cpp | 285 if (std::none_of(N->op_begin() + 1, N->op_end(), [](const MDOperand &Op) { in stripDebugLocFromLoopID() 292 if (std::none_of(N->op_begin() + 1, N->op_end(), [](const MDOperand &Op) { in stripDebugLocFromLoopID()
|