Home
last modified time | relevance | path

Searched refs:end (Results 16776 - 16800 of 24324) sorted by relevance

1...<<671672673674675676677678679680>>...973

/third_party/skia/third_party/externals/tint/src/transform/
H A Dsimplify_pointers.cc140 if (it != saved_vars.end()) { in Run()
/third_party/skia/third_party/externals/tint/src/utils/
H A Denum_set.h205 Iterator end() { return Iterator{set, Iterator::kEnd}; } in end() function
/third_party/skia/tools/sk_app/
H A DCommandSet.cpp101 std::stable_sort(fCommands.begin(), fCommands.end(), in drawHelp()
/third_party/spirv-tools/source/fuzz/
H A Davailable_instructions.cpp129 if (cached_result != index_cache.end()) { in operator []()
H A Dfuzzer_pass_flatten_conditional_branches.cpp61 std::sort(selection_headers.begin(), selection_headers.end(), in Apply()
H A Dtransformation_expand_vector_reduction.cpp33 fresh_ids.begin(), fresh_ids.end()); in TransformationExpandVectorReduction()
H A Dtransformation_replace_parameter_with_global.cpp105 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 DLiveVariables.h77 /// included). This is sensical because the value must be live to the end of
96 if (I == Kills.end()) in removeKill()
H A DMachineRegionInfo.h152 return nodes_iterator::end(getEntryNode(RI)); in nodes_end()
179 } // end namespace llvm
/third_party/vixl/src/aarch64/
H A Ddebugger-aarch64.h216 return (breakpoints_.find(addr) != breakpoints_.end()); in IsBreakpoint()
/third_party/typescript/tests/baselines/reference/
H A DgenericClassPropertyInheritanceSpecialization.js16 slice(start: number, end?: number): T[];
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
H A DQueryInternalShaderTests.cpp107 std::vector<uint64_t> expected(origin.begin(), origin.end()); in GetExpectedResults()
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_bootstrap_unittest.cc89 ASSERT_TRUE(it != files_.end()) in ExpectFileMatches()
/third_party/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_bootstrap_unittest.cc83 ASSERT_TRUE(it != files_.end()) in ExpectFileMatches()
/third_party/protobuf/js/experimental/runtime/kernel/
H A Dbuffer_decoder.js89 * 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 Dexponential_biased_test.cc168 std::sort(int_random_sample.begin(), int_random_sample.end()); in TEST()
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H A Dmocking_bit_gen.h220 if (it == mocks_.end()) return false; in InvokeMock()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dflat_hash_set.h146 // 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 Dnode_hash_set.h140 // 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 Dascii_benchmark.cc32 std::shuffle(bytes.begin(), bytes.end(), g); in MakeShuffledBytes()
/third_party/skia/include/private/
H A DSkTLogic.h46 constexpr const T* size(std::initializer_list<T> i) { return i.end() - i.begin(); } in size()
/third_party/spirv-tools/source/opt/
H A Dreduce_load_size.cpp129 if (cached_result != should_replace_cache_.end()) { in ShouldReplaceExtract()
H A Dssa_rewrite_pass.h144 return (it != phi_candidates_.end()) ? &it->second : nullptr; in GetPhiCandidate()
H A Dstrength_reduction_pass.cpp179 for (auto inst = bb.begin(); inst != bb.end(); ++inst) { in ScanFunctions()
/third_party/spirv-tools/test/link/
H A Dglobal_values_amount_test.cpp64 binary.insert(binary.end(), common_binary.cbegin(), common_binary.cend());

Completed in 22 milliseconds

1...<<671672673674675676677678679680>>...973