HomeSort by relevance Sort by last modified time
    Searched defs:ReadNode (Results 1 - 3 of 3) 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.
57 ReadNode();
68 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/clang/lib/AST/
ASTDiagnostic.cpp 520 /// ReadNode - The index of the current node being read.
521 unsigned ReadNode;
617 ReadNode = 0;
624 ReadNode = FlatTree[ReadNode].ParentNode;
629 FromType = FlatTree[ReadNode].FromType;
630 ToType = FlatTree[ReadNode].ToType;
635 FromExpr = FlatTree[ReadNode].FromExpr;
636 ToExpr = FlatTree[ReadNode].ToExpr;
641 FromTD = FlatTree[ReadNode].FromTD
    [all...]

Completed in 95 milliseconds