Home | History | Annotate | Download | only in source

Lines Matching refs:index

53 	for (size_t index = 0; index < fList.size (); index++)
56 if (fList [index])
59 delete fList [index];
61 fList [index] = NULL;
93 for (size_t index = 0; index < fList.size (); index++)
96 if (includeOptional || !fList [index]->Optional ())
99 result = Max_uint32 (result, fList [index]->MinVersion ());
116 for (uint32 index = 0; index < Count (); index++)
119 dng_opcode &opcode (Entry (index));
173 for (size_t index = 0; index < fList.size (); index++)
176 stream.Put_uint32 (fList [index]->OpcodeID ());
177 stream.Put_uint32 (fList [index]->MinVersion ());
178 stream.Put_uint32 (fList [index]->Flags ());
180 fList [index]->PutData (stream);
200 for (size_t index = 0; index < fList.size (); index++)
203 stream.Put_uint32 (fList [index]->OpcodeID ());
204 stream.Put_uint32 (fList [index]->MinVersion ());
205 stream.Put_uint32 (fList [index]->Flags ());
207 if (fList [index]->OpcodeID () != dngOpcode_Private)
210 fList [index]->PutData (stream);
253 for (uint32 index = 0; index < count; index++)