Home
last modified time | relevance | path

Searched refs:has_name (Results 1 – 11 of 11) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dstruct_typedef.rs11 pub has_name: bool, field
30 ::std::ptr::addr_of!((*ptr).has_name) as usize - ptr as usize in bindgen_test_layout_typedef_named_struct()
37 stringify!(has_name) in bindgen_test_layout_typedef_named_struct()
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dstruct_typedef.h4 _Bool has_name; member
/third_party/cef/tools/
Dcef_parser.py1366 if self.type.has_name():
1396 return self.type.has_name() and \
1422 return not self.type.has_name() and \
1432 if not self.type.has_name():
1535 if self.type.has_name():
1782 def has_name(self): member in obj_analysis
1919 if not self.has_name():
1976 if not self.has_name():
2025 if not self.has_name():
2059 if self.has_name():
/third_party/rust/crates/tracing/tracing-subscriber/src/filter/env/
Ddirective.rs39 pub(super) fn has_name(&self) -> bool { in has_name() method
64 !self.has_name() && !self.fields.iter().any(field::Match::has_value) in is_static()
68 self.has_name() || self.has_fields() in is_dynamic()
/third_party/spirv-tools/source/diff/
Ddiff.cpp421 std::string GetName(const IdInstructions& id_to, uint32_t id, bool* has_name);
1763 bool* has_name) { in GetName() argument
1769 *has_name = true; in GetName()
1774 *has_name = false; in GetName()
1779 bool has_name = false; in GetSanitizedName() local
1780 std::string name = GetName(id_to, id, &has_name); in GetSanitizedName()
1782 if (!has_name) { in GetSanitizedName()
/third_party/mesa3d/src/compiler/nir/
Dnir_serialize.c209 unsigned has_name:1; member
242 flags.u.has_name = !ctx->strip && var->name; in write_variable()
302 if (flags.u.has_name) in write_variable()
365 if (flags.u.has_name) { in read_variable()
2045 bool has_name = flags & 0x4; in read_function() local
2046 char *name = has_name ? blob_read_string(ctx->blob) : NULL; in read_function()
/third_party/protobuf/src/google/protobuf/
Ddescriptor.pb.h760 bool has_name() const;
1513 bool has_name() const;
1956 bool has_name() const;
2286 bool has_name() const;
2691 bool has_name() const;
2871 bool has_name() const;
3080 bool has_name() const;
3261 bool has_name() const;
6649 inline bool FileDescriptorProto::has_name() const { in has_name() function
7568 inline bool DescriptorProto::has_name() const { in has_name() function
[all …]
Ddescriptor_database.cc52 GOOGLE_CHECK(desc_proto.has_name()); in RecordMessageNames()
Ddescriptor.cc4363 if (!proto.has_name()) { in BuildFileImpl()
/third_party/protobuf/src/google/protobuf/compiler/
Dplugin.pb.h663 bool has_name() const;
1408 inline bool CodeGeneratorResponse_File::has_name() const { in has_name() function
/third_party/node/src/
Denv.h98 const HasName has_name; member