Home
last modified time | relevance | path

Searched defs:stateful (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/container/test/
Dresource_adaptor_test.cpp90 struct stateful struct
97 { typedef stateful other; }; argument
99 stateful() in stateful() function
109 friend bool operator==(const stateful &l, const stateful &r) in operator ==() argument
125 stateful a; in test_get_allocator() argument
/third_party/lwip/src/include/netif/ppp/
Dmppe.h165 unsigned int stateful :1; /* stateful mode flag */ member
/third_party/mindspore/mindspore/ops/operations/
Dother_ops.py937 def __init__(self, fn, in_types, in_shapes, out_types, out_shapes, stateful=True): argument
/third_party/openssl/test/
Dsslapitest.c1378 static int setup_ticket_test(int stateful, int idx, SSL_CTX **sctx, in setup_ticket_test()
1459 static int test_tickets(int stateful, int idx) in test_tickets()