/external/perfetto/src/traced/probes/ftrace/format_parser/ |
D | format_parser.cc | 137 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/ |
D | OneofDescriptorProto.php | 24 private $has_name = false; variable in Google\\Protobuf\\Internal\\OneofDescriptorProto 64 $this->has_name = true; 71 return $this->has_name;
|
D | EnumValueDescriptorProto.php | 24 private $has_name = false; variable in Google\\Protobuf\\Internal\\EnumValueDescriptorProto 70 $this->has_name = true; 77 return $this->has_name;
|
D | ServiceDescriptorProto.php | 24 private $has_name = false; variable in Google\\Protobuf\\Internal\\ServiceDescriptorProto 70 $this->has_name = true; 77 return $this->has_name;
|
D | EnumDescriptorProto.php | 24 private $has_name = false; variable in Google\\Protobuf\\Internal\\EnumDescriptorProto 94 $this->has_name = true; 101 return $this->has_name;
|
D | MethodDescriptorProto.php | 24 private $has_name = false; variable in Google\\Protobuf\\Internal\\MethodDescriptorProto 99 $this->has_name = true; 106 return $this->has_name;
|
D | UninterpretedOption.php | 29 private $has_name = false; variable in Google\\Protobuf\\Internal\\UninterpretedOption 104 $this->has_name = true; 111 return $this->has_name;
|
D | FieldDescriptorProto.php | 24 private $has_name = false; variable in Google\\Protobuf\\Internal\\FieldDescriptorProto 158 $this->has_name = true; 165 return $this->has_name;
|
D | DescriptorProto.php | 24 private $has_name = false; variable in Google\\Protobuf\\Internal\\DescriptorProto 117 $this->has_name = true; 124 return $this->has_name;
|
D | FileDescriptorProto.php | 26 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/ |
D | proto_utils_test.cc | 40 EXPECT_FALSE(output.has_name()); in TEST() 48 EXPECT_FALSE(output.has_name()); in TEST()
|
/external/llvm-project/polly/lib/External/ppcg/ |
D | gpu_tree.c | 42 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()
|
D | ppcg.c | 172 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/ |
D | nir_serialize.c | 207 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/ |
D | load_balancer.pb.h | 47 bool has_name; member
|
/external/perfetto/src/trace_processor/importers/proto/ |
D | gpu_event_parser.cc | 137 if (!spec.has_name()) { in ParseGpuCounterEvent() 350 if (hw_queue.has_name()) { in ParseGpuRenderStageEvent() 357 if (stage.has_name()) { in ParseGpuRenderStageEvent()
|
D | android_probes_parser.cc | 147 if (!arg.has_name()) in ParseAndroidLogEvent()
|
D | track_event_tokenizer.cc | 72 if (track.has_name()) in TokenizeTrackDescriptorPacket()
|
D | track_event_parser.cc | 314 } 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/ |
D | track_event_state_tracker.cc | 78 } else if (track_event.has_name()) { in ProcessTracePacket()
|
D | console_interceptor.cc | 409 } else if (annotation.has_name()) { in PrintDebugAnnotationName()
|
/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/ |
D | load_balancer_api.cc | 69 req->initial_request.has_name = true; in grpc_grpclb_request_create()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | plugin.pb.h | 574 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/ |
D | descriptor.pb.h | 738 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/ |
D | mod.rs | 1785 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()
|