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

/external/fonttools/Lib/fontTools/ttLib/tables/
H A DotConverters.py84 class SimpleValue(BaseConverter): class in inherits:BaseConverter
91 class IntValue(SimpleValue):
150 class Tag(SimpleValue):
156 class GlyphID(SimpleValue):
166 class FloatValue(SimpleValue):
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DotConverters.py84 class SimpleValue(BaseConverter): class in inherits:BaseConverter
91 class IntValue(SimpleValue):
150 class Tag(SimpleValue):
156 class GlyphID(SimpleValue):
166 class FloatValue(SimpleValue):
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DEarlyCSE.cpp40 // SimpleValue
44 /// SimpleValue - Instances of this struct represent available values in the
46 struct SimpleValue { struct in namespace:__anon23020
49 SimpleValue(Instruction *I) : Inst(I) { function in struct:__anon23020::SimpleValue
72 // SimpleValue is POD.
73 template<> struct isPodLike<SimpleValue> {
77 template<> struct DenseMapInfo<SimpleValue> {
78 static inline SimpleValue getEmptyKey() {
81 static inline SimpleValue getTombstoneKey() {
84 static unsigned getHashValue(SimpleValue Va
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp49 // SimpleValue
54 struct SimpleValue { struct in namespace:__anon14694
57 SimpleValue(Instruction *I) : Inst(I) { function in struct:__anon14694::SimpleValue
80 template <> struct DenseMapInfo<SimpleValue> {
81 static inline SimpleValue getEmptyKey() {
84 static inline SimpleValue getTombstoneKey() {
87 static unsigned getHashValue(SimpleValue Val);
88 static bool isEqual(SimpleValue LHS, SimpleValue RHS);
92 unsigned DenseMapInfo<SimpleValue>
[all...]
/external/guice/extensions/persist/lib/
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...

Completed in 368 milliseconds