Searched defs:PropertyNode (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/components/policy/core/common/
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_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;
/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 DNodes.py4388 class PropertyNode(StatNode): class in inherits:StatNode
/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);

Completed in 2627 milliseconds