HomeSort by relevance Sort by last modified time
    Searched defs:ReadNode (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/sync/engine/
syncapi.h 163 // InitByRootLookup on ReadNode allows access to the root. GetParentId is
472 // ReadNode wraps a syncable::Entry to provide the functionality of a
474 class ReadNode : public BaseNode {
476 // Create an unpopulated ReadNode on the given transaction. Call some flavor
477 // of Init to populate the ReadNode with a database entry.
478 explicit ReadNode(const BaseTransaction* transaction);
479 virtual ~ReadNode();
490 // never mutable, so root lookup is only possible on a ReadNode.
503 ReadNode();
514 DISALLOW_COPY_AND_ASSIGN(ReadNode);
    [all...]
syncapi.cc     [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp 485 /// ReadNode - The index of the current node being read.
486 unsigned ReadNode;
579 ReadNode = 0;
586 ReadNode = FlatTree[ReadNode].ParentNode;
591 FromType = FlatTree[ReadNode].FromType;
592 ToType = FlatTree[ReadNode].ToType;
597 FromExpr = FlatTree[ReadNode].FromExpr;
598 ToExpr = FlatTree[ReadNode].ToExpr;
603 FromTD = FlatTree[ReadNode].FromTD
    [all...]

Completed in 236 milliseconds