Home
last modified time | relevance | path

Searched defs:begin (Results 1 – 25 of 846) sorted by relevance

12345678910>>...34

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dstr_cat.cc102 char* const begin = &result[0]; in StrCat() local
114 char* const begin = &result[0]; in StrCat() local
128 char* const begin = &result[0]; in StrCat() local
147 char* const begin = &result[0]; in CatPieces() local
179 char* const begin = &(*dest)[0]; in AppendPieces() local
204 char* const begin = &(*dest)[0]; in StrAppend() local
219 char* const begin = &(*dest)[0]; in StrAppend() local
236 char* const begin = &(*dest)[0]; in StrAppend() local
/third_party/nghttp2/lib/
Dnghttp2_http.c637 static ssize_t sf_parse_key(const uint8_t *begin, const uint8_t *end) { in sf_parse_key()
651 const uint8_t *begin, in sf_parse_integer_or_decimal()
796 static ssize_t sf_parse_string(nghttp2_sf_value *dest, const uint8_t *begin, in sf_parse_string()
896 static ssize_t sf_parse_token(nghttp2_sf_value *dest, const uint8_t *begin, in sf_parse_token()
972 static ssize_t sf_parse_byteseq(nghttp2_sf_value *dest, const uint8_t *begin, in sf_parse_byteseq()
1002 static ssize_t sf_parse_boolean(nghttp2_sf_value *dest, const uint8_t *begin, in sf_parse_boolean()
1034 static ssize_t sf_parse_bare_item(nghttp2_sf_value *dest, const uint8_t *begin, in sf_parse_bare_item()
1075 static ssize_t sf_parse_params(const uint8_t *begin, const uint8_t *end) { in sf_parse_params()
1108 static ssize_t sf_parse_item(nghttp2_sf_value *dest, const uint8_t *begin, in sf_parse_item()
1130 ssize_t nghttp2_sf_parse_item(nghttp2_sf_value *dest, const uint8_t *begin, in nghttp2_sf_parse_item()
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dsalted_seed_seq.h53 SaltedSeedSeq(Iterator begin, Iterator end) in SaltedSeedSeq()
67 void generate(RandomAccessIterator begin, RandomAccessIterator end) { in generate()
92 void generate_impl(uint32_t* begin, uint32_t* end, ContiguousAndUint32Tag) { in generate_impl()
101 void generate_impl(RandomAccessIterator begin, RandomAccessIterator end, in generate_impl()
Dexplicit_seed_seq.h57 ExplicitSeedSeq(Iterator begin, Iterator end) { in ExplicitSeedSeq()
75 void generate(OutIterator begin, OutIterator end) { in generate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DCallGraph.h115 inline iterator begin() { return FunctionMap.begin(); } in begin() function
117 inline const_iterator begin() const { return FunctionMap.begin(); } in begin() function
189 inline iterator begin() { return CalledFunctions.begin(); } in begin() function
191 inline const_iterator begin() const { return CalledFunctions.begin(); } in begin() function
344 inline iterator begin() { return G->begin(); } in begin() function
346 inline const_iterator begin() const { return G->begin(); } in begin() function
/third_party/openh264/codec/common/x86/
Ddct.asm229 .begin: label
610 .begin: label
951 .begin: label
1016 .begin: label
/third_party/jsoncpp/src/lib_json/
Djson_tool.h94 template <typename Iter> Iter fixNumericLocale(Iter begin, Iter end) { in fixNumericLocale()
103 template <typename Iter> void fixNumericLocaleInput(Iter begin, Iter end) { in fixNumericLocaleInput()
120 Iter fixZerosInTheEnd(Iter begin, Iter end, unsigned int precision) { in fixZerosInTheEnd()
/third_party/flutter/skia/infra/bots/recipe_modules/flavor/resources/
Dwin_run_and_check_log.ps113 $begin = Get-Date variable
34 -After $begin -Before $end -ErrorAction SilentlyContinue variable
/third_party/skia/infra/bots/recipe_modules/flavor/resources/
Dwin_run_and_check_log.ps113 $begin = Get-Date variable
34 -After $begin -Before $end -ErrorAction SilentlyContinue variable
/third_party/elfutils/libdw/
Ddwarf_ranges.c62 uint64_t begin = 0, end = 0, base = *basep, addr_idx; in __libdw_read_begin_end_pair_inc() local
119 Dwarf_Addr begin; in __libdw_read_begin_end_pair_inc() local
164 uint64_t begin = 0, end = 0, base = *basep, addr_idx; in __libdw_read_begin_end_pair_inc() local
271 uint64_t begin = 0, end = 0, base = *basep, addr_idx; in __libdw_read_begin_end_pair_inc() local
539 Dwarf_Addr begin; in dwarf_ranges() local
/third_party/flutter/skia/src/core/
DSkMSAN.h23 static inline void sk_msan_assert_initialized(const void* begin, const void* end) { in sk_msan_assert_initialized()
33 static inline void sk_msan_mark_initialized(const void* begin, const void* end, const char* skbug) { in sk_msan_mark_initialized()
/third_party/skia/src/core/
DSkMSAN.h23 static inline void sk_msan_assert_initialized(const void* begin, const void* end) { in sk_msan_assert_initialized()
33 static inline void sk_msan_mark_initialized(const void* begin, const void* end, const char* skbug) { in sk_msan_mark_initialized()
/third_party/mesa3d/src/gallium/frontends/clover/util/
Drange.hpp96 begin() { in begin() function in clover::detail::basic_range
106 begin() const { in begin() function in clover::detail::basic_range
200 begin() const { in begin() function in clover::iterator_range
255 begin() { in begin() function in clover::adaptor_range
266 begin() const { in begin() function in clover::adaptor_range
314 begin() { in begin() function in clover::slice_range
324 begin() const { in begin() function in clover::slice_range
/third_party/typescript/tests/baselines/reference/
DdoNotWidenAtObjectLiteralPropertyAssignment.js11 var test: IIntervalTreeNode[] = [{ interval: { begin: 0 }, children: null }]; // was error here bec… property
15 var test = [{ interval: { begin: 0 }, children: null }]; // was error here because best common type… property
/third_party/gn/src/base/
Dvalues.h564 iterator begin() { return dict_.begin(); } in begin() function
568 const_iterator begin() const { return dict_.begin(); } in begin() function
701 iterator begin() { return list_.begin(); } in begin() function
706 const_iterator begin() const { return list_.begin(); } in begin() function
/third_party/spirv-tools/source/opt/
Diterator.h121 IteratorType begin() const { return begin_; } in begin() function
135 inline IteratorRange<IteratorType> make_range(const IteratorType& begin, in make_range()
143 inline IteratorRange<IteratorType> make_range(IteratorType&& begin, in make_range()
249 const SubIterator& begin, const SubIterator& end, Predicate predicate) { in MakeFilterIterator()
255 const SubIterator& begin, const SubIterator& end, Predicate predicate) { in MakeFilterIteratorRange()
Dfunction.h108 iterator begin() { return iterator(&blocks_, blocks_.begin()); } in begin() function
110 const_iterator begin() const { return cbegin(); } in begin() function
279 void Function::ReorderBasicBlocks(It begin, It end) { in ReorderBasicBlocks()
294 bool Function::ContainsAllBlocksInTheFunction(It begin, It end) { in ContainsAllBlocksInTheFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Diterator.h121 IteratorType begin() const { return begin_; } in begin() function
135 inline IteratorRange<IteratorType> make_range(const IteratorType& begin, in make_range()
143 inline IteratorRange<IteratorType> make_range(IteratorType&& begin, in make_range()
249 const SubIterator& begin, const SubIterator& end, Predicate predicate) { in MakeFilterIterator()
255 const SubIterator& begin, const SubIterator& end, Predicate predicate) { in MakeFilterIteratorRange()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Diterator.h121 IteratorType begin() const { return begin_; } in begin() function
135 inline IteratorRange<IteratorType> make_range(const IteratorType& begin, in make_range()
143 inline IteratorRange<IteratorType> make_range(IteratorType&& begin, in make_range()
249 const SubIterator& begin, const SubIterator& end, Predicate predicate) { in MakeFilterIterator()
255 const SubIterator& begin, const SubIterator& end, Predicate predicate) { in MakeFilterIteratorRange()
/third_party/gn/src/base/containers/
Dvector_buffer.h72 T* begin() { return buffer_; } in begin() function
81 void DestructRange(T* begin, T* end) {} in DestructRange()
88 void DestructRange(T* begin, T* end) { in DestructRange()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugAbbrev.h42 const_iterator begin() const { in begin() function
72 DWARFAbbreviationDeclarationSetMap::const_iterator begin() const { in begin() function
/third_party/libabigail/src/
Dabg-symtab-reader.h131 : base_iterator(begin), end_(end), filter_(filter) in base_iterator() argument
228 begin(const symtab_filter& filter) const in begin() function
334 begin() const in begin() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DUniqueVector.h75 iterator begin() { return Vector.begin(); } in begin() function
78 const_iterator begin() const { return Vector.begin(); } in begin() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
DGraph.h212 iterator begin() { in begin() function
226 const_iterator begin() const { return cbegin(); } in begin() function
284 iterator begin() { return G.Vertices.begin(); } in begin() function
288 const_iterator begin() const { return G.Vertices.begin(); } in begin() function
321 iterator begin() { return G.Edges.begin(); } in begin() function
325 const_iterator begin() const { return G.Edges.begin(); } in begin() function
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
DvktDeviceObjectReservationTests.cpp149 std::vector<SemaphoreSp>::iterator begin, in createSemaphores()
159 std::vector<CommandBufferSp>::iterator begin, in createCommandBuffers()
178 std::vector<FenceSp>::iterator begin, in createFences()
196 std::vector<DeviceMemorySp>::iterator begin, in allocateDeviceMemory()
215 std::vector<BufferSp>::iterator begin, in createBuffers()
239 std::vector<ImageSp>::iterator begin, in createImages()
273 std::vector<EventSp>::iterator begin, in createEvents()
282 std::vector<QueryPoolSp>::iterator begin, in createQueryPools()
304 std::vector<BufferViewSp>::iterator begin, in createBufferViews()
326 std::vector<ImageViewSp>::iterator begin, in createImageViews()
[all …]

12345678910>>...34