Home
last modified time | relevance | path

Searched refs:get_list (Results 1 – 17 of 17) sorted by relevance

/third_party/boost/libs/intrusive/perf/
Dperf_list.cpp70 struct get_list { typedef std::list<test_class<BigSize> > type; }; argument
105 typedef typename get_list<BigSize>::type stdlist; in test_std_list_push_back()
124 typedef typename get_list<BigSize>::type stdlist; in test_compact_std_ptrlist_push_back()
147 typedef typename get_list<BigSize>::type stdlist; in test_disperse_std_ptrlist_push_back()
198 typedef typename get_list<BigSize>::type stdlist; in test_std_list_reverse()
218 typedef typename get_list<BigSize>::type stdlist; in test_compact_std_ptrlist_reverse()
242 typedef typename get_list<BigSize>::type stdlist; in test_disperse_std_ptrlist_reverse()
303 typedef typename get_list<BigSize>::type stdlist; in test_std_list_sort()
328 typedef typename get_list<BigSize>::type stdlist; in test_compact_std_ptrlist_sort()
358 typedef typename get_list<BigSize>::type stdlist; in test_disperse_std_ptrlist_sort()
[all …]
/third_party/boost/libs/python/test/
Dextract.cpp28 extract<list> get_list((x)); in extract_list() local
31 bool is_list_1 = get_list.check(); in extract_list()
36 return get_list(); in extract_list()
/third_party/boost/boost/graph/planar_detail/
Dface_handles.hpp130 template < typename OutputIterator > void get_list(OutputIterator) in get_list() function
169 void get_list(OutputIterator out) in get_list() function
221 void get_list(OutputIterator out) in get_list() function
414 void get_list(OutputIterator o_itr) in get_list() function in boost::graph::detail::face_handle
416 pimpl->edge_list.get_list(o_itr); in get_list()
Dboyer_myrvold_impl.hpp1752 face_handles[v].get_list(std::back_inserter(perm[v])); in make_edge_permutation()
/third_party/cef/include/capi/
Dcef_values_capi.h161 struct _cef_list_value_t*(CEF_CALLBACK* get_list)(struct _cef_value_t* self);
434 struct _cef_list_value_t*(CEF_CALLBACK* get_list)(
658 CEF_CALLBACK* get_list)(struct _cef_list_value_t* self, size_t index);
/third_party/boost/tools/quickbook/src/
Dvalues.cpp53 value_node* value_node::get_list() const { UNDEFINED_ERROR(); } in get_list() function in quickbook::detail::value_node
642 virtual value_node* get_list() const;
678 value_node* value_list_impl::get_list() const { return head_; } in get_list() function in quickbook::detail::value_list_impl
685 x1 = other->get_list(); in equals()
Dvalues.hpp65 virtual value_node* get_list() const;
195 return iterator(value_->get_list()); in begin()
/third_party/cef/libcef_dll/ctocpp/
Dvalue_ctocpp.cc263 if (CEF_MEMBER_MISSING(_struct, get_list)) in GetList()
269 cef_list_value_t* _retval = _struct->get_list(_struct); in GetList()
Dlist_value_ctocpp.cc348 if (CEF_MEMBER_MISSING(_struct, get_list)) in GetList()
354 cef_list_value_t* _retval = _struct->get_list(_struct, index); in GetList()
Ddictionary_value_ctocpp.cc444 if (CEF_MEMBER_MISSING(_struct, get_list)) in GetList()
455 cef_list_value_t* _retval = _struct->get_list(_struct, key.GetStruct()); in GetList()
/third_party/python/Lib/idlelib/idle_test/
Dtest_config.py77 get_list = parser.GetOptionList
78 self.assertCountEqual(get_list('one'), ['one', 'two', 'three'])
79 self.assertCountEqual(get_list('two'), ['one', 'two', 'three'])
80 self.assertEqual(get_list('not exist'), [])
/third_party/cef/libcef_dll/cpptoc/
Dvalue_cpptoc.cc445 GetStruct()->get_list = value_get_list; in CefValueCppToC()
Dlist_value_cpptoc.cc577 GetStruct()->get_list = list_value_get_list; in CefListValueCppToC()
Ddictionary_value_cpptoc.cc715 GetStruct()->get_list = dictionary_value_get_list; in CefDictionaryValueCppToC()
/third_party/alsa-lib/src/ucm/
Dmain.c1053 #define get_list(list, result, type, member, s1) \ macro
1625 return get_list(&modifier->dev_list.list, list, in get_supcon_device_list()
1636 return get_list(&device->dev_list.list, list, in get_supcon_device_list()
1932 return get_list(&uc_mgr->active_devices, list, in get_enabled_device_list()
1948 return get_list(&uc_mgr->active_modifiers, list, in get_enabled_modifier_list()
/third_party/gstreamer/gstreamer/docs/random/ds/
D0.9-suggested-changes51 - make gst_bin_get_by_interface search on the list provided by this get_list
/third_party/gstreamer/gstreamer/
DChangeLog28381 get_list/get_buffer_list should be done with buffers in adapter remaining