Home
last modified time | relevance | path

Searched refs:rowType (Results 1 – 4 of 4) sorted by relevance

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/type/
DTestGenericsBounded.java156 JavaType rowType = resultSetType.containedType(0); in testIssue778() local
157 assertNotNull(rowType); in testIssue778()
158 assertEquals(RowWithDoc.class, rowType.getRawClass()); in testIssue778()
160 assertEquals(1, rowType.containedTypeCount()); in testIssue778()
161 JavaType docType = rowType.containedType(0); in testIssue778()
/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_mat.hpp11 … precision P, template <class, precision> class colType, template <class, precision> class rowType>
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DModifyStruct.cpp743 TType &rowType = DropColumns(type); in SplitMatrixColumns() local
749 state.addModifiedField(field, rowType, storage, packing, state.symbolEnv.isPointer(field)); in SplitMatrixColumns()
/external/icu/icu4c/source/test/intltest/
Drestsnew.cpp890 UResType rowType=tablerow.getType(); in testTag() local
891 CONFIRM_EQ(rowType, URES_ARRAY); in testTag()