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

  /external/skia/include/core/
SkStream.h 241 enum Ownership {
250 explicit SkFILEStream(FILE* file, Ownership ownership = kCallerPasses_Ownership);
280 Ownership fOwnership;
  /external/ceres-solver/include/ceres/
types.h 51 // Argument type used in interfaces that can optionally take ownership
53 // object takes ownership of the pointer argument, and will call
55 enum Ownership {

Completed in 47 milliseconds