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

  /external/grpc-grpc/src/core/lib/channel/
channelz.cc 44 BaseNode::BaseNode(EntityType type)
47 BaseNode::~BaseNode() { ChannelzRegistry::Unregister(uuid_); }
49 char* BaseNode::RenderJsonString() {
93 : BaseNode(is_top_level_channel ? EntityType::kTopLevelChannel
151 : BaseNode(EntityType::kServer), trace_(channel_tracer_max_nodes) {}
channelz.h 51 class BaseNode : public RefCounted<BaseNode> {
55 // types. All children of BaseNode must be one of these types.
64 explicit BaseNode(EntityType type);
65 virtual ~BaseNode();
115 class ChannelNode : public BaseNode {
155 RefCountedPtr<BaseNode> referenced_channel) {
173 class ServerNode : public BaseNode {
186 RefCountedPtr<BaseNode> referenced_channel) {
201 class SocketNode : public BaseNode {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Verifier.cpp     [all...]

Completed in 117 milliseconds