Searched defs:IsDataAvailable (Results 1 – 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/debug/wasm/gdb-server/ | ||
D | session.cc | 21 bool Session::IsDataAvailable() const { return io_->IsDataAvailable(); } in IsDataAvailable() function in v8::internal::wasm::gdb_server::Session |
D | transport.cc | 162 bool Transport::IsDataAvailable() const { in IsDataAvailable() function in v8::internal::wasm::gdb_server::Transport |
/third_party/protobuf/csharp/src/Google.Protobuf/ | ||
D | ParsingPrimitives.cs | 769 public static bool IsDataAvailable(ref ParserInternalState state, int size) in IsDataAvailable() method in Google.Protobuf.ParsingPrimitives |