Home
last modified time | relevance | path

Searched defs:getConsumer (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-diff/
DDifferenceEngine.h71 Consumer& getConsumer() const { return consumer; } in getConsumer() function
/external/llvm/tools/llvm-diff/
DDifferenceEngine.h71 Consumer& getConsumer() const { return consumer; } in getConsumer() function
/external/swiftshader/third_party/LLVM/tools/llvm-diff/
DDifferenceEngine.h71 Consumer& getConsumer() const { return consumer; } in getConsumer() function
/external/oauth/core/src/main/java/net/oauth/
DConsumerProperties.java73 public OAuthConsumer getConsumer(String name) throws MalformedURLException { in getConsumer() method in ConsumerProperties