Searched refs:struct_ (Results 1 - 5 of 5) sorted by relevance
/third_party/rust/crates/libc/libc-test/ |
H A D | build.rs | 348 cfg.skip_field(move |struct_, field| { in test_apple() 349 match (struct_, field) { in test_apple() 359 cfg.skip_field_type(move |struct_, field| { in test_apple() 360 match (struct_, field) { in test_apple() 390 cfg.field_name(move |struct_, field| { in test_apple() 392 s if s.ends_with("_nsec") && struct_.starts_with("stat") => { in test_apple() 398 "sa_sigaction" if struct_ == "sigaction" => "sa_handler".to_string(), in test_apple() 556 cfg.field_name(move |struct_, field| match field { in test_openbsd() 557 "st_birthtime" if struct_.starts_with("stat") => "__st_birthtime".to_string(), in test_openbsd() 558 "st_birthtime_nsec" if struct_ in test_openbsd() [all...] |
/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | first_index_offset.cc | 136 auto* struct_ = in Run() local 142 ctx.dst->Global(buffer_name, ctx.dst->ty.Of(struct_), in Run()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | builtin_types.cpp | 52 const glsl_type *const glsl_type::struct_##NAME##_type = \
|
/third_party/mesa3d/src/compiler/ |
H A D | glsl_types.h | 385 static const glsl_type *const struct_##NAME##_type;
|
/third_party/rust/crates/serde/test_suite/tests/ |
H A D | test_annotations.rs | 3052 fn struct_() { in struct_() functions 3219 fn struct_() { in struct_() functions
|
Completed in 8 milliseconds