Home
last modified time | relevance | path

Searched refs:get_node (Results 1 – 25 of 55) sorted by relevance

123

/third_party/boost/boost/multi_index/detail/
Drnd_node_iterator.hpp104 Node* get_node()const{return node;} in get_node() function in boost::multi_index::detail::rnd_node_iterator
115 return x.get_node()==y.get_node(); in operator ==()
123 return Node::distance(x.get_node(),y.get_node())>0; in operator <()
131 return Node::distance(y.get_node(),x.get_node()); in operator -()
Dindex_saver.hpp97 if(!alg.is_ordered(get_node(it))){ in save()
98 if(last_saved>1)save_node(get_node(prev),ar); in save()
99 save_node(get_node(it),ar); in save()
113 static Node* get_node(IndexIterator it) in get_node() function in boost::multi_index::detail::index_saver
115 return it.get_node(); in get_node()
Dbidir_node_iterator.hpp94 Node* get_node()const{return node;} in get_node() function in boost::multi_index::detail::bidir_node_iterator
105 return x.get_node()==y.get_node(); in operator ==()
Dduplicates_iterator.hpp74 Node* get_node()const{return node;} in get_node() function in boost::multi_index::detail::duplicates_iterator
102 return x.get_node()==y.get_node(); in operator ==()
Dhash_index_iterator.hpp122 Node* get_node()const{return node;} in get_node() function in boost::multi_index::detail::hashed_index_iterator
149 return x.get_node()==y.get_node(); in operator ==()
Dindex_matcher.hpp217 add_node_to_algorithm(get_node(it)); in execute()
235 static Node* get_node(IndexIterator it) in get_node() function in boost::multi_index::detail::index_matcher::algorithm
237 return static_cast<Node*>(it.get_node()); in get_node()
Dord_index_impl.hpp326 x,static_cast<final_node_type*>(position.get_node())); in insert()
336 x,static_cast<final_node_type*>(position.get_node())); in insert()
374 nh,static_cast<final_node_type*>(position.get_node())); in insert()
385 static_cast<final_node_type*>(position.get_node())); in extract()
401 this->final_erase_(static_cast<final_node_type*>(position++.get_node())); in erase()
438 x,static_cast<final_node_type*>(position.get_node())); in replace()
448 x,static_cast<final_node_type*>(position.get_node())); in replace()
469 mod,static_cast<final_node_type*>(position.get_node())); in modify()
490 mod,back_,static_cast<final_node_type*>(position.get_node())); in modify()
1012 index_node_type* x=it.get_node(); in invariant_()
[all …]
Dsafe_mode.hpp466 node_type* get_node()const{return this->base_reference().get_node();} in get_node() function in boost::multi_index::safe_mode::safe_iterator
/third_party/boost/boost/multi_index/
Dsequenced_index.hpp316 if(p.second&&position.get_node()!=header()){ in BOOST_MULTI_INDEX_OVERLOADS_TO_VARTEMPL_EXTRA_ARG()
317 relink(position.get_node(),p.first); in BOOST_MULTI_INDEX_OVERLOADS_TO_VARTEMPL_EXTRA_ARG()
328 if(p.second&&position.get_node()!=header()){ in insert()
329 relink(position.get_node(),p.first); in insert()
362 if(p.second&&position.get_node()!=header()){ in insert()
363 relink(position.get_node(),p.first); in insert()
375 static_cast<final_node_type*>(position.get_node())); in extract()
384 this->final_erase_(static_cast<final_node_type*>(position++.get_node())); in erase()
409 x,static_cast<final_node_type*>(position.get_node())); in replace()
419 x,static_cast<final_node_type*>(position.get_node())); in replace()
[all …]
Drandom_access_index.hpp354 if(p.second&&position.get_node()!=header()){ in BOOST_MULTI_INDEX_OVERLOADS_TO_VARTEMPL_EXTRA_ARG()
355 relocate(position.get_node(),p.first); in BOOST_MULTI_INDEX_OVERLOADS_TO_VARTEMPL_EXTRA_ARG()
366 if(p.second&&position.get_node()!=header()){ in insert()
367 relocate(position.get_node(),p.first); in insert()
411 if(p.second&&position.get_node()!=header()){ in insert()
412 relocate(position.get_node(),p.first); in insert()
424 static_cast<final_node_type*>(position.get_node())); in extract()
433 this->final_erase_(static_cast<final_node_type*>(position++.get_node())); in erase()
458 x,static_cast<final_node_type*>(position.get_node())); in replace()
468 x,static_cast<final_node_type*>(position.get_node())); in replace()
[all …]
Dhashed_index.hpp301 x,static_cast<final_node_type*>(position.get_node())); in insert()
311 x,static_cast<final_node_type*>(position.get_node())); in insert()
344 nh,static_cast<final_node_type*>(position.get_node())); in insert()
355 static_cast<final_node_type*>(position.get_node())); in extract()
371 this->final_erase_(static_cast<final_node_type*>(position++.get_node())); in erase()
419 x,static_cast<final_node_type*>(position.get_node())); in replace()
429 x,static_cast<final_node_type*>(position.get_node())); in replace()
450 mod,static_cast<final_node_type*>(position.get_node())); in modify()
471 mod,back_,static_cast<final_node_type*>(position.get_node())); in modify()
1121 index_node_type::from_impl(end_of_range(it.get_node()->impl()))); in equals()
[all …]
/third_party/boost/boost/heap/detail/
Dtree_iterator.hpp243 const Node * get_node() const in get_node() function in boost::heap::detail::tree_iterator
337 const Node * n = get_node(next); in increment()
339 const Node * parent = get_node(next)->get_parent(); in increment()
348 parent = get_node(next)->get_parent(); in increment()
360 return ValueExtractor::operator()(get_node(adaptor_type::base_reference())->value); in dereference()
363 static const Node * get_node(NodeIterator const & it) in get_node() function in boost::heap::detail::recursive_tree_iterator
368 const Node * get_node() const in get_node() function in boost::heap::detail::recursive_tree_iterator
370 return get_node(adaptor_type::base_reference()); in get_node()
/third_party/boost/boost/intrusive/detail/
Ddefault_header_holder.hpp43 BOOST_INTRUSIVE_FORCEINLINE const_node_ptr get_node() const in get_node() function
46 BOOST_INTRUSIVE_FORCEINLINE node_ptr get_node() in get_node() function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/
Doma_dm_client.c84 locuri = get_node(ctx->xml, node, "Item/Target/LocURI"); in oma_dm_get_target_locuri()
396 node = get_node(ctx->xml, exec, "Item/Data"); in oma_dm_exec_browser()
434 node = get_node(ctx->xml, exec, "Item/Data"); in oma_dm_exec_get_cert()
540 pps_node = get_node(ctx->xml, pps, pos); in oma_dm_run_add()
554 pps_node = get_node(ctx->xml, pps, uri); in oma_dm_run_add()
589 node = get_node(ctx->xml, add, "Item/Meta/Type"); in oma_dm_run_add()
602 node = get_node(ctx->xml, add, "Item/Data"); in oma_dm_run_add()
664 node = get_node(ctx->xml, add, "Item/Target/LocURI"); in oma_dm_add()
681 node = get_node(ctx->xml, add, "Item/Data"); in oma_dm_add()
770 pps_node = get_node(ctx->xml, pps, pos); in oma_dm_replace()
[all …]
Dosu_client.c157 node = get_node(ctx->xml, getcert, "enrollmentServerURI"); in osu_get_certificate()
171 node = get_node(ctx->xml, getcert, "estUserID"); in osu_get_certificate()
186 node = get_node(ctx->xml, getcert, "estPassword"); in osu_get_certificate()
316 url_node = get_node(ctx->xml, params, "CertURL"); in download_cert()
317 hash_node = get_node(ctx->xml, params, "CertSHA256Fingerprint"); in download_cert()
758 a = get_node(ctx->xml, node, "Username"); in get_user_pw()
765 a = get_node(ctx->xml, node, "Password"); in get_user_pw()
791 ssid = get_node(ctx->xml, spe, "SSID"); in set_pps_cred_policy_spe()
826 node = get_node(ctx->xml, prp, "Priority"); in set_pps_cred_policy_prp()
837 node = get_node(ctx->xml, prp, "Country"); in set_pps_cred_policy_prp()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/
Doma_dm_client.c84 locuri = get_node(ctx->xml, node, "Item/Target/LocURI"); in oma_dm_get_target_locuri()
396 node = get_node(ctx->xml, exec, "Item/Data"); in oma_dm_exec_browser()
434 node = get_node(ctx->xml, exec, "Item/Data"); in oma_dm_exec_get_cert()
540 pps_node = get_node(ctx->xml, pps, pos); in oma_dm_run_add()
554 pps_node = get_node(ctx->xml, pps, uri); in oma_dm_run_add()
589 node = get_node(ctx->xml, add, "Item/Meta/Type"); in oma_dm_run_add()
602 node = get_node(ctx->xml, add, "Item/Data"); in oma_dm_run_add()
664 node = get_node(ctx->xml, add, "Item/Target/LocURI"); in oma_dm_add()
681 node = get_node(ctx->xml, add, "Item/Data"); in oma_dm_add()
770 pps_node = get_node(ctx->xml, pps, pos); in oma_dm_replace()
[all …]
Dosu_client.c157 node = get_node(ctx->xml, getcert, "enrollmentServerURI"); in osu_get_certificate()
171 node = get_node(ctx->xml, getcert, "estUserID"); in osu_get_certificate()
186 node = get_node(ctx->xml, getcert, "estPassword"); in osu_get_certificate()
316 url_node = get_node(ctx->xml, params, "CertURL"); in download_cert()
317 hash_node = get_node(ctx->xml, params, "CertSHA256Fingerprint"); in download_cert()
758 a = get_node(ctx->xml, node, "Username"); in get_user_pw()
765 a = get_node(ctx->xml, node, "Password"); in get_user_pw()
791 ssid = get_node(ctx->xml, spe, "SSID"); in set_pps_cred_policy_spe()
826 node = get_node(ctx->xml, prp, "Priority"); in set_pps_cred_policy_prp()
837 node = get_node(ctx->xml, prp, "Country"); in set_pps_cred_policy_prp()
[all …]
/third_party/boost/boost/
Dmulti_index_container.hpp240 insert_ref_(*first,hint.get_node()).first); in multi_index_container()
267 hint=super::make_iterator(insert_(*first,hint.get_node()).first); in multi_index_container()
397 hint=x.make_iterator(x.insert_(*first,hint.get_node()).first); in operator =()
496 static_cast<final_node_type*>(it.get_node())); in project()
514 static_cast<final_node_type*>(it.get_node())); in project()
547 static_cast<final_node_type*>(it.get_node())); in project()
565 static_cast<final_node_type*>(it.get_node())); in project()
586 map.move_clone(it.get_node()); in multi_index_container()
624 map.copy_clone(it.get_node()); in copy_construct_from()
1097 sm.add(it.get_node(),ar,version); in save()
[all …]
/third_party/boost/libs/intrusive/test/
Ditestvalue.hpp221 const_pointer get_node() const in get_node() function in boost::intrusive::heap_node_holder
224 pointer get_node() in get_node() function in boost::intrusive::heap_node_holder
Dbounded_pointer.hpp419 const_pointer get_node () const in get_node() function in bounded_pointer_holder
422 pointer get_node () in get_node() function in bounded_pointer_holder
/third_party/mindspore/mindspore/core/ir/
Dpattern_matcher.h270 tuple_utils::PTupleGetNode get_node(node);
271 tuple_utils::apply_func_tuple(&get_node, args_);
272 auto prim_cnode = get_node.args_;
353 tuple_utils::PTupleGetNode get_node(node);
354 tuple_utils::apply_func_tuple(&get_node, args_);
355 auto prim_cnode = get_node.args_;
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/
Dpy_pass.cc118 auto para_node = res->get_node(pattern); in BuildNewParameter()
134 auto target_node = res->get_node(pattern); in ProcessSinglePattern()
/third_party/ntfs-3g/libfuse-lite/
Dfuse.c268 static struct node *get_node(struct fuse *f, fuse_ino_t nodeid) in get_node() function
344 struct node *parent = get_node(f, parentid); in hash_name()
489 for (node = get_node(f, nodeid); node && node->nodeid != FUSE_ROOT_ID; in get_path_name()
530 for (node = get_node(f, nodeid); node && node->nodeid != FUSE_ROOT_ID; in get_path_name()
569 node = get_node(f, nodeid); in forget_node()
1401 update_stat(get_node(f, ino), &buf); in fuse_lib_getattr()
1492 update_stat(get_node(f, ino), &buf); in fuse_lib_setattr()
1770 node = get_node(f, ino); in fuse_do_release()
1819 get_node(f, e.ino)->open_count++; in fuse_lib_create()
1855 node = get_node(f, ino); in open_auto_cache()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dxml-utils.c89 xml_node_t * get_node(struct xml_node_ctx *ctx, xml_node_t *root, in get_node() function
114 match = get_node(ctx, node, path); in get_child_node()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dxml-utils.c89 xml_node_t * get_node(struct xml_node_ctx *ctx, xml_node_t *root, in get_node() function
114 match = get_node(ctx, node, path); in get_child_node()

123