Home
last modified time | relevance | path

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

/external/cronet/stable/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
/external/cronet/tot/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
/external/protobuf/csharp/src/Google.Protobuf/
DParsingPrimitives.cs769 public static bool IsDataAvailable(ref ParserInternalState state, int size) in IsDataAvailable() method in Google.Protobuf.ParsingPrimitives
/external/iamf_tools/iamf/common/
Dread_bit_buffer.cc257 bool ReadBitBuffer::IsDataAvailable() const { in IsDataAvailable() function in iamf_tools::ReadBitBuffer
/external/iamf_tools/iamf/common/tests/
Dread_bit_buffer_test.cc684 TYPED_TEST(ReadBitBufferTest, IsDataAvailable) { in TYPED_TEST() argument