Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/collect/
DBstModificationResult.java38 static <N extends BstNode<?, N>> BstModificationResult<N> rebuildingChange( in rebuildingChange()
44 static <N extends BstNode<?, N>> BstModificationResult<N> rebalancingChange( in rebalancingChange()
50 @Nullable private final N originalTarget; field in BstModificationResult
54 private BstModificationResult( in BstModificationResult()
DBstOperations.java120 N originalTarget = (tree == null) ? null : nodeFactory.createLeaf(tree); in modify() local
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/
DXMLDocumentParser.cpp1318 const char* originalTarget = target; in convertUTF16EntityToUTF8() local