Home
last modified time | relevance | path

Searched defs:firstElement (Results 1 – 15 of 15) sorted by relevance

/third_party/node/deps/icu-small/source/common/
Duvector.h164 inline void* firstElement() const {return elementAt(0);} in firstElement() function
Ducharstriebuilder.cpp246 const UCharsTrieElement &firstElement=elements[first]; in getLimitOfLinearMatch() local
Dbytestriebuilder.cpp297 const BytesTrieElement &firstElement=elements[first]; in getLimitOfLinearMatch() local
/third_party/skia/third_party/externals/icu/source/common/
Duvector.h369 inline void* UVector::firstElement(void) const { in firstElement() function
Ducharstriebuilder.cpp246 const UCharsTrieElement &firstElement=elements[first]; in getLimitOfLinearMatch() local
Dbytestriebuilder.cpp297 const BytesTrieElement &firstElement=elements[first]; in getLimitOfLinearMatch() local
/third_party/icu/icu4c/source/common/
Duvector.h164 inline void* firstElement(void) const {return elementAt(0);} in firstElement() function
Ducharstriebuilder.cpp246 const UCharsTrieElement &firstElement=elements[first]; in getLimitOfLinearMatch() local
Dbytestriebuilder.cpp297 const BytesTrieElement &firstElement=elements[first]; in getLimitOfLinearMatch() local
/third_party/skia/experimental/sktext/editor/
DTexts.h159 …Position firstElement(PositionType positionType) const { return fSelectableText->firstPosition(pos… in firstElement() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorCopyTests.cpp626 const deUint32 firstElement = getFirstWrittenElement(); in getDescriptorWrite() local
1110 const deUint32 firstElement = getFirstWrittenElement(); in getDescriptorWrite() local
1340 const deUint32 firstElement = getFirstWrittenElement(); in getDescriptorWrite() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/
DRewriteRowMajorMatrices.cpp258 TIntermTyped *firstElement = mReadTransformConstructorArgs.front()->getAsTyped(); in constructReadTransformExpression() local
/third_party/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_dx.h1107 uint32 firstElement; member
1119 uint32 firstElement; member
1170 uint32 firstElement; member
1307 uint32 firstElement; member
/third_party/vk-gl-cts/framework/referencerenderer/
DrrRenderer.cpp1698 PrimitiveList::PrimitiveList (PrimitiveType primitiveType, int numElements, const int firstElement) in PrimitiveList()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DParseContext.cpp4227 TIntermTyped *firstElement = arguments.at(0)->getAsTyped(); in addConstructor() local