Home
last modified time | relevance | path

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

12

/external/perfetto/src/traced/probes/ftrace/format_parser/
Dformat_parser.cc137 bool has_name = false; in ParseFtraceEvent() local
151 if (!has_name && in ParseFtraceEvent()
154 has_name = true; in ParseFtraceEvent()
169 if (!has_id || !has_name || fields.empty()) { in ParseFtraceEvent()
173 : !has_name ? "no name found" : "no fields found"); in ParseFtraceEvent()
/external/protobuf/php/src/Google/Protobuf/Internal/
DOneofDescriptorProto.php24 private $has_name = false; variable in Google\\Protobuf\\Internal\\OneofDescriptorProto
64 $this->has_name = true;
71 return $this->has_name;
DEnumValueDescriptorProto.php24 private $has_name = false; variable in Google\\Protobuf\\Internal\\EnumValueDescriptorProto
70 $this->has_name = true;
77 return $this->has_name;
DServiceDescriptorProto.php24 private $has_name = false; variable in Google\\Protobuf\\Internal\\ServiceDescriptorProto
70 $this->has_name = true;
77 return $this->has_name;
DEnumDescriptorProto.php24 private $has_name = false; variable in Google\\Protobuf\\Internal\\EnumDescriptorProto
94 $this->has_name = true;
101 return $this->has_name;
DMethodDescriptorProto.php24 private $has_name = false; variable in Google\\Protobuf\\Internal\\MethodDescriptorProto
99 $this->has_name = true;
106 return $this->has_name;
DUninterpretedOption.php29 private $has_name = false; variable in Google\\Protobuf\\Internal\\UninterpretedOption
104 $this->has_name = true;
111 return $this->has_name;
DFieldDescriptorProto.php24 private $has_name = false; variable in Google\\Protobuf\\Internal\\FieldDescriptorProto
158 $this->has_name = true;
165 return $this->has_name;
DDescriptorProto.php24 private $has_name = false; variable in Google\\Protobuf\\Internal\\DescriptorProto
117 $this->has_name = true;
124 return $this->has_name;
DFileDescriptorProto.php26 private $has_name = false; variable in Google\\Protobuf\\Internal\\FileDescriptorProto
162 $this->has_name = true;
169 return $this->has_name;
/external/tensorflow/tensorflow/core/util/proto/
Dproto_utils_test.cc40 EXPECT_FALSE(output.has_name()); in TEST()
48 EXPECT_FALSE(output.has_name()); in TEST()
/external/llvm-project/polly/lib/External/ppcg/
Dgpu_tree.c42 int has_name; in is_marked() local
54 has_name = !strcmp(isl_id_get_name(mark), name); in is_marked()
57 return has_name; in is_marked()
Dppcg.c172 int has_name; in generate_name() local
179 while ((has_name = isl_id_to_ast_expr_has(scop->names, id)) == 1) { in generate_name()
185 return has_name < 0 ? isl_id_free(id) : id; in generate_name()
/external/mesa3d/src/compiler/nir/
Dnir_serialize.c207 unsigned has_name:1; member
240 flags.u.has_name = !ctx->strip && var->name; in write_variable()
298 if (flags.u.has_name) in write_variable()
361 if (flags.u.has_name) { in read_variable()
459 bool has_name = blob_read_uint32(ctx->blob); in read_register() local
460 if (has_name) { in read_register()
576 uint8_t has_name:1; member
702 dest.ssa.has_name = !ctx->strip && dst->ssa.name; in write_dest()
756 if (dest.ssa.has_name) in write_dest()
780 char *name = dest.ssa.has_name ? blob_read_string(ctx->blob) : NULL; in read_dest()
[all …]
/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/
Dload_balancer.pb.h47 bool has_name; member
/external/perfetto/src/trace_processor/importers/proto/
Dgpu_event_parser.cc137 if (!spec.has_name()) { in ParseGpuCounterEvent()
350 if (hw_queue.has_name()) { in ParseGpuRenderStageEvent()
357 if (stage.has_name()) { in ParseGpuRenderStageEvent()
Dandroid_probes_parser.cc147 if (!arg.has_name()) in ParseAndroidLogEvent()
Dtrack_event_tokenizer.cc72 if (track.has_name()) in TokenizeTrackDescriptorPacket()
Dtrack_event_parser.cc314 } else if (event_.has_name()) { in ParseTrackEventName()
1149 } else if (annotation.has_name()) { in ParseDebugAnnotationName()
1383 if (sample.has_name()) { in ParseHistogramName()
1574 if (decoder.has_name()) { in ParseTrackDescriptor()
/external/perfetto/src/tracing/
Dtrack_event_state_tracker.cc78 } else if (track_event.has_name()) { in ProcessTracePacket()
Dconsole_interceptor.cc409 } else if (annotation.has_name()) { in PrintDebugAnnotationName()
/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dload_balancer_api.cc69 req->initial_request.has_name = true; in grpc_grpclb_request_create()
/external/protobuf/src/google/protobuf/compiler/
Dplugin.pb.h574 bool has_name() const;
1113 inline bool CodeGeneratorResponse_File::has_name() const { in has_name() function
1154 if (!has_name()) { in release_name()
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h738 bool has_name() const;
1452 bool has_name() const;
1924 bool has_name() const;
2231 bool has_name() const;
2637 bool has_name() const;
2832 bool has_name() const;
3042 bool has_name() const;
3238 bool has_name() const;
6569 inline bool FileDescriptorProto::has_name() const { in has_name() function
6612 if (!has_name()) { in release_name()
[all …]
/external/rust/crates/protobuf-codegen/src/field/
Dmod.rs1785 fn has_name(&self) -> String { in has_name() method
1790 w.pub_fn(&format!("{}(&self) -> bool", self.has_name()), |w| { in write_message_field_has()
1915 w.write_line(&format!("if self.{}() {{", self.has_name())); in write_message_field_take_oneof()

12