Searched defs:IntValue (Results 1 – 9 of 9) sorted by relevance
86 private static class IntValue { class in EquivalenceTest89 IntValue(int value) { in IntValue() method in EquivalenceTest.IntValue
142 int64_t IntValue; in EmitULEB128Value() local152 int64_t IntValue; in EmitSLEB128Value() local
687 int64_t IntValue; in EmitValueImpl() local706 int64_t IntValue; in EmitULEB128Value() local717 int64_t IntValue; in EmitSLEB128Value() local
480 int64_t IntValue; in SymbolValue() local
2224 uint64_t IntValue = MCE->getValue(); in ParseDirectiveValue() local4014 uint64_t IntValue = MCE->getValue(); in ParseDirectiveMSEmit() local4030 uint64_t IntValue = MCE->getValue(); in ParseDirectiveMSAlign() local
112 unsigned IntValue; member
1266 int TiXmlAttribute::IntValue() const in IntValue() function in TiXmlAttribute
781 …int IntValue() const { int i=0; QueryIntValue( &i ); return i… in IntValue() function
469 class IntValue { class473 explicit IntValue(int a_value) : value_(a_value) {} in IntValue() function in testing::gmock_matchers_test::IntValue