Searched refs:contextKey (Results 1 – 8 of 8) sorted by relevance
21 type contextKey int type24 clientKey = contextKey(iota)
26 type contextKey int type29 ctxErr contextKey = 0
47 private static Context.Key<Object> contextKey = Context.key("key"); field in ContextsTest49 private Context uniqueContext = Context.ROOT.withValue(contextKey, new Object());
117 thread.SetLocal(contextKey, pool)122 pool, _ := thread.Local(contextKey).(DescriptorPool)126 const contextKey = "proto.DescriptorPool" const
619 void Parser::ParseObjCInterfaceDeclList(tok::ObjCKeywordKind contextKey, in ParseObjCInterfaceDeclList() argument726 if (contextKey != tok::objc_protocol) in ParseObjCInterfaceDeclList()
1339 void ParseObjCInterfaceDeclList(tok::ObjCKeywordKind contextKey,