Home
last modified time | relevance | path

Searched refs:itEnd (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkDescriptorPool.cpp105 const auto itEnd = nodes.end(); in findAvailableMemory() local
108 for(auto it = itBegin; nextIt != itEnd; ++it, ++nextIt) in findAvailableMemory()
187 const auto itEnd = nodes.end(); in freeSet() local
188 auto it = std::find(nodes.begin(), itEnd, asMemory(descriptorSet)); in freeSet()
189 if(it != itEnd) in freeSet()
215 const auto itEnd = nodes.end(); in computeTotalFreeSize() local
218 for(auto it = itBegin; nextIt != itEnd; ++it, ++nextIt) in computeTotalFreeSize()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
DvktMeshShaderUtil.hpp56 FragmentSize getBadShadingRateSize (Iterator itBegin, Iterator itEnd) in getBadShadingRateSize() argument
63 if (!de::contains(itBegin, itEnd, fs)) in getBadShadingRateSize()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderUtil.hpp56 FragmentSize getBadShadingRateSize (Iterator itBegin, Iterator itEnd) in getBadShadingRateSize() argument
63 if (!de::contains(itBegin, itEnd, fs)) in getBadShadingRateSize()
/third_party/libabigail/tests/lib/
Dcatch.hpp3013 …e( ExceptionTranslators::const_iterator it, ExceptionTranslators::const_iterator itEnd ) const = 0;
3031 …eptionTranslators::const_iterator it, ExceptionTranslators::const_iterator itEnd ) const override { in translate()
3036 if( it == itEnd ) in translate()
3039 return (*it)->translate( it+1, itEnd ); in translate()
8869 Iterator itEnd; member in Catch::clara::detail::TokenStream
8876 while( it != itEnd && it->empty() ) in loadBuffer()
8879 if( it != itEnd ) { in loadBuffer()
8906 TokenStream( Iterator it, Iterator itEnd ) : it( it ), itEnd( itEnd ) { in TokenStream() argument
8911 return !m_tokenBuffer.empty() || it != itEnd; in operator bool()
8914 auto count() const -> size_t { return m_tokenBuffer.size() + (itEnd - it); } in count()
[all …]
/third_party/jsoncpp/src/lib_json/
Djson_value.cpp1242 ObjectValues::const_iterator itEnd = value_.map_->end(); in getMemberNames() local
1243 for (; it != itEnd; ++it) { in getMemberNames()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp2345 BlockDefinitionIndexMap::const_iterator itEnd = blockDefinition.end(); in getArgumentInfo() local
2346 BlockDefinitionIndexMap::const_iterator it = itEnd; in getArgumentInfo()
2362 if(it != itEnd) in getArgumentInfo()
2368 ASSERT(it != itEnd); in getArgumentInfo()
/third_party/jsoncpp/src/test_lib_json/
Dmain.cpp1471 Json::Value::const_iterator itEnd = value.end(); in checkConstMemberCount() local
1472 for (Json::Value::const_iterator it = value.begin(); it != itEnd; ++it) { in checkConstMemberCount()
1483 Json::Value::iterator itEnd = value.end(); in checkMemberCount() local
1484 for (Json::Value::iterator it = value.begin(); it != itEnd; ++it) { in checkMemberCount()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DProgram.cpp2805 std::vector<glsl::Attribute>::const_iterator itEnd = linkedAttribute.end(); in getActiveAttributeMaxLength() local
2806 for(; it != itEnd; ++it) in getActiveAttributeMaxLength()
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp3558 ObjectValues::const_iterator itEnd = value_.map_->end(); in getMemberNames() local
3559 for (; it != itEnd; ++it) { in getMemberNames()
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp3558 ObjectValues::const_iterator itEnd = value_.map_->end(); in getMemberNames() local
3559 for (; it != itEnd; ++it) { in getMemberNames()
/third_party/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp3591 ObjectValues::const_iterator itEnd = value_.map_->end(); in getMemberNames() local
3592 for (; it != itEnd; ++it) { in getMemberNames()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp3558 ObjectValues::const_iterator itEnd = value_.map_->end(); in getMemberNames() local
3559 for (; it != itEnd; ++it) { in getMemberNames()