Home
last modified time | relevance | path

Searched refs:IsDataAvailable (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H A Dsession.cc21 bool Session::IsDataAvailable() const { return io_->IsDataAvailable(); } in IsDataAvailable() function in v8::internal::wasm::gdb_server::Session
H A Dtransport.h92 virtual bool IsDataAvailable() const = 0;
122 bool IsDataAvailable() const override;
H A Dsession.h32 bool IsDataAvailable() const;
H A Dtransport.cc162 bool Transport::IsDataAvailable() const { in IsDataAvailable() function in v8::internal::wasm::gdb_server::Transport
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DParsingPrimitives.cs625 if (IsDataAvailable(ref state, length)) in ReadStringSlow()
769 public static bool IsDataAvailable(ref ParserInternalState state, int size) in IsDataAvailable() method in Google.Protobuf.ParsingPrimitives
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
H A DRepeatedField.cs136 if (codec.FixedSize > 0 && length % codec.FixedSize == 0 && ParsingPrimitives.IsDataAvailable(ref ctx.state, length)) in AddEntriesFrom()

Completed in 4 milliseconds