Searched refs:PropertyNode (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/components/policy/core/common/
H A Dschema_internal.h41 struct POLICY_EXPORT PropertyNode { struct in namespace:policy::internal
52 // An offset into SchemaData::property_nodes that indexes the PropertyNode
56 // An offset into SchemaData::property_nodes that indexes the PropertyNode
62 // Note that the range [begin, end) is sorted by PropertyNode::key, so that
66 // An offset into SchemaData::property_nodes that indexes the PropertyNode
117 const PropertyNode* property_nodes;
H A Dschema.h21 struct POLICY_EXPORT PropertyNode; member in namespace:policy::internal
141 const internal::PropertyNode* it_;
142 const internal::PropertyNode* end_;
H A Dschema.cc28 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* i
[all...]
H A Dschema_unittest.cc498 const internal::PropertyNode kPropertyNodes[] = {
/external/llvm/include/llvm/IR/
H A DDIBuilder.h262 /// @param PropertyNode Property associated with this ivar.
267 MDNode *PropertyNode);
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1705 llvm::MDNode *PropertyNode = local
1714 EltTys.push_back(PropertyNode);
1769 llvm::MDNode *PropertyNode = nullptr; local
1779 PropertyNode =
1794 PropertyNode);
/external/llvm/lib/IR/
H A DDIBuilder.cpp505 DIType Ty, MDNode *PropertyNode) {
518 PropertyNode
500 createObjCIVar(StringRef Name, DIFile File, unsigned LineNumber, uint64_t SizeInBits, uint64_t AlignInBits, uint64_t OffsetInBits, unsigned Flags, DIType Ty, MDNode *PropertyNode) argument
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DParsing.py3082 return Nodes.PropertyNode(pos, name=name, doc=doc, body=body)
H A DNodes.py4388 class PropertyNode(StatNode): class in inherits:StatNode

Completed in 4473 milliseconds