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

  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
NativeFrame.java 89 NativeBuffer structData = null;
91 structData = (NativeBuffer)structClass.newInstance();
98 if (!getNativeBuffer(structData)) {
103 structData.attachToFrame(this);
105 return structData;
  /external/clang/include/clang/AST/
APValue.h 92 struct StructData {
96 StructData(unsigned NumBases, unsigned NumFields);
97 ~StructData();
113 ComplexAPFloat, Vec, Arr, StructData,
301 return ((const StructData*)(const char*)Data.buffer)->NumBases;
305 return ((const StructData*)(const char*)Data.buffer)->NumFields;
309 return ((StructData*)(char*)Data.buffer)->Elts[i];
313 return ((StructData*)(char*)Data.buffer)->Elts[getStructNumBases() + i];
433 new ((void*)(char*)Data.buffer) StructData(B, M);
  /external/clang/lib/AST/
APValue.cpp 113 APValue::StructData::StructData(unsigned NumBases, unsigned NumFields) :
116 APValue::StructData::~StructData() {
205 ((StructData*)(char*)Data.buffer)->~StructData();

Completed in 181 milliseconds