Home
last modified time | relevance | path

Searched defs:trieNode (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/strings/
Dreplace.go123 type trieNode struct { struct
126 value string
132 priority int
145 prefix string
146 next *trieNode
155 table []*trieNode
158 func (t *trieNode) add(key, val string, priority int, r *genericReplacer) {
Dexport_test.go18 func (r *genericReplacer) printNode(t *trieNode, depth int) (s string) {
/aosp_15_r20/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp507 trie::V1_0::TrieNode trieNode; in TEST_F() local