Home
last modified time | relevance | path

Searched refs:GetSendQueueSize (Results 1 – 2 of 2) sorted by relevance

/third_party/node/src/
Dudp_wrap.h148 static void GetSendQueueSize(const v8::FunctionCallbackInfo<v8::Value>& args);
Dudp_wrap.cc209 SetProtoMethodNoSideEffect(isolate, t, "getSendQueueSize", GetSendQueueSize); in Initialize()
789 void UDPWrap::GetSendQueueSize(const FunctionCallbackInfo<Value>& args) { in GetSendQueueSize() function in node::UDPWrap