Home
last modified time | relevance | path

Searched defs:BaseNode (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/src/core/lib/channel/
Dchannel_trace.h37 class BaseNode; variable
Dchannelz.cc57 BaseNode::BaseNode(EntityType type, std::string name) in BaseNode() function in grpc_core::channelz::BaseNode
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/
Dbtree.h167 explicit BaseNode(const value_allocator &alloc) : alloc_(alloc) {} in BaseNode() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DVerifier.cpp5191 TBAAVerifier::verifyTBAABaseNode(Instruction &I, const MDNode *BaseNode, in verifyTBAABaseNode()
5210 TBAAVerifier::verifyTBAABaseNodeImpl(Instruction &I, const MDNode *BaseNode, in verifyTBAABaseNodeImpl()
5362 const MDNode *BaseNode, in getFieldNodeFromTBAABaseNode()
5427 MDNode *BaseNode = dyn_cast_or_null<MDNode>(MD->getOperand(0)); in visitTBAAMetadata() local
/third_party/typescript_eslint/packages/types/src/
Dts-estree.ts26 export interface BaseNode { interface