Searched defs:FromContext (Results 1 – 6 of 6) sorted by relevance
18 func FromContext(ctx context.Context) (tr Trace, ok bool) { func
48 func FromContext(ctx context.Context) (p *Peer, ok bool) { func
28 TEST(ContextAndReplaceableUsesTest, FromContext) { in TEST() argument
6036 ASTContext &FromContext, FileManager &FromFileManager, in ASTImporter()