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 455 /// ReadNode - The index of the current node being read.
456 unsigned ReadNode;
523 ReadNode = 0;
530 ReadNode = FlatTree[ReadNode].ParentNode;
536 return (FlatTree[ReadNode].FromTD &&
537 !FlatTree[ReadNode].ToType.isNull()) ||
538 (FlatTree[ReadNode].ToTD && !FlatTree[ReadNode].ToType.isNull());
543 return !FlatTree[ReadNode].FromType.isNull() |
    [all...]

Completed in 149 milliseconds