OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InitParams
(Results
1 - 4
of
4
) sorted by null
/external/flatbuffers/include/flatbuffers/
flatc.h
59
struct
InitParams
{
60
InitParams
()
72
explicit FlatCompiler(const
InitParams
¶ms) : params_(params) {}
91
InitParams
params_;
/external/libchrome/base/task_scheduler/
task_scheduler.h
54
struct BASE_EXPORT
InitParams
{
64
InitParams
(
73
~
InitParams
();
96
const
InitParams
& init_params,
/external/flatbuffers/src/
flatc_main.cpp
94
flatbuffers::FlatCompiler::
InitParams
params;
/external/webp/src/utils/
quant_levels_dec_utils.c
216
static int
InitParams
(uint8_t* const data, int width, int height, int stride,
276
if (!
InitParams
(data, width, height, stride, radius, &p)) return 0;
Completed in 285 milliseconds