Home
last modified time | relevance | path

Searched defs:InitParams (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/task_scheduler/
Dtask_scheduler.h54 struct BASE_EXPORT InitParams { struct
64 InitParams( argument
96 const InitParams& init_params, argument
Dtask_scheduler.cc26 TaskScheduler::InitParams::InitParams( in InitParams() function in base::TaskScheduler::InitParams
/external/flatbuffers/include/flatbuffers/
Dflatc.h63 struct InitParams { struct
64 InitParams() in InitParams() argument
76 explicit FlatCompiler(const InitParams &params) : params_(params) {} in FlatCompiler() argument
/external/webp/src/utils/
Dquant_levels_dec_utils.c216 static int InitParams(uint8_t* const data, int width, int height, int stride, in InitParams() function