Searched defs:func_names (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Target/
H A DTarget.cpp366 const std::vector<std::string> &func_names,
372 size_t num_names = func_names.size();
381 func_names,
392 const char *func_names[],
407 func_names,
364 CreateBreakpoint(const FileSpecList *containingModules, const FileSpecList *containingSourceFiles, const std::vector<std::string> &func_names, uint32_t func_name_type_mask, LazyBool skip_prologue, bool internal) argument
390 CreateBreakpoint(const FileSpecList *containingModules, const FileSpecList *containingSourceFiles, const char *func_names[], size_t num_names, uint32_t func_name_type_mask, LazyBool skip_prologue, bool internal) argument
/external/opencv/cxcore/include/
H A Dcxtypes.h1763 const char* func_names; member in struct:CvPluginFuncInfo

Completed in 652 milliseconds