Searched refs:EntityType (Results 1 – 12 of 12) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/src/core/lib/channel/ |
D | channelz_registry.cc | 94 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()
|
D | channelz.h | 77 enum class EntityType { enum 86 BaseNode(EntityType type, std::string name); 98 EntityType type() const { return type_; } in type() 105 const EntityType type_;
|
D | channelz.cc | 57 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()
|
D | channel_trace.cc | 159 (referenced_entity_->type() == BaseNode::EntityType::kTopLevelChannel || in RenderTraceEvent() 160 referenced_entity_->type() == BaseNode::EntityType::kInternalChannel); in RenderTraceEvent()
|
/external/grpc-grpc/src/core/lib/channel/ |
D | channelz.h | 56 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()
|
D | channelz_registry.cc | 91 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()
|
D | channelz.cc | 44 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()
|
D | channel_trace.cc | 150 (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/ |
D | client_channel_channelz.cc | 35 : BaseNode(EntityType::kSubchannel, target_address), in SubchannelNode()
|
/external/grpc-grpc/src/core/ext/filters/client_channel/ |
D | client_channel_channelz.cc | 117 : BaseNode(EntityType::kSubchannel), in SubchannelNode()
|
/external/clang/lib/Sema/ |
D | SemaInit.cpp | 6074 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/ |
D | SemaInit.cpp | 7748 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()
|