Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/debug/wasm/gdb-server/
Dsession.cc21 bool Session::IsDataAvailable() const { return io_->IsDataAvailable(); } in IsDataAvailable() function in v8::internal::wasm::gdb_server::Session
Dtransport.cc162 bool Transport::IsDataAvailable() const { in IsDataAvailable() function in v8::internal::wasm::gdb_server::Transport
/third_party/protobuf/csharp/src/Google.Protobuf/
DParsingPrimitives.cs769 public static bool IsDataAvailable(ref ParserInternalState state, int size) in IsDataAvailable() method in Google.Protobuf.ParsingPrimitives