Home
last modified time | relevance | path

Searched defs:get_id (Results 1 – 25 of 35) sorted by relevance

12

/external/pigweed/pw_thread_embos/public/pw_thread_embos/
Did_inline.h23 inline thread::Id get_id() noexcept { in get_id() function
Dthread_inline.h34 inline Id Thread::get_id() const { in get_id() function
/external/pigweed/pw_thread_stl/public/pw_thread_stl/
Did_inline.h22 inline thread::Id get_id() noexcept { return std::this_thread::get_id(); } in get_id() function
Dthread_inline.h35 inline Id Thread::get_id() const { return native_type_.get_id(); } in get_id() function
/external/pigweed/pw_thread_freertos/public/pw_thread_freertos/
Did_inline.h24 inline thread::Id get_id() noexcept { in get_id() function
Dthread_inline.h38 inline Id Thread::get_id() const { in get_id() function
/external/pigweed/pw_thread_threadx/public/pw_thread_threadx/
Did_inline.h24 inline thread::Id get_id() noexcept { in get_id() function
Dthread_inline.h35 inline Id Thread::get_id() const { in get_id() function
/external/libexif/libexif/
Dexif-mnote-data-priv.h49 unsigned int (* get_id) (ExifMnoteData *, unsigned int); member
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dtest_resource_alias_analysis.cc62 auto get_id = [&](Value value) -> int64_t { in runOnFunction() local
/external/crosvm/rutabaga_gfx/src/rutabaga_gralloc/
Dvulkano_gralloc.rs97 fn get_id(&self) -> DeviceId; in get_id() method
101 fn get_id(&self) -> DeviceId { in get_id() method
/external/minigbm/cros_gralloc/
Dcros_gralloc_buffer.cc58 uint32_t cros_gralloc_buffer::get_id() const in get_id() function in cros_gralloc_buffer
/external/libabigail/src/
Dabg-corpus-priv.h249 get_id(const function_decl& fn) in get_id() function
258 get_id(const var_decl& var) in get_id() function
/external/libcxx/test/support/
Dtest_allocator.h158 int get_id() const { return id_; } in get_id() function
248 int get_id() const { return id_; } in get_id() function
/external/rust/crates/clap/src/builder/
Darg_group.rs501 pub fn get_id(&self) -> &Id { in get_id() method
/external/cronet/buildtools/third_party/libc++/trunk/test/support/
Dtest_allocator.h191 TEST_CONSTEXPR int get_id() const { return id_; } in get_id() function
245 TEST_CONSTEXPR int get_id() const { return id_; } in get_id() function
/external/oss-fuzz/infra/build/functions/
Dbuild_project.py239 def get_id(step_type, build): function
/external/python/cpython2/Lib/
Dsymtable.py67 def get_id(self): member in SymbolTable
/external/python/cpython3/Lib/
Dsymtable.py77 def get_id(self): member in SymbolTable
/external/pigweed/pw_rpc/py/pw_rpc/
Dcodegen.py52 def get_id(item: Union[ProtoService, ProtoServiceMethod]) -> str: function
/external/rust/crates/tokio/src/runtime/task/
Dcore.rs344 pub(super) unsafe fn get_id(me: NonNull<Header>) -> Id { in get_id() method
/external/dnsmasq/src/
Dforward.c930 static unsigned short get_id(int force, unsigned short force_id, unsigned int crc) { in get_id() function
/external/crosvm/system_api/src/protos/
Dfido.rs187 pub fn get_id(&self) -> &str { in get_id() method
1003 pub fn get_id(&self) -> &str { in get_id() method
1229 pub fn get_id(&self) -> &[u8] { in get_id() method
3219 pub fn get_id(&self) -> &[u8] { in get_id() method
/external/flac/src/libFLAC++/
Dmetadata.cpp398 const FLAC__byte *Application::get_id() const in get_id() function in FLAC::Metadata::Application
/external/crosvm/devices/src/virtio/block/
Dasynchronous.rs1359 fn get_id() { in get_id() function

12