HomeSort by relevance Sort by last modified time
    Searched refs:getFieldCount (Results 1 - 17 of 17) sorted by null

  /external/icu4c/layout/
ValueRecords.h 39 static le_int16 getFieldCount(ValueFormat valueFormat);
ValueRecords.cpp 30 le_int16 baseIndex = getFieldCount(valueFormat) * index;
247 return getFieldCount(valueFormat) * sizeof(le_int16);
250 le_int16 ValueRecord::getFieldCount(ValueFormat valueFormat)
301 return getFieldCount(valueFormat & beforeMasks[field]);
  /external/clang/include/clang/AST/
RecordLayout.h 123 /// getFieldCount - Get the number of fields in the layout.
124 unsigned getFieldCount() const { return FieldCount; }
  /frameworks/rs/
rsElement.cpp 229 if (!ee->getFieldCount() &&
262 if (ee->getFieldCount() == count) {
420 (*elemData++) = e->getFieldCount();
426 rsAssert(e->getFieldCount() == dataSize);
rsElement.h 96 uint32_t getFieldCount() const {return mFieldCount;}
rsAllocation.cpp 120 if (cIdx >= mHal.state.type->getElement()->getFieldCount()) {
160 if (cIdx >= mHal.state.type->getElement()->getFieldCount()) {
221 uint32_t fieldCount = elem->getFieldCount();
rsMesh.cpp 228 for (uint32_t ct=0; ct < bufferElem->getFieldCount(); ct++) {
  /external/clang/lib/CodeGen/
CGObjCRuntime.cpp 62 assert(Index < RL->getFieldCount() && "Ivar is not inside record layout!");
CGRecordLayoutBuilder.cpp     [all...]
CGExprScalar.cpp     [all...]
TargetInfo.cpp     [all...]
CGObjCMac.cpp     [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
Descriptors.java 576 fields = new FieldDescriptor[proto.getFieldCount()];
577 for (int i = 0; i < proto.getFieldCount(); i++) {
    [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /external/jdiff/
xerces.jar 

Completed in 317 milliseconds