Home
last modified time | relevance | path

Searched defs:next_id (Results 1 – 25 of 46) sorted by relevance

12

/third_party/flutter/skia/src/gpu/
DGrContext_Base.cpp14 static int32_t next_id() { in next_id() function
/third_party/ltp/tools/sparse/sparse-src/validation/backend/
Dstruct.c9 struct symbol *next_id; member
/third_party/elfutils/libdw/
Dlibdw_alloc.c48 static atomic_size_t next_id = ATOMIC_VAR_INIT(0); variable
/third_party/node/src/
Dinspector_profiler.h73 uint32_t next_id() { return id_++; } in next_id() function
/third_party/skia/src/gpu/
DGrContextThreadSafeProxy.cpp25 static int32_t next_id() { in next_id() function
/third_party/rust/crates/tracing/examples/examples/
Dserde-yak-shave.rs18 next_id: AtomicUsize, // you need to assign span IDs, so you need a counter field
/third_party/mesa3d/src/gallium/drivers/r600/
Dcompute_memory_pool.h61 int64_t next_id; /**< For generating unique IDs for memory chunks */ member
/third_party/libbpf/src/
Dbpf.c902 static int bpf_obj_get_next_id(__u32 start_id, __u32 *next_id, int cmd) in bpf_obj_get_next_id()
918 int bpf_prog_get_next_id(__u32 start_id, __u32 *next_id) in bpf_prog_get_next_id()
923 int bpf_map_get_next_id(__u32 start_id, __u32 *next_id) in bpf_map_get_next_id()
928 int bpf_btf_get_next_id(__u32 start_id, __u32 *next_id) in bpf_btf_get_next_id()
933 int bpf_link_get_next_id(__u32 start_id, __u32 *next_id) in bpf_link_get_next_id()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dhash_policy_testing.h66 static size_t next_id() { in next_id() function
/third_party/nghttp2/
Dmkhufftbl.py291 def next_id(self): member in Context
/third_party/rust/crates/tracing/tracing-log/src/
Dtrace_logger.rs47 next_id: AtomicUsize, field
85 fn next_id(&self) -> Id { in next_id() method
/third_party/harfbuzz/src/
Dhb-repacker.hh241 unsigned next_id = queue[0]; in sort_kahn() local
298 unsigned next_id = queue.pop_minimum().second; in sort_shortest_distance() local
/third_party/python/Include/internal/
Dpycore_runtime.h93 int64_t next_id; member
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_sched.h138 unsigned next_id; variable
/third_party/skia/third_party/externals/brotli/c/enc/
Dblock_splitter_inc.h158 uint16_t next_id = 0; in FN() local
/third_party/node/deps/brotli/c/enc/
Dblock_splitter_inc.h158 uint16_t next_id = 0; in FN() local
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder.h113 uint32_t next_id() { in next_id() function
/third_party/cef/libcef/browser/
Ddownload_manager_delegate.cc403 static uint32 next_id = DownloadItem::kInvalidId + 1; in GetNextId() local
/third_party/skia/src/core/
DSkVertices.cpp22 static int32_t next_id() { in next_id() function
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-repacker.hh256 unsigned next_id = queue[0]; in sort_kahn() local
311 unsigned next_id = queue.pop_minimum().second; in sort_shortest_distance() local
/third_party/flutter/skia/src/shaders/
DSkPictureShader.cpp109 uint32_t next_id() { in next_id() function
/third_party/flutter/skia/src/core/
DSkVertices.cpp19 static int32_t next_id() { in next_id() function
/third_party/mesa3d/src/glx/tests/
Dcreate_context_unittest.cpp36 static uint32_t next_id; variable
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dgraphics_robust_access_pass.cpp324 uint32_t next_id = context()->module()->IdBound(); in ClampIndicesForAccessChain() local
/third_party/rust/crates/signal-hook/signal-hook-registry/src/
Dlib.rs190 next_id: u128, field

12