Home
last modified time | relevance | path

Searched defs:Trie (Results 1 – 25 of 29) sorted by relevance

12

/external/llvm-project/compiler-rt/lib/xray/tests/unit/
Dfunction_call_trie_test.cpp23 FunctionCallTrie Trie(Allocators); in TEST() local
29 FunctionCallTrie Trie(A); in TEST() local
46 FunctionCallTrie Trie(A); in TEST() local
61 FunctionCallTrie Trie(A); in TEST() local
77 FunctionCallTrie Trie(A); in TEST() local
87 FunctionCallTrie Trie(A); in TEST() local
100 FunctionCallTrie Trie(A); in TEST() local
111 FunctionCallTrie Trie(A); in TEST() local
154 FunctionCallTrie Trie(A); in TEST() local
196 FunctionCallTrie Trie(A); in TEST() local
[all …]
/external/jackson-core/src/test/java/perf/
DEnumByBytesLookup.java45 class Trie<T> { class
61 Trie(T match) { in Trie() method in Trie
65 private Trie(T match, byte[] nextBytes, Trie<T>[] nextNodes) { in Trie() method in Trie
72 private Trie(Trie<T> base, T match) { in Trie() method in Trie
83 private Trie(Trie<T> base, byte nextByte, Trie<T> nextNode) { in Trie() method in Trie
100 private Trie(Trie<T> base, int offset, Trie<T> newNode) { in Trie() method in Trie
/external/owasp/sanitizer/src/main/org/owasp/html/
DTrie.java44 final class Trie { class
53 public Trie(Map<String, Integer> elements) { in Trie() method in Trie
57 private Trie(List<Map.Entry<String, Integer>> elements, int depth) { in Trie() method in Trie
69 private Trie( in Trie() method in Trie
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTrie.java47 public abstract class Trie class
149 protected Trie(ByteBuffer bytes, DataManipulate dataManipulate) in Trie() method in Trie
178 protected Trie(char index[], int options, DataManipulate dataManipulate) in Trie() method in Trie
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DTrie.java48 public abstract class Trie class
151 protected Trie(ByteBuffer bytes, DataManipulate dataManipulate) in Trie() method in Trie
180 protected Trie(char index[], int options, DataManipulate dataManipulate) in Trie() method in Trie
/external/marisa-trie/include/marisa/
Diostream.h8 class Trie; variable
Dstdio.h8 class Trie; variable
/external/marisa-trie/bindings/python/
Dmarisa-swig.h81 friend class Trie; variable
113 friend class Trie; variable
Dmarisa-swig.cxx144 Trie::Trie() : trie_(new (std::nothrow) marisa::Trie) { in Trie() function in marisa_swig::Trie
Dmarisa.py171 class Trie(_object): class
/external/marisa-trie/bindings/perl/
Dmarisa-swig.h81 friend class Trie; variable
113 friend class Trie; variable
Dmarisa-swig.cxx144 Trie::Trie() : trie_(new (std::nothrow) marisa::Trie) { in Trie() function in marisa_swig::Trie
/external/marisa-trie/bindings/ruby/
Dmarisa-swig.h81 friend class Trie; variable
113 friend class Trie; variable
Dmarisa-swig.cxx144 Trie::Trie() : trie_(new (std::nothrow) marisa::Trie) { in Trie() function in marisa_swig::Trie
/external/marisa-trie/bindings/
Dmarisa-swig.h81 friend class Trie; variable
113 friend class Trie; variable
Dmarisa-swig.cxx144 Trie::Trie() : trie_(new (std::nothrow) marisa::Trie) { in Trie() function in marisa_swig::Trie
/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/
DTrie.java39 final class Trie { class
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DToHTMLStream.java2031 static class Trie class in ToHTMLStream
2065 public Trie() in Trie() method in ToHTMLStream.Trie
2076 public Trie(boolean lowerCaseOnly) in Trie() method in ToHTMLStream.Trie
2259 public Trie(Trie existingTrie) in Trie() method in ToHTMLStream.Trie
/external/marisa-trie/lib/marisa/
Dtrie.cc8 Trie::Trie() : trie_() {} in Trie() function in marisa::Trie
/external/llvm/include/llvm/Object/
DMachO.h95 ArrayRef<uint8_t> Trie; variable
/external/llvm-project/compiler-rt/lib/xray/
Dxray_profile_collector.cpp168 const FunctionCallTrie &Trie) XRAY_NEVER_INSTRUMENT { in populateRecords()
/external/llvm-project/llvm/include/llvm/Object/
DMachO.h116 ArrayRef<uint8_t> Trie; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DMachO.h116 ArrayRef<uint8_t> Trie; variable
/external/llvm-project/llvm/tools/llvm-objcopy/MachO/
DObject.h292 ArrayRef<uint8_t> Trie; member
/external/clang/unittests/Tooling/
DCompilationDatabaseTest.cpp191 FileMatchTrie Trie; member in clang::tooling::FileMatchTrieTest

12