Home
last modified time | relevance | path

Searched refs:get_id (Results 26 - 50 of 62) sorted by relevance

123

/third_party/rust/crates/clap/clap_mangen/src/
H A Drender.rs69 line.push(italic(arg.get_id().as_str()));
168 header.push(italic(pos.get_id().as_str()));
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DRendererGL.cpp376 std::thread::id threadID = std::this_thread::get_id(); in bindWorkerContext()
406 std::thread::id threadID = std::this_thread::get_id(); in unbindWorkerContext()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
H A DContext.cpp298 auto threadIt = ctx->threadsByStdId.find(std::this_thread::get_id()); in currentThread()
310 ctx->threadsByStdId.emplace(std::this_thread::get_id(), thread); in currentThread()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
H A DDisplayGLX.cpp268 mCurrentNativeContexts[std::this_thread::get_id()] = mContext; in initialize()
411 newContext != mCurrentNativeContexts[std::this_thread::get_id()]) in makeCurrent()
417 mCurrentNativeContexts[std::this_thread::get_id()] = newContext; in makeCurrent()
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dscheduler.cpp58 auto id = std::this_thread::get_id(); in threadID()
108 auto tid = std::this_thread::get_id(); in bind()
119 auto tid = std::this_thread::get_id(); in unbind()
H A Dtrace.cpp191 : threadID(std::hash<std::thread::id>()(std::this_thread::get_id())) { in Event()
/third_party/libabigail/src/
H A Dabg-corpus.cc141 const string& fn_id = priv_->get_id(*fn); in maybe_add_fn_to_exported_fns()
164 const string& var_id = priv_->get_id(*var); in maybe_add_var_to_exported_vars()
1276 /// either the result of invoking function::get_id() of
1766 interned_string fid = (*f)->get_id(); in get_functions()
1804 interned_string vid = (*v)->get_id(); in get_variables()
/third_party/rust/crates/clap/src/builder/
H A Dcommand.rs3523 .find(|arg| arg.get_id() == id) in get_global_arg_conflicts_with()
3551 .any(|ar| ar.get_id() == arg.get_id()) in get_subcommands_containing()
3867 ag.args.push(a.get_id().clone());
3870 ag.args.push(a.get_id().clone());
4133 .map(|arg| arg.get_id().clone())
4378 self.args.args().find(|a| a.get_id() == arg_id)
4438 self.args.args().any(|x| x.get_id() == id) || self.groups.iter().any(|x| x.id == *id)
4468 reqs.insert(a.get_id().clone());
4531 r_vec.push(req.get_id())
[all...]
H A Darg.rs3699 pub fn get_id(&self) -> &Id { in get_id() functions
3975 /// .find(|a| a.get_id() == "port").unwrap()
4118 debug!("Arg::name_no_brackets:{}", self.get_id());
4138 self.get_id().as_str().to_owned()
4252 self.get_id() == other.get_id() in eq()
4264 self.get_id().cmp(other.get_id()) in cmp()
/third_party/rust/crates/clap/tests/builder/
H A Dconflicts.rs316 assert_eq!(result[0].get_id(), "some"); in get_arg_conflicts_with_group()
317 assert_eq!(result[1].get_id(), "other"); in get_arg_conflicts_with_group()
H A Dtests.rs420 .map(|a| a.get_id().clone()) in mut_arg_all()
/third_party/gn/src/base/
H A Dlogging.cc199 stream_ << std::this_thread::get_id() << ':'; in Init()
/third_party/libexif/libexif/apple/
H A Dexif-mnote-data-apple.c294 md->methods.get_id = exif_mnote_data_apple_get_id; in exif_mnote_data_apple_new()
/third_party/python/Lib/
H A Dsymtable.py77 def get_id(self): member in SymbolTable
/third_party/backends/backend/
H A Dgt68xx_low.c1034 if (dev->model->command_set->get_id) in gt68xx_device_get_id()
1035 return (*dev->model->command_set->get_id) (dev); in gt68xx_device_get_id()
H A Dgt68xx_low.h391 SANE_Status (*get_id) (GT68xx_Device * dev); member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
H A DDisplayWGL.cpp675 CurrentNativeContext &currentContext = mCurrentNativeContexts[std::this_thread::get_id()]; in makeCurrent()
904 CurrentNativeContext &currentContext = mCurrentNativeContexts[std::this_thread::get_id()]; in createRenderer()
/third_party/mesa3d/src/amd/compiler/
H A Daco_register_allocation.cpp345 unsigned get_id(PhysReg reg) in get_id() function in aco::__anon6956::RegisterFile
1076 reg_file.get_id(op.reg) == instr->operands[i].tempId()) { in get_reg_for_create_vector_copy()
1284 reg_file.get_id(reg_win.lo()) == reg_file.get_id(reg_win.lo().advance(-1))) in get_reg_impl()
1287 reg_file.get_id(reg_win.hi().advance(-1)) == reg_file.get_id(reg_win.hi())) in get_reg_impl()
1758 reg_file.get_id(reg_win.lo()) == reg_file.get_id(reg_win.lo().advance(-1))) in get_reg_create_vector()
1761 reg_file.get_id(reg_win.hi().advance(-1)) == reg_file.get_id(reg_wi in get_reg_create_vector()
[all...]
/third_party/libexif/libexif/pentax/
H A Dexif-mnote-data-pentax.c466 d->methods.get_id = exif_mnote_data_pentax_get_id; in exif_mnote_data_pentax_new()
/third_party/libexif/libexif/fuji/
H A Dexif-mnote-data-fuji.c366 d->methods.get_id = exif_mnote_data_fuji_get_id; in exif_mnote_data_fuji_new()
/third_party/libexif/libexif/canon/
H A Dexif-mnote-data-canon.c426 d->methods.get_id = exif_mnote_data_canon_get_id; in exif_mnote_data_canon_new()
/third_party/rust/crates/clap/clap_complete_fig/src/
H A Dfig.rs366 escape_string(arg.get_id().as_str()), in gen_args()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
H A DDisplayEGL.cpp723 CurrentNativeContext &currentContext = mCurrentNativeContexts[std::this_thread::get_id()]; in makeCurrent()
956 CurrentNativeContext &currentContext = mCurrentNativeContexts[std::this_thread::get_id()]; in createRenderer()
/third_party/libexif/libexif/olympus/
H A Dexif-mnote-data-olympus.c665 d->methods.get_id = exif_mnote_data_olympus_get_id; in exif_mnote_data_olympus_new()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DANGLEPerfTest.cpp1048 std::thread::id id = std::this_thread::get_id(); in getCurrentThreadSerial()

Completed in 36 milliseconds

123