Searched refs:ssn (Results 1 – 10 of 10) sorted by relevance
/third_party/boost/libs/multi_index/test/ |
D | employee.hpp | 35 int ssn; member 38 id(id_),name(name_),age(age_),ssn(ssn_) in employee() 42 id(x.id),name(x.name),age(x.age),ssn(x.ssn) in employee() 46 id(x.id),name(boost::move(x.name)),age(x.age),ssn(x.ssn) in employee() 54 ssn=x.ssn; in operator =() 63 ssn=x.ssn; in operator =() 102 struct ssn{}; struct 118 boost::multi_index::tag<ssn>, 119 BOOST_MULTI_INDEX_MEMBER(employee,int,ssn)>, 142 employee_set,ssn>::type employee_set_by_ssn;
|
D | test_special_set_ops.cpp | 75 get<ssn>(es).equal_range( in test_special_set_ops() 81 get<ssn>(es).count( in test_special_set_ops() 85 get<ssn>(es).find( in test_special_set_ops()
|
D | test_projection.cpp | 65 it4= project<ssn>(es,it3); in test_projection() 79 BOOST_TEST(project<ssn>(es,es.end())==get<ssn>(es).end()); in test_projection() 128 cit4= project<ssn>(ces,cit3); in test_projection()
|
D | test_set_ops.cpp | 62 employee_set_by_ssn& i4=get<ssn>(es); in test_set_ops()
|
D | test_basic.cpp | 76 employee_set_by_ssn& i4=get<ssn>(es); in test_basic()
|
D | test_modifiers.cpp | 166 employee_set_by_ssn& i4=get<ssn>(es); in test_modifiers() 190 BOOST_TEST((--it3)->ssn==6201); in test_modifiers()
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_header.h | 159 uint16_t ssn; member 415 uint16_t ssn; member
|
D | sctp_indata.c | 1761 mid = (uint32_t)(ntohs(chunk->dp.ssn)); in sctp_process_a_data_chunk() 5740 mid = (uint32_t)ntohs(stseq->ssn);
|
D | sctp_output.c | 8155 dchkh->dp.ssn = htons((uint16_t)chk->rec.data.mid); 11063 strseq->ssn = htons((uint16_t)at->rec.data.mid);
|
/third_party/libxml2/result/HTML/ |
D | doc3.htm.sax | 2718 SAX.startElement(a, href='http://www.goto.com/d/search/ssn/?fromGIF=true', target='_blank') 2723 SAX.startElement(a, href='http://www.goto.com/d/search/ssn/?fromGIF=true', target='_blank')
|