Home | History | Annotate | Download | only in common

Lines Matching refs:PropertyNode

28 using internal::PropertyNode;
164 const PropertyNode* property(int index) const {
256 std::vector<PropertyNode> property_nodes_;
996 bool CompareKeys(const PropertyNode& node, const std::string& key) {
1006 const PropertyNode* begin = storage_->property(node->begin);
1007 const PropertyNode* end = storage_->property(node->end);
1008 const PropertyNode* it = std::lower_bound(begin, end, key, CompareKeys);
1027 const PropertyNode* begin = storage_->property(node->end);
1028 const PropertyNode* end = storage_->property(node->pattern_end);
1030 for (const PropertyNode* it = begin; it != end; ++it) {