HomeSort by relevance Sort by last modified time
    Searched defs:has_name (Results 1 - 9 of 9) sorted by null

  /external/perfetto/src/traced/probes/ftrace/
format_parser.cc 135 bool has_name = false; local
149 if (!has_name &&
152 has_name = true;
167 if (!has_id || !has_name || fields.empty()) {
171 : !has_name ? "no name found" : "no fields found");
  /external/u-boot/lib/
of_live.c 55 int has_name = 0; local
142 has_name = 1;
174 if (!has_name) {
  /external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/
load_balancer.pb.h 47 bool has_name; member in struct:_grpc_lb_v1_InitialLoadBalanceRequest
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.h 237 bool has_name() const;
555 inline bool CodeGeneratorResponse_File::has_name() const { function in class:google::protobuf::compiler::CodeGeneratorResponse_File
    [all...]
plugin.pb.cc 743 if (has_name()) {
1343 bool CodeGeneratorResponse_File::has_name() const { function in class:google::protobuf::compiler::CodeGeneratorResponse_File
    [all...]
  /external/mesa3d/src/compiler/nir/
nir_serialize.c 160 bool has_name = blob_read_uint32(ctx->blob); local
161 if (has_name) {
229 bool has_name = blob_read_uint32(ctx->blob); local
230 if (has_name) {
342 bool has_name = val & 0x2; local
345 char *name = has_name ? blob_read_string(ctx->blob) : NULL;
1080 bool has_name = blob_read_uint32(ctx->blob); local
1081 char *name = has_name ? blob_read_string(ctx->blob) : NULL;
    [all...]
  /external/v8/src/
messages.cc 686 bool has_name = !module_name.is_null() || !function_name.is_null(); local
687 if (has_name) {
709 if (has_name) builder.AppendCString(")");
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.pb.cc 1940 bool FileDescriptorProto::has_name() const { function in class:google::protobuf::FileDescriptorProto
3782 bool DescriptorProto::has_name() const { function in class:google::protobuf::DescriptorProto
4931 bool FieldDescriptorProto::has_name() const { function in class:google::protobuf::FieldDescriptorProto
5604 bool OneofDescriptorProto::has_name() const { function in class:google::protobuf::OneofDescriptorProto
6013 bool EnumDescriptorProto::has_name() const { function in class:google::protobuf::EnumDescriptorProto
6492 bool EnumValueDescriptorProto::has_name() const { function in class:google::protobuf::EnumValueDescriptorProto
6969 bool ServiceDescriptorProto::has_name() const { function in class:google::protobuf::ServiceDescriptorProto
7614 bool MethodDescriptorProto::has_name() const { function in class:google::protobuf::MethodDescriptorProto
    [all...]
descriptor.pb.h 340 bool has_name() const;
784 bool has_name() const;
3680 inline bool FileDescriptorProto::has_name() const { function in class:google::protobuf::FileDescriptorProto
4273 inline bool DescriptorProto::has_name() const { function in class:google::protobuf::DescriptorProto
4640 inline bool FieldDescriptorProto::has_name() const { function in class:google::protobuf::FieldDescriptorProto
5056 inline bool OneofDescriptorProto::has_name() const { function in class:google::protobuf::OneofDescriptorProto
5114 inline bool EnumDescriptorProto::has_name() const { function in class:google::protobuf::EnumDescriptorProto
5246 inline bool EnumValueDescriptorProto::has_name() const { function in class:google::protobuf::EnumValueDescriptorProto
5372 inline bool ServiceDescriptorProto::has_name() const { function in class:google::protobuf::ServiceDescriptorProto
5504 inline bool MethodDescriptorProto::has_name() const { function in class:google::protobuf::MethodDescriptorProto
    [all...]

Completed in 250 milliseconds