Searched refs:contextKey (Results 1 – 9 of 9) sorted by relevance
21 type contextKey int type24 clientKey = contextKey(iota)
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
593 void Parser::ParseObjCInterfaceDeclList(tok::ObjCKeywordKind contextKey, in ParseObjCInterfaceDeclList() argument713 if (contextKey != tok::objc_protocol) in ParseObjCInterfaceDeclList()
619 void Parser::ParseObjCInterfaceDeclList(tok::ObjCKeywordKind contextKey, in ParseObjCInterfaceDeclList() argument726 if (contextKey != tok::objc_protocol) in ParseObjCInterfaceDeclList()
1339 void ParseObjCInterfaceDeclList(tok::ObjCKeywordKind contextKey,
1684 void ParseObjCInterfaceDeclList(tok::ObjCKeywordKind contextKey,