Searched refs:has_name (Results 1 – 11 of 11) sorted by relevance
11 pub has_name: bool, field30 ::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()
4 _Bool has_name; member
1366 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_analysis1919 if not self.has_name():1976 if not self.has_name():2025 if not self.has_name():2059 if self.has_name():
39 pub(super) fn has_name(&self) -> bool { in has_name() method64 !self.has_name() && !self.fields.iter().any(field::Match::has_value) in is_static()68 self.has_name() || self.has_fields() in is_dynamic()
421 std::string GetName(const IdInstructions& id_to, uint32_t id, bool* has_name);1763 bool* has_name) { in GetName() argument1769 *has_name = true; in GetName()1774 *has_name = false; in GetName()1779 bool has_name = false; in GetSanitizedName() local1780 std::string name = GetName(id_to, id, &has_name); in GetSanitizedName()1782 if (!has_name) { in GetSanitizedName()
209 unsigned has_name:1; member242 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() local2046 char *name = has_name ? blob_read_string(ctx->blob) : NULL; in read_function()
760 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() function7568 inline bool DescriptorProto::has_name() const { in has_name() function[all …]
52 GOOGLE_CHECK(desc_proto.has_name()); in RecordMessageNames()
4363 if (!proto.has_name()) { in BuildFileImpl()
663 bool has_name() const;1408 inline bool CodeGeneratorResponse_File::has_name() const { in has_name() function
98 const HasName has_name; member