Searched refs:base_token (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/boost/type_traits/ |
D | is_noncopyable.hpp | 28 struct base_token {}; struct 33 template<class T> struct is_noncopyable: is_base_and_derived<noncopyable_::base_token, T>
|
/third_party/boost/boost/core/ |
D | noncopyable.hpp | 34 struct base_token {}; struct 38 class noncopyable: base_token
|
/third_party/gn/src/gn/ |
D | parse_tree_unittest.cc | 23 Token base_token(Location(&input_file, 1, 1), Token::IDENTIFIER, "a"); in TEST() local 27 accessor.set_base(base_token); in TEST()
|
/third_party/libcoap/include/coap3/ |
D | coap_block_internal.h | 114 uint8_t base_token[8]; /**< established base PDU token */ member
|
/third_party/libcoap/src/ |
D | block.c | 306 cq->base_token, in coap_cancel_observe() 844 memset(lg_crcv->base_token, 0, sizeof(lg_crcv->base_token)); in coap_block_new_lg_crcv() 845 memcpy(lg_crcv->base_token, pdu->token, lg_crcv->token_length); in coap_block_new_lg_crcv() 1841 memcpy(p->token, p->base_token, p->base_token_length); in coap_handle_response_get_block() 1867 memcpy(p->token, p->base_token, p->base_token_length); in coap_handle_response_get_block()
|
D | net.c | 1101 lg_crcv->base_token); in coap_send() 1102 memcpy(lg_crcv->token, lg_crcv->base_token, in coap_send()
|