HomeSort by relevance Sort by last modified time
    Searched defs:AllowsAliasing (Results 1 - 3 of 3) sorted by null

  /external/protobuf/src/google/protobuf/io/
zero_copy_stream.h 230 // implement this in a way that avoids copying. Check AllowsAliasing() before
237 virtual bool AllowsAliasing() const { return false; }
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
zero_copy_stream.h 230 // implement this in a way that avoids copying. Check AllowsAliasing() before
237 virtual bool AllowsAliasing() const { return false; }
  /system/extras/perfprofd/
perfprofd_io.cc 73 bool AllowsAliasing() const override;
117 bool GzipOutputStream::AllowsAliasing() const {

Completed in 91 milliseconds