OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CommandNameCache
(Results
1 - 2
of
2
) sorted by null
/external/desugar/java/com/google/devtools/common/options/
CommandNameCache.java
20
public interface
CommandNameCache
{
22
class CommandNameCacheInstance implements
CommandNameCache
{
24
private
CommandNameCache
delegate;
29
public void setCommandNameCache(
CommandNameCache
cache) {
InvocationPolicyEnforcer.java
244
:
CommandNameCache
.CommandNameCacheInstance.INSTANCE.get(command);
[
all
...]
Completed in 1116 milliseconds