Home
last modified time | relevance | path

Searched defs:has_name (Results 1 – 9 of 9) sorted by relevance

/external/u-boot/lib/
Dof_live.c55 int has_name = 0; in unflatten_dt_node() local
/external/perfetto/src/traced/probes/ftrace/
Dformat_parser.cc135 bool has_name = false; in ParseFtraceEvent() local
/external/mesa3d/src/compiler/nir/
Dnir_serialize.c160 bool has_name = blob_read_uint32(ctx->blob); in read_variable() local
229 bool has_name = blob_read_uint32(ctx->blob); in read_register() local
342 bool has_name = val & 0x2; in read_dest() local
1080 bool has_name = blob_read_uint32(ctx->blob); in read_function() local
/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/protobuf/src/google/protobuf/compiler/
Dplugin.pb.h555 inline bool CodeGeneratorResponse_File::has_name() const { in has_name() function
Dplugin.pb.cc1343 bool CodeGeneratorResponse_File::has_name() const { in has_name() function in google::protobuf::compiler::CodeGeneratorResponse_File
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h3680 inline bool FileDescriptorProto::has_name() const { in has_name() function
4273 inline bool DescriptorProto::has_name() const { in has_name() function
4640 inline bool FieldDescriptorProto::has_name() const { in has_name() function
5056 inline bool OneofDescriptorProto::has_name() const { in has_name() function
5114 inline bool EnumDescriptorProto::has_name() const { in has_name() function
5246 inline bool EnumValueDescriptorProto::has_name() const { in has_name() function
5372 inline bool ServiceDescriptorProto::has_name() const { in has_name() function
5504 inline bool MethodDescriptorProto::has_name() const { in has_name() function
Ddescriptor.pb.cc1940 bool FileDescriptorProto::has_name() const { in has_name() function in google::protobuf::FileDescriptorProto
3782 bool DescriptorProto::has_name() const { in has_name() function in google::protobuf::DescriptorProto
4931 bool FieldDescriptorProto::has_name() const { in has_name() function in google::protobuf::FieldDescriptorProto
5604 bool OneofDescriptorProto::has_name() const { in has_name() function in google::protobuf::OneofDescriptorProto
6013 bool EnumDescriptorProto::has_name() const { in has_name() function in google::protobuf::EnumDescriptorProto
6492 bool EnumValueDescriptorProto::has_name() const { in has_name() function in google::protobuf::EnumValueDescriptorProto
6969 bool ServiceDescriptorProto::has_name() const { in has_name() function in google::protobuf::ServiceDescriptorProto
7614 bool MethodDescriptorProto::has_name() const { in has_name() function in google::protobuf::MethodDescriptorProto
/external/v8/src/
Dmessages.cc686 bool has_name = !module_name.is_null() || !function_name.is_null(); in ToString() local