/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | StringMap.h | 302 iterator begin() { in begin() function in llvm::StringMap 308 const_iterator begin() const { in begin() function in llvm::StringMap
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
H A D | Function.h | 531 iterator begin() { return BasicBlocks.begin(); } in begin() function in llvm::Function 532 const_iterator begin() const { return BasicBlocks.begin(); } in begin() function in llvm::Function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | YAMLParser.h | 366 typename CollectionType::iterator begin(CollectionType &C) { in begin() function 410 iterator begin() { return yaml::begin(*this); } in begin() function in llvm::yaml::final 468 iterator begin() { return yaml::begin(*this); } begin() function in llvm::yaml::final [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceDefs.h | 231 VariableDeclarationArray::iterator begin() { return Globals.begin(); } in begin() function in Ice::VariableDeclarationList 235 VariableDeclarationArray::const_iterator begin() const { in begin() function in Ice::VariableDeclarationList
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | SmallVector.h | 127 iterator begin() { return (iterator)this->BeginX; } in begin() function in llvm::SmallVectorTemplateCommon 128 const_iterator begin() const { return (const_iterator)this->BeginX; } in begin() function in llvm::SmallVectorTemplateCommon [all...] |
H A D | StringMap.h | 337 iterator begin() { in begin() function in llvm::StringMap 343 const_iterator begin() const { in begin() function in llvm::StringMap
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | LazyCallGraph.h | 258 iterator begin() { return iterator(Edges.begin(), Edges.end()); } in begin() function in llvm::LazyCallGraph::Edge::EdgeSequence 488 iterator begin() const { return Nodes.begin(); } in begin() function in llvm::LazyCallGraph::Edge::SCC 619 iterator begin() const { return SCCs.begin(); } in begin() function in llvm::LazyCallGraph::Edge::RefSCC 940 EdgeSequence::iterator begin() { retur function in llvm::LazyCallGraph::Edge [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | MachineInstrBuilder.h | 550 MachineBasicBlock::instr_iterator begin() const { return Begin; } in begin() function in llvm::MIBundleBuilder
|
/third_party/vixl/src/ |
H A D | invalset-vixl.h | 362 InvalSet<TEMPLATE_INVALSET_P_DEF>::begin() { in begin() function in vixl::InvalSet
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | json_stream_parser.cc | 832 const char* begin = std::max(p_start - kContextLength, json_start); in ReportFailure() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | cord_rep_btree.cc | 351 void CordRepBtree::DestroyLeaf(CordRepBtree* tree, size_t begin, size_t end) { in DestroyLeaf() argument 358 void CordRepBtree::DestroyNonLeaf(CordRepBtree* tree, size_t begin, in DestroyNonLeaf() argument 497 size_t begin = leaf->capacity(); NewLeaf() local 671 const size_t begin = pos.index - 1; CopySuffix() local [all...] |
H A D | cord_rep_btree_test.cc | 1275 const uint8_t begin = leaf->storage[1]; in TEST() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/ |
H A D | hash_test.cc | 455 size_t begin = 0; in AbslHashValue() local 845 T* begin; member
|
/third_party/skia/modules/skparagraph/src/ |
H A D | OneLineShaper.cpp | 100 auto begin = fUnresolvedBlocks.begin(); in fillGaps() local [all...] |
/third_party/spirv-tools/source/opt/ |
H A D | module.h | 248 iterator begin() { return iterator(&functions_, functions_.begin()); } in begin() function in spvtools::opt::Module 250 const_iterator begin() const { return cbegin(); } in begin() function in spvtools::opt::Module [all...] |
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsUniformBlockCase.hpp | 152 inline Iterator begin (void) { return m_members.begin(); } in begin() function in deqp::gls::ub::StructType 153 inline ConstIterator begin (void) const { return m_members.begin(); } in begin() function in deqp::gls::ub::StructType 198 inline Iterator begin (void) { return m_uniforms.begin(); } in begin() function in deqp::gls::ub::UniformBlock 199 inline ConstIterator begin (void) const { return m_uniforms.begin(); } in begin() function in deqp::gls::ub::UniformBlock
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/ |
H A D | vktSSBOLayoutCase.hpp | 114 inline iterator begin (void) { return m_variables.begin(); } in begin() function in vkt::ssbo::BufferBlock 115 inline const_iterator begin (void) const { return m_variables.begin(); } in begin() function in vkt::ssbo::BufferBlock
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
H A D | dePoolArray.hpp | 83 Iterator begin (void) { return Iterator(this, 0); } in begin() function in de::PoolArray 86 ConstIterator begin (void) const { return ConstIterator(this, 0); } in begin() function in de::PoolArray
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluShaderProgram.hpp | 265 Iterator begin; member
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fBufferWriteTests.cpp | 108 static bool isRangeListValid (Iterator begin, Iterator end) in isRangeListValid() argument [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fBufferWriteTests.cpp | 108 static bool isRangeListValid (Iterator begin, Iterator end) in isRangeListValid() argument [all...] |
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/jsvmtest/unittests/ |
H A D | test_wasm.cpp | 169 static void BatchCompileWasmFunctions(JSVM_Value wasmModule, size_t begin, size_t end) in BatchCompileWasmFunctions() argument
|
/third_party/elfutils/tests/ |
H A D | varlocs.c | 805 Dwarf_Addr base, begin, end; in print_varlocs() local 833 Dwarf_Addr base, begin, end; in print_varlocs() local 183 print_expr_block_addrs(Dwarf_Attribute *attr, Dwarf_Addr begin, Dwarf_Addr end, Dwarf_Op *exprs, int len) print_expr_block_addrs() argument 958 Dwarf_Addr base, begin, end; handle_attr() local [all...] |
/third_party/elfutils/libcpu/ |
H A D | i386_disasm.c | 345 const uint8_t *begin = data; in i386_disasm() local
|
/third_party/gn/src/base/strings/ |
H A D | string_util.cc | 284 size_t begin = in TrimStringPieceT() local [all...] |