/third_party/boost/libs/intrusive/perf/ |
D | perf_list.cpp | 70 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/ |
D | extract.cpp | 28 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/ |
D | face_handles.hpp | 130 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()
|
D | boyer_myrvold_impl.hpp | 1752 face_handles[v].get_list(std::back_inserter(perm[v])); in make_edge_permutation()
|
/third_party/cef/include/capi/ |
D | cef_values_capi.h | 161 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/ |
D | values.cpp | 53 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()
|
D | values.hpp | 65 virtual value_node* get_list() const; 195 return iterator(value_->get_list()); in begin()
|
/third_party/cef/libcef_dll/ctocpp/ |
D | value_ctocpp.cc | 263 if (CEF_MEMBER_MISSING(_struct, get_list)) in GetList() 269 cef_list_value_t* _retval = _struct->get_list(_struct); in GetList()
|
D | list_value_ctocpp.cc | 348 if (CEF_MEMBER_MISSING(_struct, get_list)) in GetList() 354 cef_list_value_t* _retval = _struct->get_list(_struct, index); in GetList()
|
D | dictionary_value_ctocpp.cc | 444 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/ |
D | test_config.py | 77 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/ |
D | value_cpptoc.cc | 445 GetStruct()->get_list = value_get_list; in CefValueCppToC()
|
D | list_value_cpptoc.cc | 577 GetStruct()->get_list = list_value_get_list; in CefListValueCppToC()
|
D | dictionary_value_cpptoc.cc | 715 GetStruct()->get_list = dictionary_value_get_list; in CefDictionaryValueCppToC()
|
/third_party/alsa-lib/src/ucm/ |
D | main.c | 1053 #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/ |
D | 0.9-suggested-changes | 51 - make gst_bin_get_by_interface search on the list provided by this get_list
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 28381 get_list/get_buffer_list should be done with buffers in adapter remaining
|