Home
last modified time | relevance | path

Searched refs:bcur (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/intrusive/detail/
Dcommon_slist_algorithms.hpp112 node_ptr bcur = before_beg; in stable_partition() local
113 node_ptr cur = node_traits::get_next(bcur); in stable_partition()
120 bcur = cur; in stable_partition()
125 node_ptr last_to_remove = bcur; in stable_partition()
127 bcur = cur; in stable_partition()
138 node_traits::set_next(bcur, nxt); in stable_partition()
143 bcur = cur; in stable_partition()
160 info.new_last_node = bcur; in stable_partition()
/third_party/boost/boost/intrusive/
Dcircular_list_algorithms.hpp383 node_ptr bcur = node_traits::get_previous(beg); in stable_partition() local
391 bcur = cur; in stable_partition()
396 node_ptr last_to_remove = bcur; in stable_partition()
398 bcur = cur; in stable_partition()
410 node_traits::set_next (bcur, nxt); in stable_partition()
411 node_traits::set_previous(nxt, bcur); in stable_partition()
416 bcur = cur; in stable_partition()
Dslist.hpp1729 const_iterator bcur(this->cbegin()); in unique_and_dispose() local
1730 if(bcur != end_n){ in unique_and_dispose()
1731 const_iterator cur(bcur); in unique_and_dispose()
1734 if (pred(*bcur, *cur)){ in unique_and_dispose()
1735 cur = this->erase_after_and_dispose(bcur, disposer); in unique_and_dispose()
1738 bcur = cur; in unique_and_dispose()
1743 this->set_last_node(bcur.pointed_node()); in unique_and_dispose()
/third_party/gettext/gnulib-local/lib/libxml/
Dxmlschemas.c14187 xmlSchemaAttributeUsePtr cur = NULL, bcur; in xmlSchemaCheckDerivationOKRestriction2to4() local
14199 bcur = baseUses->items[j]; in xmlSchemaCheckDerivationOKRestriction2to4()
14201 WXS_ATTRUSE_DECL_NAME(bcur)) && in xmlSchemaCheckDerivationOKRestriction2to4()
14203 WXS_ATTRUSE_DECL_TNS(bcur))) in xmlSchemaCheckDerivationOKRestriction2to4()
14214 (bcur->occurs == XML_SCHEMAS_ATTR_USE_REQUIRED)) in xmlSchemaCheckDerivationOKRestriction2to4()
14235 WXS_ATTRUSE_TYPEDEF(bcur), 0) != 0) in xmlSchemaCheckDerivationOKRestriction2to4()
14255 WXS_ATTRUSE_TYPEDEF(bcur)), in xmlSchemaCheckDerivationOKRestriction2to4()
14270 xmlSchemaGetEffectiveValueConstraint(bcur, in xmlSchemaCheckDerivationOKRestriction2to4()
14282 xmlSchemaGetEffectiveValueConstraint(bcur, in xmlSchemaCheckDerivationOKRestriction2to4()
14353 bcur = baseUses->items[j]; in xmlSchemaCheckDerivationOKRestriction2to4()
[all …]
/third_party/libxml2/
Dxmlschemas.c14220 xmlSchemaAttributeUsePtr cur = NULL, bcur; in xmlSchemaCheckDerivationOKRestriction2to4() local
14232 bcur = baseUses->items[j]; in xmlSchemaCheckDerivationOKRestriction2to4()
14234 WXS_ATTRUSE_DECL_NAME(bcur)) && in xmlSchemaCheckDerivationOKRestriction2to4()
14236 WXS_ATTRUSE_DECL_TNS(bcur))) in xmlSchemaCheckDerivationOKRestriction2to4()
14247 (bcur->occurs == XML_SCHEMAS_ATTR_USE_REQUIRED)) in xmlSchemaCheckDerivationOKRestriction2to4()
14268 WXS_ATTRUSE_TYPEDEF(bcur), 0) != 0) in xmlSchemaCheckDerivationOKRestriction2to4()
14288 WXS_ATTRUSE_TYPEDEF(bcur)), in xmlSchemaCheckDerivationOKRestriction2to4()
14303 xmlSchemaGetEffectiveValueConstraint(bcur, in xmlSchemaCheckDerivationOKRestriction2to4()
14315 xmlSchemaGetEffectiveValueConstraint(bcur, in xmlSchemaCheckDerivationOKRestriction2to4()
14386 bcur = baseUses->items[j]; in xmlSchemaCheckDerivationOKRestriction2to4()
[all …]