Home
last modified time | relevance | path

Searched refs:node_order (Results 1 – 23 of 23) sorted by relevance

/external/marisa-trie/tests/
Dmarisa-test.cc38 EXCEPT(trie.node_order(), MARISA_STATE_ERROR); in TestEmptyTrie()
58 ASSERT(trie.node_order() == MARISA_DEFAULT_ORDER); in TestEmptyTrie()
104 ASSERT(trie.node_order() == MARISA_DEFAULT_ORDER); in TestTinyTrie()
173 ASSERT(trie.node_order() == MARISA_LABEL_ORDER); in TestTinyTrie()
262 marisa::NodeOrder node_order, marisa::Keyset &keyset) { in TestTrie() argument
268 trie.build(keyset, num_tries | tail_mode | node_order); in TestTrie()
274 ASSERT(trie.node_order() == node_order); in TestTrie()
289 ASSERT(trie.node_order() == node_order); in TestTrie()
318 ASSERT(trie.node_order() == node_order); in TestTrie()
329 ASSERT(trie.node_order() == node_order); in TestTrie()
[all …]
Dtrie-test.cc23 ASSERT(config.node_order() == MARISA_DEFAULT_ORDER); in TestConfig()
31 ASSERT(config.node_order() == MARISA_LABEL_ORDER); in TestConfig()
38 ASSERT(config.node_order() == MARISA_DEFAULT_ORDER); in TestConfig()
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/dominator_tree/
Dgenerated.cpp436 std::array<uint32_t, 3> node_order = {{10, 11, 12}}; in TEST_F() local
441 for (uint32_t id : node_order) { in TEST_F()
452 for (uint32_t id : node_order) { in TEST_F()
463 for (uint32_t id : make_range(node_order.rbegin(), node_order.rend())) { in TEST_F()
476 for (uint32_t id : make_range(node_order.rbegin(), node_order.rend())) { in TEST_F()
514 std::array<uint32_t, 3> node_order = {{12, 11, 10}}; in TEST_F() local
519 for (uint32_t id : node_order) { in TEST_F()
530 for (uint32_t id : node_order) { in TEST_F()
541 for (uint32_t id : make_range(node_order.rbegin(), node_order.rend())) { in TEST_F()
554 for (uint32_t id : make_range(node_order.rbegin(), node_order.rend())) { in TEST_F()
/external/deqp-deps/SPIRV-Tools/test/opt/dominator_tree/
Dgenerated.cpp436 std::array<uint32_t, 3> node_order = {{10, 11, 12}}; in TEST_F() local
441 for (uint32_t id : node_order) { in TEST_F()
452 for (uint32_t id : node_order) { in TEST_F()
463 for (uint32_t id : make_range(node_order.rbegin(), node_order.rend())) { in TEST_F()
476 for (uint32_t id : make_range(node_order.rbegin(), node_order.rend())) { in TEST_F()
514 std::array<uint32_t, 3> node_order = {{12, 11, 10}}; in TEST_F() local
519 for (uint32_t id : node_order) { in TEST_F()
530 for (uint32_t id : node_order) { in TEST_F()
541 for (uint32_t id : make_range(node_order.rbegin(), node_order.rend())) { in TEST_F()
554 for (uint32_t id : make_range(node_order.rbegin(), node_order.rend())) { in TEST_F()
/external/swiftshader/third_party/SPIRV-Tools/test/opt/dominator_tree/
Dgenerated.cpp436 std::array<uint32_t, 3> node_order = {{10, 11, 12}}; in TEST_F() local
441 for (uint32_t id : node_order) { in TEST_F()
452 for (uint32_t id : node_order) { in TEST_F()
463 for (uint32_t id : make_range(node_order.rbegin(), node_order.rend())) { in TEST_F()
476 for (uint32_t id : make_range(node_order.rbegin(), node_order.rend())) { in TEST_F()
514 std::array<uint32_t, 3> node_order = {{12, 11, 10}}; in TEST_F() local
519 for (uint32_t id : node_order) { in TEST_F()
530 for (uint32_t id : node_order) { in TEST_F()
541 for (uint32_t id : make_range(node_order.rbegin(), node_order.rend())) { in TEST_F()
554 for (uint32_t id : make_range(node_order.rbegin(), node_order.rend())) { in TEST_F()
/external/marisa-trie/lib/marisa/grimoire/trie/
Dlouds-trie.h48 NodeOrder node_order() const { in node_order() function
49 return config_.node_order(); in node_order()
Dconfig.h37 NodeOrder node_order() const { in node_order() function
Dlouds-trie.cc305 next_trie_->tail_mode() | next_trie_->node_order()); in build_trie()
307 config_.parse(1 | tail_.mode() | config.node_order() | in build_trie()
375 if (config.node_order() == MARISA_WEIGHT_ORDER) { in build_current_trie()
/external/marisa-trie/include/marisa/
Dtrie.h44 NodeOrder node_order() const;
/external/marisa-trie/bindings/ruby/
Dmarisa-swig.cxx225 NodeOrder Trie::node_order() const { in node_order() function in marisa_swig::Trie
226 if (trie_->node_order() == ::MARISA_LABEL_ORDER) { in node_order()
Dmarisa-swig.h165 NodeOrder node_order() const;
Dmarisa-swig_wrap.cxx4108 result = (marisa_swig::NodeOrder)((marisa_swig::Trie const *)arg1)->node_order();
/external/marisa-trie/bindings/perl/
Dmarisa-swig.cxx225 NodeOrder Trie::node_order() const { in node_order() function in marisa_swig::Trie
226 if (trie_->node_order() == ::MARISA_LABEL_ORDER) { in node_order()
Dmarisa-swig.h165 NodeOrder node_order() const;
Dmarisa.pm247 *node_order = *marisac::Trie_node_order;
Dmarisa-swig_wrap.cxx4419 result = (marisa_swig::NodeOrder)((marisa_swig::Trie const *)arg1)->node_order(); in XS()
/external/marisa-trie/bindings/
Dmarisa-swig.cxx225 NodeOrder Trie::node_order() const { in node_order() function in marisa_swig::Trie
226 if (trie_->node_order() == ::MARISA_LABEL_ORDER) { in node_order()
Dmarisa-swig.h165 NodeOrder node_order() const;
/external/marisa-trie/bindings/python/
Dmarisa-swig.cxx225 NodeOrder Trie::node_order() const { in node_order() function in marisa_swig::Trie
226 if (trie_->node_order() == ::MARISA_LABEL_ORDER) { in node_order()
Dmarisa-swig.h165 NodeOrder node_order() const;
Dmarisa.py195 def node_order(self): return _marisa.Trie_node_order(self) member in Trie
Dmarisa-swig_wrap.cxx5191 result = (marisa_swig::NodeOrder)((marisa_swig::Trie const *)arg1)->node_order(); in _wrap_Trie_node_order()
/external/marisa-trie/lib/marisa/
Dtrie.cc138 NodeOrder Trie::node_order() const { in node_order() function in marisa::Trie
140 return trie_->node_order(); in node_order()