Home
last modified time | relevance | path

Searched refs:base_token (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/type_traits/
Dis_noncopyable.hpp28 struct base_token {}; struct
33 template<class T> struct is_noncopyable: is_base_and_derived<noncopyable_::base_token, T>
/third_party/boost/boost/core/
Dnoncopyable.hpp34 struct base_token {}; struct
38 class noncopyable: base_token
/third_party/gn/src/gn/
Dparse_tree_unittest.cc23 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/
Dcoap_block_internal.h114 uint8_t base_token[8]; /**< established base PDU token */ member
/third_party/libcoap/src/
Dblock.c306 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()
Dnet.c1101 lg_crcv->base_token); in coap_send()
1102 memcpy(lg_crcv->token, lg_crcv->base_token, in coap_send()