Home
last modified time | relevance | path

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

/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/
DKeyPath.java43 public class KeyPath { class
48 public KeyPath(String... keys) { in KeyPath() method in KeyPath
55 private KeyPath(KeyPath keyPath) { in KeyPath() method in KeyPath
/external/llvm-project/llvm/unittests/Option/
DOptionMarshallingTest.cpp13 const char *KeyPath; member
/external/llvm-project/llvm/utils/TableGen/
DOptParserEmitter.cpp69 StringRef KeyPath; member in MarshallingInfo
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp289 static T mergeForwardValue(T KeyPath, U Value) { in mergeForwardValue()
293 template <typename T, typename U> static T mergeMaskValue(T KeyPath, U Value) { in mergeMaskValue()
297 template <typename T> static T extractForwardValue(T KeyPath) { in extractForwardValue()
302 static T extractMaskValue(T KeyPath) { in extractMaskValue()