OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:namedValueStride
(Results
1 - 2
of
2
) sorted by null
/external/deqp/framework/delibs/decpp/
deCommandLine.hpp
279
size_t
namedValueStride
;
293
,
namedValueStride
(0)
330
const void* match = findNamedValueMatch(src, info->namedValues, info->namedValuesEnd, info->
namedValueStride
);
385
opt.
namedValueStride
= sizeof(*option.namedValues);
deCommandLine.cpp
265
for (const void* curValue = opt.namedValues; curValue != opt.namedValuesEnd; curValue = (const void*)((deUintptr)curValue + opt.
namedValueStride
))
Completed in 1654 milliseconds