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

  /external/icu4c/i18n/unicode/
fmtable.h 267 kObject
296 * possible loss of precision. If the type is kObject and the
322 * truncation of any fractional part. If the type is kObject and
348 * is kObject and the object is a Measure, then the result of
559 * the type to kObject. After this call, the caller must not
  /external/skia/include/utils/
SkJSON.h 19 kObject,
138 * if done() returns false and type() returns kObject.
222 * Should only be called if the Array's type is kObject.
241 SkASSERT(kObject == fType);
245 SkASSERT(kObject == fType);
  /external/skia/legacy/include/utils/
SkJSON.h 19 kObject,
138 * if done() returns false and type() returns kObject.
222 * Should only be called if the Array's type is kObject.
241 SkASSERT(kObject == fType);
245 SkASSERT(kObject == fType);
  /external/skia/legacy/src/animator/
SkOperand2.h 23 kObject = 16
47 void* getObject() { SkASSERT(fType == SkOperand2::kObject); return fOperand.fObject; }
SkScript.h 59 kObject = 16
  /external/skia/src/animator/
SkOperand2.h 23 kObject = 16
47 void* getObject() { SkASSERT(fType == SkOperand2::kObject); return fOperand.fObject; }
SkScript.h 59 kObject = 16
  /external/v8/include/
v8-profiler.h 253 kObject = 3, // A JS object (except for arrays and strings).
  /external/v8/src/
profile-generator.h 525 kObject = v8::HeapGraphNode::kObject,
    [all...]

Completed in 99 milliseconds