/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | simplify_pointers.cc | 140 if (it != saved_vars.end()) { in Run()
|
/third_party/skia/third_party/externals/tint/src/utils/ |
H A D | enum_set.h | 205 Iterator end() { return Iterator{set, Iterator::kEnd}; } in end() function
|
/third_party/skia/tools/sk_app/ |
H A D | CommandSet.cpp | 101 std::stable_sort(fCommands.begin(), fCommands.end(), in drawHelp()
|
/third_party/spirv-tools/source/fuzz/ |
H A D | available_instructions.cpp | 129 if (cached_result != index_cache.end()) { in operator []()
|
H A D | fuzzer_pass_flatten_conditional_branches.cpp | 61 std::sort(selection_headers.begin(), selection_headers.end(), in Apply()
|
H A D | transformation_expand_vector_reduction.cpp | 33 fresh_ids.begin(), fresh_ids.end()); in TransformationExpandVectorReduction()
|
H A D | transformation_replace_parameter_with_global.cpp | 105 while (it != function->begin()->end() && in Apply()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | LiveVariables.h | 77 /// included). This is sensical because the value must be live to the end of 96 if (I == Kills.end()) in removeKill()
|
H A D | MachineRegionInfo.h | 152 return nodes_iterator::end(getEntryNode(RI)); in nodes_end() 179 } // end namespace llvm
|
/third_party/vixl/src/aarch64/ |
H A D | debugger-aarch64.h | 216 return (breakpoints_.find(addr) != breakpoints_.end()); in IsBreakpoint()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | genericClassPropertyInheritanceSpecialization.js | 16 slice(start: number, end?: number): T[];
|
/third_party/skia/third_party/externals/dawn/src/tests/white_box/ |
H A D | QueryInternalShaderTests.cpp | 107 std::vector<uint64_t> expected(origin.begin(), origin.end()); in GetExpectedResults()
|
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | cpp_bootstrap_unittest.cc | 89 ASSERT_TRUE(it != files_.end()) in ExpectFileMatches()
|
/third_party/protobuf/src/google/protobuf/compiler/csharp/ |
H A D | csharp_bootstrap_unittest.cc | 83 ASSERT_TRUE(it != files_.end()) in ExpectFileMatches()
|
/third_party/protobuf/js/experimental/runtime/kernel/ |
H A D | buffer_decoder.js | 89 * Returns the end index of the underlying buffer. 105 * Returns the start position of the next data, i.e. end position of the last 305 `Current end: ${this.endIndex()}, subBufferDecoder start: ${
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
H A D | exponential_biased_test.cc | 168 std::sort(int_random_sample.begin(), int_random_sample.end()); in TEST()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
H A D | mocking_bit_gen.h | 220 if (it == mocks_.end()) return false; in InvokeMock()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
H A D | flat_hash_set.h | 146 // absl::flat_hash_set<std::string> set7(v.begin(), v.end()); 162 // Returns a const iterator to the end of the `flat_hash_set`. 165 // flat_hash_set::end() 167 // Returns an iterator to the end of the `flat_hash_set`. 168 using Base::end; 188 // of the largest value of `std::distance(begin(), end())` for a 203 // the underlying buffer call `erase(begin(), end())`. 339 // for the past-the-end iterator, which is invalidated.
|
H A D | node_hash_set.h | 140 // absl::node_hash_set<std::string> set7(v.begin(), v.end()); 156 // Returns a const iterator to the end of the `node_hash_set`. 159 // node_hash_set::end() 161 // Returns an iterator to the end of the `node_hash_set`. 162 using Base::end; 182 // of the largest value of `std::distance(begin(), end())` for a 197 // the underlying buffer call `erase(begin(), end())`. 329 // for the past-the-end iterator, which is invalidated.
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | ascii_benchmark.cc | 32 std::shuffle(bytes.begin(), bytes.end(), g); in MakeShuffledBytes()
|
/third_party/skia/include/private/ |
H A D | SkTLogic.h | 46 constexpr const T* size(std::initializer_list<T> i) { return i.end() - i.begin(); } in size()
|
/third_party/spirv-tools/source/opt/ |
H A D | reduce_load_size.cpp | 129 if (cached_result != should_replace_cache_.end()) { in ShouldReplaceExtract()
|
H A D | ssa_rewrite_pass.h | 144 return (it != phi_candidates_.end()) ? &it->second : nullptr; in GetPhiCandidate()
|
H A D | strength_reduction_pass.cpp | 179 for (auto inst = bb.begin(); inst != bb.end(); ++inst) { in ScanFunctions()
|
/third_party/spirv-tools/test/link/ |
H A D | global_values_amount_test.cpp | 64 binary.insert(binary.end(), common_binary.cbegin(), common_binary.cend());
|