Home
last modified time | relevance | path

Searched refs:has_name (Results 1 - 9 of 9) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dstruct_typedef.rs11 pub has_name: bool,
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/
H A Dstruct_typedef.h4 _Bool has_name; member
/third_party/node/deps/v8/src/objects/
H A Dcall-site-info.cc757 const bool has_name = !module_name->IsNull() || !function_name->IsNull(); in SerializeWasmStackFrame() local
758 if (has_name) { in SerializeWasmStackFrame()
789 if (has_name) builder->AppendCharacter(')'); in SerializeWasmStackFrame()
/third_party/mesa3d/src/compiler/nir/
H A 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/spirv-tools/source/diff/
H A Ddiff.cpp494 std::string GetName(const IdInstructions& id_to, uint32_t id, bool* has_name);
1862 bool* has_name) {
1868 *has_name = true;
1873 *has_name = false;
1878 bool has_name = false;
1879 std::string name = GetName(id_to, id, &has_name);
1881 if (!has_name) {
/third_party/protobuf/src/google/protobuf/
H A 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 in FileDescriptorProto
7568 inline bool DescriptorProto::has_name() cons in _internal_has_name() function in DescriptorProto
8119 inline bool FieldDescriptorProto::has_name() const { has_name() function in FieldDescriptorProto
8718 inline bool OneofDescriptorProto::has_name() const { has_name() function in OneofDescriptorProto
8939 inline bool EnumDescriptorProto::has_name() const { has_name() function in EnumDescriptorProto
9252 inline bool EnumValueDescriptorProto::has_name() const { has_name() function in EnumValueDescriptorProto
9441 inline bool ServiceDescriptorProto::has_name() const { has_name() function in ServiceDescriptorProto
9641 inline bool MethodDescriptorProto::has_name() const { has_name() function in MethodDescriptorProto
[all...]
H A Ddescriptor_database.cc52 GOOGLE_CHECK(desc_proto.has_name()); in RecordMessageNames()
H A Ddescriptor.cc4363 if (!proto.has_name()) { in BuildFileImpl()
/third_party/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.h663 bool has_name() const;
1408 inline bool CodeGeneratorResponse_File::has_name() const { in has_name() function in compiler::CodeGeneratorResponse_File

Completed in 51 milliseconds