Searched defs:Reference (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tools/aapt2/
H A DResourceValues.cpp74 Reference::Reference() : reference_type(Type::kResource) {} function in class:aapt::Reference
76 Reference::Reference(const ResourceNameRef& n, Type t) function in class:aapt::Reference
79 Reference::Reference(const ResourceId& i, Type type) function in class:aapt::Reference
82 Reference::Reference(const ResourceNameRef& n, const ResourceId& i) function in class:aapt::Reference
85 bool Reference::Equals(const Value* value) const {
86 const Reference* othe
[all...]
H A DResourceValues.h120 struct Reference : public BaseItem<Reference> { struct in namespace:aapt
128 Reference::Type reference_type;
131 Reference();
132 explicit Reference(const ResourceNameRef& n, Type type = Type::kResource);
133 explicit Reference(const ResourceId& i, Type type = Type::kResource);
134 Reference(const ResourceNameRef& n, const ResourceId& i);
138 Reference* Clone(StringPool* new_pool) const override;
142 bool operator<(const Reference&, const Reference
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 145 milliseconds