Home
last modified time | relevance | path

Searched defs:begin (Results 801 - 825 of 1241) sorted by relevance

1...<<31323334353637383940>>...50

/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_shader.h159 iterator begin() { return cont.begin(); } in begin() function in r600_sb::queue
/third_party/python/Lib/http/
H A Dclient.py311 def begin(self): member in HTTPResponse
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiImageCompressionControlTests.cpp626 VkFormat begin; in addImageCompressionControlTests() member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateLineWidthTests.cpp107 auto begin = tmp; variable
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutCase.hpp114 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/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiImageCompressionControlTests.cpp452 VkFormat begin; in addImageCompressionControlTests() member
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcUniformBlockCase.hpp190 inline Iterator begin(void) in begin() function in deqp::ub::StructType
194 inline ConstIterator begin(void) const in begin() function in deqp::ub::StructType
284 inline Iterator begin(void) in begin() function in deqp::ub::UniformBlock
288 inline ConstIterator begin(void) const in begin() function in deqp::ub::UniformBlock
/third_party/skia/src/core/
H A DSkBlockAllocator.h733 Item begin() const { return Item(Forward ? &fAllocator->fHead : fAllocator->fTail); } in begin() function in final::GrowthPolicy::SkBlockAllocator::BlockIter
H A DSkPathPriv.h139 Iter begin() { return Iter{fPathRef->verbsBegin()}; } in begin() function
175 SkPath::RangeIter begin() { return {fVerbsBegin, fPoints, fWeights}; } in begin() function
/third_party/skia/src/gpu/
H A DGrGeometryProcessor.h136 Iter begin() const { return Iter(fAttributes, fCount); } in begin() function in GrGeometryProcessor::AttributeSet
/third_party/skia/src/gpu/ops/
H A DGrOp.h230 Iter begin() { return Iter(fHead); } in begin() function in GrOp::ChainRange
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderControlFlow.cpp31 SpirvShader::Block::Block(InsnIterator begin, InsnIterator end) in Block() argument
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dmodule.h231 iterator begin() { return iterator(&functions_, functions_.begin()); } in begin() function in spvtools::opt::Module
233 const_iterator begin() const { return cbegin(); } in begin() function in spvtools::opt::Module
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dmodule.h231 iterator begin() { return iterator(&functions_, functions_.begin()); } in begin() function in spvtools::opt::Module
233 const_iterator begin() const { return cbegin(); } in begin() function in spvtools::opt::Module
[all...]
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dcompress_fragment.c404 static void EmitUncompressedMetaBlock(const uint8_t* begin, const uint8_t* end, in EmitUncompressedMetaBlock() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h459 NameIterator begin() const { return NameIterator(this, 1); } in begin() function in llvm::DWARFDebugNames::NameIndex
589 const_iterator begin() const { return NameIndices.begin(); } in begin() function in llvm::DWARFDebugNames
H A DDWARFDebugFrame.h54 iterator begin() { return Instructions.begin(); } in begin() function in llvm::dwarf::CFIProgram
55 const_iterator begin() const { return Instructions.begin(); } in begin() function in llvm::dwarf::CFIProgram
297 iterator begin() const { return Entries.begin(); } in begin() function in llvm::DWARFDebugFrame
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DModule.h599 iterator begin() { return FunctionList.begin(); } in begin() function in llvm::Module
600 const_iterator begin() const { return FunctionList.begin(); } in begin() function in llvm::Module
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCAssembler.h333 iterator begin() { return Sections.begin(); } in begin() function
334 const_iterator begin() const { return Sections.begin(); } in begin() function
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h75 InstrProfIterator begin() { return InstrProfIterator(this); } in begin() function in llvm::InstrProfReader
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DGenericDomTree.h76 iterator begin() { return Children.begin(); } in begin() function in llvm::DomTreeNodeBase
78 const_iterator begin() const { return Children.begin(); } in begin() function in llvm::DomTreeNodeBase
[all...]
H A DJSON.h107 iterator begin() { return M.begin(); } in begin() function in llvm::json::Object
108 const_iterator begin() const { return M.begin(); } in begin() function in llvm::json::Object
180 iterator begin() { return V.begin(); } in begin() function in llvm::json::Array
181 const_iterator begin() const { return V.begin(); } in begin() function in llvm::json::Array
[all...]
H A DYAMLParser.h380 typename CollectionType::iterator begin(CollectionType &C) { in begin() function
425 iterator begin() { return yaml::begin(*this); } in begin() function in llvm::yaml::final
482 iterator begin() { return yaml::begin(*this); } begin() function in llvm::yaml::final
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DSTLExtras.h232 llvm::make_reverse_iterator(std::begin(C)))) { in begin() function in llvm::llvm
494 auto find(R &&Range, const T &Val) -> decltype(std::begin(Range)) { begin() function
501 auto find_if(R &&Range, UnaryPredicate P) -> decltype(std::begin(Range)) { begin() function
506 auto find_if_not(R &&Range, UnaryPredicate P) -> decltype(std::begin(Range)) { begin() function
513 auto remove_if(R &&Range, UnaryPredicate P) -> decltype(std::begin(Range)) { begin() function
666 iterator begin() { return iterator(std::begin(Range), 0); } begin() function in llvm::detail::enumerator_impl
[all...]
H A DSmallVector.h115 iterator begin() { return (iterator)this->BeginX; } in begin() function in llvm::SmallVectorTemplateCommon
117 const_iterator begin() const { return (const_iterator)this->BeginX; } in begin() function in llvm::SmallVectorTemplateCommon
[all...]

Completed in 29 milliseconds

1...<<31323334353637383940>>...50