Home
last modified time | relevance | path

Searched defs:begin (Results 151 - 175 of 792) sorted by relevance

12345678910>>...32

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DCallGraphSCCPass.h108 iterator begin() const { return Nodes.begin(); } in begin() function in llvm::CallGraphSCC
H A DTrace.h85 iterator begin() { return BasicBlocks.begin(); } in begin() function in llvm::Trace
86 const_iterator begin() const { return BasicBlocks.begin(); } in begin() function in llvm::Trace
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineDominanceFrontier.h53 iterator begin() { in begin() function in llvm::MachineDominanceFrontier
57 const_iterator begin() const { in begin() function in llvm::MachineDominanceFrontier
/third_party/vixl/examples/aarch64/
H A Dcustom-disassembler.cc130 Label begin, end; in GenerateCustomDisassemblerTestCode() local
/third_party/vixl/src/
H A Dcpu-features.cc111 CPUFeatures::const_iterator CPUFeatures::begin() const { in begin() function in vixl::CPUFeatures
/third_party/protobuf/php/src/Google/Protobuf/Internal/GeneratedCodeInfo/
H A DAnnotation.php37 protected $begin = null; variable
169 $this->begin = $var; global() variable
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A 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 in CatPieces() local
179 char* const begin = &(*dest)[0]; AppendPieces() local
204 char* const begin = &(*dest)[0]; StrAppend() local
219 char* const begin = &(*dest)[0]; StrAppend() local
236 char* const begin = &(*dest)[0]; StrAppend() local
[all...]
H A Dcharconv_benchmark.cc157 const char* begin = testcase.c_str(); in BM_Strtod_Big_And_Difficult() local
167 const char* begin = testcase.c_str(); in BM_Absl_Big_And_Difficult() local
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dnonsecure_base.h127 std::copy(std::begin(data), std::end(data), begin); generate_impl() local
[all...]
H A Dsalted_seed_seq.h53 SaltedSeedSeq(Iterator begin, Iterator end) in SaltedSeedSeq() argument
67 void generate(RandomAccessIterator begin, RandomAccessIterator end) { in generate() argument
92 void generate_impl(uint32_t* begin, uint32_t* end, ContiguousAndUint32Tag) { in generate_impl() argument
101 void generate_impl(RandomAccessIterator begin, RandomAccessIterato argument
[all...]
/third_party/skia/include/private/
H A DSkTemplates.h197 T* begin() { return fArray; } in begin() function in SkAutoSTArray
199 const T* begin() const { return fArray; } in begin() function in SkAutoSTArray
/third_party/spirv-tools/source/opt/
H A Dinstruction_list.h99 iterator begin() { return utils::IntrusiveList<Instruction>::begin(); } in begin() function in spvtools::opt::InstructionList
101 const_iterator begin() const { in begin() function in spvtools::opt::InstructionList
H A Dtree_iterator.h150 static inline PostOrderTreeDFIterator begin(NodePtr top_node) { in begin() function in spvtools::opt::PostOrderTreeDFIterator
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeSTLUtil.hpp51 inline bool contains (const I& begin, const I& end, const K& item) in contains() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DAttributeMap.cpp73 AttributeMap::const_iterator AttributeMap::begin() const in begin() function in egl::AttributeMap
/third_party/elfutils/tests/
H A Ddwfllines.c100 bool begin; in main() local
/third_party/ffmpeg/libavcodec/
H A Dac3.c209 int band_start, band_end, begin, end1; in ff_ac3_bit_alloc_calc_mask() local
/third_party/curl/projects/
H A Dbuild-openssl.bat26 :begin label
H A Dbuild-wolfssl.bat27 :begin label
/third_party/elfutils/libdw/
H A 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; __libdw_read_begin_end_pair_inc() local
271 uint64_t begin = 0, end = 0, base = *basep, addr_idx; __libdw_read_begin_end_pair_inc() local
539 Dwarf_Addr begin; dwarf_ranges() local
[all...]
/third_party/gn/src/gn/
H A Dhash_table_base_unittest.cc186 const_iterator begin() const { return {BaseType::NodeBegin()}; } in begin() function in TestHashTable
H A Dimmutable_vector.h45 const T* begin() const { return header_ ? &header_->item0 : nullptr; } in begin() function in ImmutableVectorView
101 ImmutableVector(const T* begin, size_t size) in ImmutableVector() argument
104 ImmutableVector(const T* begin, const T* end) in ImmutableVector() argument
232 AllocateAndCopyFrom(const T* begin, size_t size) AllocateAndCopyFrom() argument
[all...]
H A Dpointer_set.h173 const_iterator begin() const { return {NodeBegin()}; } in begin() function in PointerSet
[all...]
/third_party/alsa-utils/axfer/test/
H A Dcontainer-test.c279 int begin; in main() local
/third_party/libsnd/src/ALAC/
H A DALACBitUtilities.c141 uint8_t * begin ; in BitBufferGetPosition() local

Completed in 23 milliseconds

12345678910>>...32