Lines Matching defs:const
56 Message& operator=(const Message&) = delete;
57 Message(const Message&) = delete;
61 bool IsCloseMessage() const;
78 const TransferList& transfer_list,
96 const std::vector<std::unique_ptr<TransferData>>& transferables() const {
99 bool has_transferables() const {
103 void MemoryInfo(MemoryTracker* tracker) const override;
124 static std::shared_ptr<SiblingGroup> Get(const std::string& name);
128 explicit SiblingGroup(const std::string& name);
148 const std::string& name() const { return name_; }
150 size_t size() const { return ports_.size(); }
153 const std::string name_;
157 static void CheckSiblingGroup(const std::string& name);
175 MessagePortData(const MessagePortData& other) = delete;
176 MessagePortData& operator=(const MessagePortData& other) = delete;
195 void MemoryInfo(MemoryTracker* tracker) const override;
247 const TransferList& transfer);
255 static void New(const v8::FunctionCallbackInfo<v8::Value>& args);
257 static void PostMessage(const v8::FunctionCallbackInfo<v8::Value>& args);
258 static void Start(const v8::FunctionCallbackInfo<v8::Value>& args);
259 static void Stop(const v8::FunctionCallbackInfo<v8::Value>& args);
260 static void CheckType(const v8::FunctionCallbackInfo<v8::Value>& args);
261 static void Drain(const v8::FunctionCallbackInfo<v8::Value>& args);
262 static void ReceiveMessage(const v8::FunctionCallbackInfo<v8::Value>& args);
265 static void MoveToContext(const v8::FunctionCallbackInfo<v8::Value>& args);
287 inline bool IsDetached() const;
289 TransferMode GetTransferMode() const override;
292 void MemoryInfo(MemoryTracker* tracker) const override;
324 static void New(const v8::FunctionCallbackInfo<v8::Value>& args);
326 TransferMode GetTransferMode() const override;
328 std::unique_ptr<TransferData> CloneForMessaging() const override;
330 NestedTransferables() const override;
340 std::unique_ptr<TransferData> TransferOrClone(TransferMode mode) const;