| /third_party/boost/boost/move/algo/detail/ |
| D | pdqsort.hpp | 66 struct pair struct 68 pair() in pair() argument 71 pair(const T1 &t1, const T2 &t2) in pair() argument 75 T1 first; 76 T2 second; 163 Iter last = end; in partition_right() local 205 Iter last = end; in partition_left() local
|
| /third_party/boost/libs/range/doc/ |
| D | example.cpp | 24 T first, last; member 126 Foo::Pair<iter> pair = { vec.begin(), vec.end() }; in main() local
|
| /third_party/boost/boost/math/tools/ |
| D | norms.hpp | 18 auto total_variation(ForwardIterator first, ForwardIterator last) in total_variation() 75 auto sup_norm(ForwardIterator first, ForwardIterator last) in sup_norm() 91 auto pair = std::minmax_element(first, last); in sup_norm() local 110 auto l1_norm(ForwardIterator first, ForwardIterator last) in l1_norm() 153 auto l2_norm(ForwardIterator first, ForwardIterator last) in l2_norm() 227 size_t l0_pseudo_norm(ForwardIterator first, ForwardIterator last) in l0_pseudo_norm() 270 auto lp_norm(ForwardIterator first, ForwardIterator last, unsigned p) in lp_norm()
|
| /third_party/libinput/src/ |
| D | util-strings.h | 265 char **pair; in kv_double_from_string() local 326 char *str, *last; in strstrip() local
|
| /third_party/boost/boost/ptr_container/ |
| D | ptr_map_adapter.hpp | 249 ptr_map_adapter_base( InputIterator first, InputIterator last ) in ptr_map_adapter_base() 254 ptr_map_adapter_base( InputIterator first, InputIterator last, in ptr_map_adapter_base() 261 ptr_map_adapter_base( InputIterator first, InputIterator last, in ptr_map_adapter_base() 447 void map_basic_clone_and_insert( II first, II last ) in map_basic_clone_and_insert() 486 ptr_map_adapter( InputIterator first, InputIterator last ) in ptr_map_adapter() 492 ptr_map_adapter( InputIterator first, InputIterator last, in ptr_map_adapter() 501 ptr_map_adapter( InputIterator first, InputIterator last, in ptr_map_adapter() 558 void insert( InputIterator first, InputIterator last ) // basic in insert() 662 BOOST_DEDUCED_TYPENAME PtrMapAdapter::iterator last, in transfer() 733 void map_basic_clone_and_insert( II first, II last ) in map_basic_clone_and_insert() [all …]
|
| /third_party/skia/tests/ |
| D | PathOpsTestCommon.cpp | 100 SkDCubicPair pair; in toQuadraticTs() local 125 int last = inflections - 1; in toQuadraticTs() local
|
| /third_party/flutter/skia/tests/ |
| D | PathOpsTestCommon.cpp | 99 SkDCubicPair pair; in toQuadraticTs() local 124 int last = inflections - 1; in toQuadraticTs() local
|
| /third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/ |
| D | index_sub_table_format4.cc | 69 int32_t last) in IndexSubTableFormat4() 316 CodeOffsetPairBuilder* pair = &(pair_list->at(location)); in FindCodeOffsetPair() local
|
| /third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/ |
| D | index_sub_table_format4.cc | 69 int32_t last) in IndexSubTableFormat4() 316 CodeOffsetPairBuilder* pair = &(pair_list->at(location)); in FindCodeOffsetPair() local
|
| /third_party/python/Parser/pegen/ |
| D | pegen.c | 1510 CmpopExprPair *pair = asdl_seq_GET(seq, i); in _PyPegen_get_cmpops() local 1527 CmpopExprPair *pair = asdl_seq_GET(seq, i); in _PyPegen_get_exprs() local 1644 KeyValuePair *pair = asdl_seq_GET(seq, i); in _PyPegen_get_keys() local 1660 KeyValuePair *pair = asdl_seq_GET(seq, i); in _PyPegen_get_values() local 1736 NameDefaultPair *pair = asdl_seq_GET(names_with_defaults, i); in _get_names() local 1751 NameDefaultPair *pair = asdl_seq_GET(names_with_defaults, i); in _get_defaults() local 2045 Token *last = asdl_seq_GET(strings, len - 1); in _PyPegen_concatenate_strings() local
|
| /third_party/skia/src/core/ |
| D | SkScan_Hairline.cpp | 273 Sk2s pair = Sk2s::Load(pts+i); in compute_nocheck_quad_bounds() local 410 Sk2s pair = Sk2s::Load(pts+i); in compute_nocheck_cubic_bounds() local 488 SkPoint* last = &pts[ptCount - 1]; in extend_pts() local
|
| D | SkVM.cpp | 521 const Instruction& last = program[lastId]; in eliminate_dead_code() local 863 F32 pair = x * (Pi - x); in approx_sin() local
|
| /third_party/flutter/skia/src/core/ |
| D | SkScan_Hairline.cpp | 264 Sk2s pair = Sk2s::Load(pts+i); in compute_nocheck_quad_bounds() local 401 Sk2s pair = Sk2s::Load(pts+i); in compute_nocheck_cubic_bounds() local 479 SkPoint* last = &pts[ptCount - 1]; in extend_pts() local
|
| /third_party/python/Objects/ |
| D | odictobject.c | 1161 OrderedDict_popitem_impl(PyODictObject *self, int last) in OrderedDict_popitem_impl() 1318 OrderedDict_move_to_end_impl(PyODictObject *self, PyObject *key, int last) in OrderedDict_move_to_end_impl() 1447 PyObject *pair; in odict_repr() local 2188 PyObject *pair, *iterator, *unexpected; in mutablemapping_add_pairs() local
|
| /third_party/mksh/ |
| D | histrap.c | 92 const char *p, *first = NULL, *last = NULL; in c_fc() local 464 int last = histptr - history; in histnum() local 1057 const struct mksh_sigpair *pair; in inittraps() local
|
| /third_party/boost/tools/quickbook/src/ |
| D | actions.cpp | 872 for (string_iterator first = value.begin(), last = value.end(); in write_plain_text() local 893 value_consumer pair = pair_; in image_action() local 1249 parse_iterator last(source.end()); in parse_template() local 1949 parse_iterator first, parse_iterator last) in success()
|
| /third_party/lwip/src/apps/http/ |
| D | httpd.c | 369 struct http_state *last; in http_remove_connection() local 690 char *pair; in extract_uri_parameters() local
|
| /third_party/harfbuzz/src/ |
| D | hb-aat-layout-kerx-table.hh | 98 hb_glyph_pair_t pair = {left, right}; in get_kerning() local 268 bool last = false; in transition() local
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| D | hb-aat-layout-kerx-table.hh | 98 hb_glyph_pair_t pair = {left, right}; in get_kerning() local 268 bool last = false; in transition() local
|
| /third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
| D | hb-aat-layout-kerx-table.hh | 98 hb_glyph_pair_t pair = {left, right}; in get_kerning() local 270 bool last = false; in transition() local
|
| /third_party/python/Modules/ |
| D | _sre.c | 894 const void* last; in _sre_SRE_Pattern_split_impl() local 2156 PyObject* pair; in _pair() local
|
| D | _pickle.c | 6204 PyObject *last; in load_dup() local 6315 PyObject *pair; /* (module_name, class_name) */ in load_extension() local
|
| /third_party/googletest/googlemock/test/ |
| D | gmock-matchers_test.cc | 1692 PairWithGet pair{7, "ABC"}; in TEST() local 5231 Streamlike(InIter first, InIter last) : remainder_(first, last) {} in Streamlike()
|