Searched refs:_comp (Results 1 – 7 of 7) sorted by relevance
/third_party/libwebsockets/include/ |
D | libwebsockets.hxx | 103 lss(lws_ctx_t _ctx, std::string _uri, lsscomp_t _comp, bool _psh, 127 lssMsg(lws_ctx_t _ctx, lsscomp_t _comp, std::string _uri); 139 lsscomp_t _comp, bool _psh);
|
/third_party/libwebsockets/lib/secure-streams/cpp/ |
D | lss.cxx | 50 lss::lss(lws_ctx_t _ctx, std::string _uri, lsscomp_t _comp, bool _psh, in lss() argument 61 comp = _comp; in lss()
|
D | lssMsg.cxx | 53 lssMsg::lssMsg(lws_ctx_t ctx, lsscomp_t _comp, std::string uri) : in lssMsg() argument
|
/third_party/boost/boost/pending/ |
D | fenced_priority_queue.hpp | 44 fenced_priority_queue(const Compare _comp = Compare()) : PQ(_comp) {} in fenced_priority_queue() argument
|
/third_party/python/Lib/ |
D | zipfile.py | 595 self._comp = None 599 self._comp = lzma.LZMACompressor(lzma.FORMAT_RAW, filters=[ 605 if self._comp is None: 606 return self._init() + self._comp.compress(data) 607 return self._comp.compress(data) 610 if self._comp is None: 611 return self._init() + self._comp.flush() 612 return self._comp.flush()
|
/third_party/mindspore/mindspore/ccsrc/ |
D | CMakeLists.txt | 232 foreach(_comp ${SUB_COMP}) 233 add_subdirectory(${_comp}) 234 string(REPLACE "/" "_" sub ${_comp})
|
/third_party/python/ |
D | README.rst | 238 .. _comp.lang.python: https://mail.python.org/mailman/listinfo/python-list
|