Home
last modified time | relevance | path

Searched defs:SimplePath (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
DBstPathTest.java29 static class SimplePath extends BstPath<SimpleNode, SimplePath> { class in BstPathTest
30 private SimplePath(SimpleNode tip, SimplePath tail) { in SimplePath() method in BstPathTest.SimplePath
/external/chromium_org/third_party/WebKit/Source/platform/text/
DTextPath.h36 enum CodePath { AutoPath, SimplePath, ComplexPath, SimpleWithGlyphOverflowPath }; enumerator