Searched refs:rowType (Results 1 – 4 of 4) sorted by relevance
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/type/ |
D | TestGenericsBounded.java | 156 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/ |
D | type_mat.hpp | 11 … precision P, template <class, precision> class colType, template <class, precision> class rowType>
|
/external/angle/src/compiler/translator/TranslatorMetalDirect/ |
D | ModifyStruct.cpp | 743 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/ |
D | restsnew.cpp | 890 UResType rowType=tablerow.getType(); in testTag() local 891 CONFIRM_EQ(rowType, URES_ARRAY); in testTag()
|