Lines Matching refs:args

110   static void RecvStart(const v8::FunctionCallbackInfo<v8::Value>& args);
111 static void RecvStop(const v8::FunctionCallbackInfo<v8::Value>& args);
129 static void GetFD(const v8::FunctionCallbackInfo<v8::Value>& args);
130 static void New(const v8::FunctionCallbackInfo<v8::Value>& args);
131 static void Open(const v8::FunctionCallbackInfo<v8::Value>& args);
132 static void Bind(const v8::FunctionCallbackInfo<v8::Value>& args);
133 static void Connect(const v8::FunctionCallbackInfo<v8::Value>& args);
134 static void Send(const v8::FunctionCallbackInfo<v8::Value>& args);
135 static void Bind6(const v8::FunctionCallbackInfo<v8::Value>& args);
136 static void Connect6(const v8::FunctionCallbackInfo<v8::Value>& args);
137 static void Send6(const v8::FunctionCallbackInfo<v8::Value>& args);
138 static void Disconnect(const v8::FunctionCallbackInfo<v8::Value>& args);
139 static void AddMembership(const v8::FunctionCallbackInfo<v8::Value>& args);
140 static void DropMembership(const v8::FunctionCallbackInfo<v8::Value>& args);
142 const v8::FunctionCallbackInfo<v8::Value>& args);
144 const v8::FunctionCallbackInfo<v8::Value>& args);
146 const v8::FunctionCallbackInfo<v8::Value>& args);
147 static void BufferSize(const v8::FunctionCallbackInfo<v8::Value>& args);
148 static void GetSendQueueSize(const v8::FunctionCallbackInfo<v8::Value>& args);
150 const v8::FunctionCallbackInfo<v8::Value>& args);
191 static void DoBind(const v8::FunctionCallbackInfo<v8::Value>& args,
193 static void DoConnect(const v8::FunctionCallbackInfo<v8::Value>& args,
195 static void DoSend(const v8::FunctionCallbackInfo<v8::Value>& args,
197 static void SetMembership(const v8::FunctionCallbackInfo<v8::Value>& args,
200 const v8::FunctionCallbackInfo<v8::Value>& args,