Home
last modified time | relevance | path

Searched defs:ReadBool (Results 1 – 6 of 6) sorted by relevance

/external/v4l2_codec2/vda/
Dvp8_bool_decoder.cc159 bool Vp8BoolDecoder::ReadBool(bool* out, uint8_t probability) { in ReadBool() function in media::Vp8BoolDecoder
164 bool Vp8BoolDecoder::ReadBool(bool* out) { in ReadBool() function in media::Vp8BoolDecoder
Dvp9_raw_bits_reader.cc25 bool Vp9RawBitsReader::ReadBool() { in ReadBool() function in media::Vp9RawBitsReader
Dvp9_bool_decoder.cc91 bool Vp9BoolDecoder::ReadBool(int prob) { in ReadBool() function in media::Vp9BoolDecoder
/external/tensorflow/tensorflow/contrib/ignite/kernels/igfs/
Digfs_extended_tcp_client.cc47 Status ExtendedTCPClient::ReadBool(bool *res) { in ReadBool() function in tensorflow::ExtendedTCPClient
/external/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs534 public bool ReadBool() in ReadBool() method in Google.Protobuf.CodedInputStream
/external/libchrome/base/
Dpickle.cc84 bool PickleIterator::ReadBool(bool* result) { in ReadBool() function in base::PickleIterator