| /third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/ |
| H A D | FunctionList.h | 37 void operator()(iter_type begin, iter_type end) { in operator ()() argument
|
| /third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/effects/ |
| H A D | DelayLineEffect.h | 57 void operator () (iter_type begin, iter_type end) { in operator ()() argument
|
| /third_party/skia/third_party/externals/dawn/src/tests/ |
| H A D | ParamGenerator.h | 99 Iterator begin() const { in begin() function in ParamGenerator
|
| /third_party/skia/third_party/externals/dawn/src/common/ |
| H A D | BitSetIterator.h | 64 Iterator begin() const { in begin() function in final
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | DebugChecksumsSubsection.h | 66 Iterator begin() const { return Checksums.begin(); } in begin() function in llvm::codeview::final
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | GlobalsStream.h | 66 GSIHashIterator begin() const { return GSIHashIterator(HashRecords.begin()); } in begin() function in llvm::pdb::GSIHashTable
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| H A D | GetElementPtrTypeIterator.h | 43 static generic_gep_type_iterator begin(Type *Ty, ItTy It) { in begin() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| H A D | StringPool.h | 115 inline const char *begin() const { in begin() function in llvm::PooledStringPtr
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/ |
| H A D | Profile.h | 141 const_iterator begin() const { return Blocks.begin(); } in begin() function in llvm::xray::Profile
|
| /third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
| H A D | containers.h | 259 T* vector<T, BASE_CAPACITY>::begin() { in begin() function in marl::containers::vector 269 const T* vector<T, BASE_CAPACITY>::begin() const { in begin() function in marl::containers::vector
|
| H A D | event.h | 230 Event Event::any(Mode mode, const Iterator& begin, const Iterator& end) { in any() argument 244 Event Event::any(const Iterator& begin, const Iterator& end) { in any() argument
|
| /third_party/skia/third_party/externals/tint/src/ |
| H A D | block_allocator.h | 110 Iterator begin() const { return Iterator(allocator_->objects_.begin()); } in begin() function in tint::BlockAllocator::View 125 ConstIterator begin() const { in begin() function in tint::BlockAllocator::ConstView
|
| /third_party/skia/third_party/externals/tint/src/utils/ |
| H A D | unique_vector.h | 81 ConstIterator begin() const { return vector.begin(); } in begin() function
|
| /third_party/skia/third_party/externals/icu/source/common/unicode/ |
| H A D | chariter.h | 686 int32_t begin; member in CharacterIterator
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| H A D | BreadthFirstIterator.h | 113 static bf_iterator begin(const GraphT &G) { in begin() function in llvm::bf_iterator
|
| H A D | SmallSet.h | 223 const_iterator begin() const { in begin() function in llvm::SmallSet
|
| H A D | SparseSet.h | 174 const_iterator begin() const { return Dense.begin(); } in begin() function in llvm::SparseSet 176 iterator begin() { return Dense.begin(); } in begin() function in llvm::SparseSet
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| H A D | CallGraphSCCPass.h | 108 iterator begin() const { return Nodes.begin(); } in begin() function in llvm::CallGraphSCC
|
| H A D | Trace.h | 85 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 D | MachineDominanceFrontier.h | 53 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 D | custom-disassembler.cc | 130 Label begin, end; in GenerateCustomDisassemblerTestCode() local
|
| /third_party/vixl/src/ |
| H A D | cpu-features.cc | 111 CPUFeatures::const_iterator CPUFeatures::begin() const { in begin() function in vixl::CPUFeatures
|
| /third_party/protobuf/php/src/Google/Protobuf/Internal/GeneratedCodeInfo/ |
| H A D | Annotation.php | 37 protected $begin = null; variable 169 $this->begin = $var; global() variable [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
| H A D | str_cat.cc | 102 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...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
| H A D | nonsecure_base.h | 127 std::copy(std::begin(data), std::end(data), begin); generate_impl() local [all...] |