Searched refs:fieldList (Results 1 – 7 of 7) sorted by relevance
/external/smack/src/org/jivesoftware/smackx/ |
D | ReportedData.java | 80 List<Field> fieldList = new ArrayList<Field>(columns.size()); in ReportedData() local 89 fieldList.add(new Field(field.getVariable(), values)); in ReportedData() 91 rows.add(new Row(fieldList)); in ReportedData()
|
/external/chromium_org/third_party/angle/src/compiler/translator/ |
D | ParseContext.h | 145 TFieldList *addStructDeclaratorList(const TPublicType& typeSpecifier, TFieldList *fieldList); 146 …urceLoc& structLine, const TSourceLoc& nameLine, const TString *structName, TFieldList* fieldList); 148 …cType& typeQualifier, const TSourceLoc& nameLine, const TString& blockName, TFieldList* fieldList,
|
D | ParseContext.cpp | 1885 …cType& typeQualifier, const TSourceLoc& nameLine, const TString& blockName, TFieldList* fieldList, in addInterfaceBlock() argument 1920 for (size_t memberIndex = 0; memberIndex < fieldList->size(); ++memberIndex) { in addInterfaceBlock() 1921 TField* field = (*fieldList)[memberIndex]; in addInterfaceBlock() 1974 …TInterfaceBlock* interfaceBlock = new TInterfaceBlock(&blockName, fieldList, instanceName, arraySi… in addInterfaceBlock() 1983 for (size_t memberIndex = 0; memberIndex < fieldList->size(); ++memberIndex) in addInterfaceBlock() 1985 TField* field = (*fieldList)[memberIndex]; in addInterfaceBlock() 2544 …st *TParseContext::addStructDeclaratorList(const TPublicType& typeSpecifier, TFieldList *fieldList) in addStructDeclaratorList() argument 2546 if (voidErrorCheck(typeSpecifier.line, (*fieldList)[0]->name(), typeSpecifier)) { in addStructDeclaratorList() 2550 for (unsigned int i = 0; i < fieldList->size(); ++i) { in addStructDeclaratorList() 2554 TType* type = (*fieldList)[i]->type(); in addStructDeclaratorList() [all …]
|
D | glslang_tab.cpp | 300 TFieldList* fieldList; member 3371 …p[(2) - (5)]), *(yyvsp[(2) - (5)].lex).string, (yyvsp[(3) - (5)].interm.fieldList), NULL, (yyloc),… 3379 …p[(2) - (6)]), *(yyvsp[(2) - (6)].lex).string, (yyvsp[(3) - (6)].interm.fieldList), (yyvsp[(5) - (… 3387 …p[(2) - (9)]), *(yyvsp[(2) - (9)].lex).string, (yyvsp[(3) - (9)].interm.fieldList), (yyvsp[(5) - (… 4438 …) - (6)]), (yylsp[(2) - (6)]), (yyvsp[(2) - (6)].lex).string, (yyvsp[(5) - (6)].interm.fieldList)); 4450 …addStructure((yylsp[(1) - (5)]), (yyloc), NewPoolTString(""), (yyvsp[(4) - (5)].interm.fieldList)); 4457 (yyval.interm.fieldList) = (yyvsp[(1) - (1)].interm.fieldList); 4464 (yyval.interm.fieldList) = (yyvsp[(1) - (2)].interm.fieldList); 4465 for (size_t i = 0; i < (yyvsp[(2) - (2)].interm.fieldList)->size(); ++i) { 4466 TField* field = (*(yyvsp[(2) - (2)].interm.fieldList))[i]; [all …]
|
D | glslang_tab.h | 217 TFieldList* fieldList; member
|
D | OutputHLSL.cpp | 601 const TFieldList &fieldList = interfaceBlock.fields(); in header() local 605 for (unsigned int typeIndex = 0; typeIndex < fieldList.size(); typeIndex++) in header() 607 const TField &field = *fieldList[typeIndex]; in header()
|
D | glslang.y | 83 TFieldList* fieldList; member 193 %type <interm.fieldList> struct_declarator_list struct_declaration struct_declaration_list
|