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

  /external/chromium_org/sync/internal_api/public/
read_node.h 18 // ReadNode wraps a syncable::Entry to provide the functionality of a
20 class SYNC_EXPORT ReadNode : public BaseNode {
22 // Create an unpopulated ReadNode on the given transaction. Call some flavor
23 // of Init to populate the ReadNode with a database entry.
24 explicit ReadNode(const BaseTransaction* transaction);
25 virtual ~ReadNode();
37 // never mutable, so root lookup is only possible on a ReadNode.
50 ReadNode();
61 DISALLOW_COPY_AND_ASSIGN(ReadNode);
  /external/chromium_org/sync/internal_api/
read_node.cc 16 // ReadNode member definitions
17 ReadNode::ReadNode(const BaseTransaction* transaction)
22 ReadNode::ReadNode() {
27 ReadNode::~ReadNode() {
31 void ReadNode::InitByRootLookup() {
39 BaseNode::InitByLookupResult ReadNode::InitByIdLookup(int64 id) {
54 BaseNode::InitByLookupResult ReadNode::InitByClientTagLookup
    [all...]
  /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 489 /// ReadNode - The index of the current node being read.
490 unsigned ReadNode;
586 ReadNode = 0;
593 ReadNode = FlatTree[ReadNode].ParentNode;
598 FromType = FlatTree[ReadNode].FromType;
599 ToType = FlatTree[ReadNode].ToType;
604 FromExpr = FlatTree[ReadNode].FromExpr;
605 ToExpr = FlatTree[ReadNode].ToExpr;
610 FromTD = FlatTree[ReadNode].FromTD
    [all...]

Completed in 1193 milliseconds