Home
last modified time | relevance | path

Searched refs:EntityType (Results 1 – 12 of 12) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/channel/
Dchannelz_registry.cc94 if (node->type() == BaseNode::EntityType::kTopLevelChannel && in InternalGetTopChannels()
133 if (node->type() == BaseNode::EntityType::kServer && in InternalGetServers()
200 grpc_core::channelz::BaseNode::EntityType::kServer) { in grpc_channelz_get_server()
216 base_node->type() != grpc_core::channelz::BaseNode::EntityType::kServer || in grpc_channelz_get_server_sockets()
233 grpc_core::channelz::BaseNode::EntityType::kTopLevelChannel && in grpc_channelz_get_channel()
235 grpc_core::channelz::BaseNode::EntityType::kInternalChannel)) { in grpc_channelz_get_channel()
249 grpc_core::channelz::BaseNode::EntityType::kSubchannel) { in grpc_channelz_get_subchannel()
263 grpc_core::channelz::BaseNode::EntityType::kSocket) { in grpc_channelz_get_socket()
Dchannelz.h77 enum class EntityType { enum
86 BaseNode(EntityType type, std::string name);
98 EntityType type() const { return type_; } in type()
105 const EntityType type_;
Dchannelz.cc57 BaseNode::BaseNode(EntityType type, std::string name) in BaseNode()
143 : BaseNode(is_internal_channel ? EntityType::kInternalChannel in ChannelNode()
144 : EntityType::kTopLevelChannel, in ChannelNode()
254 : BaseNode(EntityType::kServer, ""), trace_(channel_tracer_max_nodes) {} in ServerNode()
380 : BaseNode(EntityType::kSocket, std::move(name)), in SocketNode()
480 : BaseNode(EntityType::kSocket, std::move(name)), in ListenSocketNode()
Dchannel_trace.cc159 (referenced_entity_->type() == BaseNode::EntityType::kTopLevelChannel || in RenderTraceEvent()
160 referenced_entity_->type() == BaseNode::EntityType::kInternalChannel); in RenderTraceEvent()
/external/grpc-grpc/src/core/lib/channel/
Dchannelz.h56 enum class EntityType { enum
64 explicit BaseNode(EntityType type);
74 EntityType type() const { return type_; } in type()
78 const EntityType type_;
203 SocketNode() : BaseNode(EntityType::kSocket) {} in SocketNode()
Dchannelz_registry.cc91 grpc_core::channelz::BaseNode::EntityType::kTopLevelChannel) { in InternalGetTopChannels()
127 grpc_core::channelz::BaseNode::EntityType::kServer) { in InternalGetServers()
168 grpc_core::channelz::BaseNode::EntityType::kTopLevelChannel && in grpc_channelz_get_channel()
170 grpc_core::channelz::BaseNode::EntityType::kInternalChannel)) { in grpc_channelz_get_channel()
188 grpc_core::channelz::BaseNode::EntityType::kSubchannel) { in grpc_channelz_get_subchannel()
Dchannelz.cc44 BaseNode::BaseNode(EntityType type) in BaseNode()
93 : BaseNode(is_top_level_channel ? EntityType::kTopLevelChannel in ChannelNode()
94 : EntityType::kInternalChannel), in ChannelNode()
151 : BaseNode(EntityType::kServer), trace_(channel_tracer_max_nodes) {} in ServerNode()
Dchannel_trace.cc150 (referenced_entity_->type() == BaseNode::EntityType::kTopLevelChannel || in RenderTraceEvent()
151 referenced_entity_->type() == BaseNode::EntityType::kInternalChannel); in RenderTraceEvent()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dclient_channel_channelz.cc35 : BaseNode(EntityType::kSubchannel, target_address), in SubchannelNode()
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dclient_channel_channelz.cc117 : BaseNode(EntityType::kSubchannel), in SubchannelNode()
/external/clang/lib/Sema/
DSemaInit.cpp6074 QualType EntityType,
7731 QualType EntityType, in DiagnoseNarrowingInInitList() argument
7766 << EntityType.getLocalUnqualifiedType(); in DiagnoseNarrowingInInitList()
7777 << EntityType.getLocalUnqualifiedType(); in DiagnoseNarrowingInInitList()
7788 << EntityType.getLocalUnqualifiedType(); in DiagnoseNarrowingInInitList()
7795 if (const TypedefType *TT = EntityType->getAs<TypedefType>()) { in DiagnoseNarrowingInInitList()
7802 } else if (const BuiltinType *BT = EntityType->getAs<BuiltinType>()) in DiagnoseNarrowingInInitList()
/external/llvm-project/clang/lib/Sema/
DSemaInit.cpp7748 QualType EntityType,
9705 QualType EntityType, in DiagnoseNarrowingInInitList() argument
9740 << EntityType.getLocalUnqualifiedType(); in DiagnoseNarrowingInInitList()
9751 << EntityType.getLocalUnqualifiedType(); in DiagnoseNarrowingInInitList()
9762 << EntityType.getLocalUnqualifiedType(); in DiagnoseNarrowingInInitList()
9769 if (const TypedefType *TT = EntityType->getAs<TypedefType>()) { in DiagnoseNarrowingInInitList()
9776 } else if (const BuiltinType *BT = EntityType->getAs<BuiltinType>()) in DiagnoseNarrowingInInitList()