Home
last modified time | relevance | path

Searched defs:CallTag (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/grpcio/src/task/
Dmod.rs111 pub enum CallTag { enum
120 impl CallTag { implementation
122 pub fn batch_pair(ty: BatchType) -> (BatchFuture, CallTag) { in batch_pair() argument
130 pub fn request(ctx: RequestCallContext) -> CallTag { in request()
143 pub fn abort(call: Call) -> CallTag { in abort()
148 pub fn unary_request(ctx: RequestContext, rc: RequestCallContext) -> CallTag { in unary_request()
185 impl Debug for CallTag { implementation
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DReturnValueChecker.cpp101 const NoteTag *CallTag = C.getNoteTag( in checkPostCall() local
148 const NoteTag *CallTag = C.getNoteTag( in checkEndFunction() local