Home
last modified time | relevance | path

Searched defs:isLast (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/toolchain/websocket/client/
Dwebsocket_client.cpp287 std::string WebSocketClient::CreateFrame(bool isLast, FrameType frameType) const in CreateFrame()
293 std::string WebSocketClient::CreateFrame(bool isLast, FrameType frameType, const std::string& paylo… in CreateFrame()
299 std::string WebSocketClient::CreateFrame(bool isLast, FrameType frameType, std::string&& payload) c… in CreateFrame()
/arkcompiler/toolchain/websocket/server/
Dwebsocket_server.cpp402 std::string WebSocketServer::CreateFrame(bool isLast, FrameType frameType) const in CreateFrame()
408 std::string WebSocketServer::CreateFrame(bool isLast, FrameType frameType, const std::string& paylo… in CreateFrame()
414 std::string WebSocketServer::CreateFrame(bool isLast, FrameType frameType, std::string&& payload) c… in CreateFrame()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp312 bool isLast = (idx == maxPropsNum - 1); in FindElementWithCache() local