Home
last modified time | relevance | path

Searched refs:getInt64 (Results 1 – 25 of 53) sorted by relevance

123

/third_party/protobuf/objectivec/Tests/
DGPBDictionaryTests+Int32.m1172 XCTAssertFalse([dict getInt64:NULL forKey:11]);
1186 XCTAssertTrue([dict getInt64:NULL forKey:11]);
1187 XCTAssertTrue([dict getInt64:&value forKey:11]);
1189 XCTAssertFalse([dict getInt64:NULL forKey:12]);
1208 XCTAssertTrue([dict getInt64:NULL forKey:11]);
1209 XCTAssertTrue([dict getInt64:&value forKey:11]);
1211 XCTAssertTrue([dict getInt64:NULL forKey:12]);
1212 XCTAssertTrue([dict getInt64:&value forKey:12]);
1214 XCTAssertTrue([dict getInt64:NULL forKey:13]);
1215 XCTAssertTrue([dict getInt64:&value forKey:13]);
[all …]
DGPBDictionaryTests+String.m1172 XCTAssertFalse([dict getInt64:NULL forKey:@"foo"]);
1186 XCTAssertTrue([dict getInt64:NULL forKey:@"foo"]);
1187 XCTAssertTrue([dict getInt64:&value forKey:@"foo"]);
1189 XCTAssertFalse([dict getInt64:NULL forKey:@"bar"]);
1208 XCTAssertTrue([dict getInt64:NULL forKey:@"foo"]);
1209 XCTAssertTrue([dict getInt64:&value forKey:@"foo"]);
1211 XCTAssertTrue([dict getInt64:NULL forKey:@"bar"]);
1212 XCTAssertTrue([dict getInt64:&value forKey:@"bar"]);
1214 XCTAssertTrue([dict getInt64:NULL forKey:@"baz"]);
1215 XCTAssertTrue([dict getInt64:&value forKey:@"baz"]);
[all …]
DGPBDictionaryTests+UInt64.m1172 XCTAssertFalse([dict getInt64:NULL forKey:31ULL]);
1186 XCTAssertTrue([dict getInt64:NULL forKey:31ULL]);
1187 XCTAssertTrue([dict getInt64:&value forKey:31ULL]);
1189 XCTAssertFalse([dict getInt64:NULL forKey:32ULL]);
1208 XCTAssertTrue([dict getInt64:NULL forKey:31ULL]);
1209 XCTAssertTrue([dict getInt64:&value forKey:31ULL]);
1211 XCTAssertTrue([dict getInt64:NULL forKey:32ULL]);
1212 XCTAssertTrue([dict getInt64:&value forKey:32ULL]);
1214 XCTAssertTrue([dict getInt64:NULL forKey:33ULL]);
1215 XCTAssertTrue([dict getInt64:&value forKey:33ULL]);
[all …]
DGPBDictionaryTests+Int64.m1172 XCTAssertFalse([dict getInt64:NULL forKey:21LL]);
1186 XCTAssertTrue([dict getInt64:NULL forKey:21LL]);
1187 XCTAssertTrue([dict getInt64:&value forKey:21LL]);
1189 XCTAssertFalse([dict getInt64:NULL forKey:22LL]);
1208 XCTAssertTrue([dict getInt64:NULL forKey:21LL]);
1209 XCTAssertTrue([dict getInt64:&value forKey:21LL]);
1211 XCTAssertTrue([dict getInt64:NULL forKey:22LL]);
1212 XCTAssertTrue([dict getInt64:&value forKey:22LL]);
1214 XCTAssertTrue([dict getInt64:NULL forKey:23LL]);
1215 XCTAssertTrue([dict getInt64:&value forKey:23LL]);
[all …]
DGPBDictionaryTests+UInt32.m1172 XCTAssertFalse([dict getInt64:NULL forKey:1U]);
1186 XCTAssertTrue([dict getInt64:NULL forKey:1U]);
1187 XCTAssertTrue([dict getInt64:&value forKey:1U]);
1189 XCTAssertFalse([dict getInt64:NULL forKey:2U]);
1208 XCTAssertTrue([dict getInt64:NULL forKey:1U]);
1209 XCTAssertTrue([dict getInt64:&value forKey:1U]);
1211 XCTAssertTrue([dict getInt64:NULL forKey:2U]);
1212 XCTAssertTrue([dict getInt64:&value forKey:2U]);
1214 XCTAssertTrue([dict getInt64:NULL forKey:3U]);
1215 XCTAssertTrue([dict getInt64:&value forKey:3U]);
[all …]
DGPBDictionaryTests+Bool.m979 XCTAssertFalse([dict getInt64:NULL forKey:YES]);
993 XCTAssertTrue([dict getInt64:NULL forKey:YES]);
994 XCTAssertTrue([dict getInt64:&value forKey:YES]);
996 XCTAssertFalse([dict getInt64:NULL forKey:NO]);
1015 XCTAssertTrue([dict getInt64:NULL forKey:YES]);
1016 XCTAssertTrue([dict getInt64:&value forKey:YES]);
1018 XCTAssertTrue([dict getInt64:NULL forKey:NO]);
1019 XCTAssertTrue([dict getInt64:&value forKey:NO]);
1170 XCTAssertTrue([dict getInt64:NULL forKey:YES]);
1171 XCTAssertTrue([dict getInt64:&value forKey:YES]);
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DIntegerDivision.cpp39 Shift = Builder.getInt64(63); in generateSignedRemainderCode()
111 Shift = Builder.getInt64(63); in generateSignedDivisionCode()
166 Zero = Builder.getInt64(0); in generateUnsignedDivisionCode()
167 One = Builder.getInt64(1); in generateUnsignedDivisionCode()
169 MSB = Builder.getInt64(63); in generateUnsignedDivisionCode()
/third_party/node/deps/icu-small/source/i18n/unicode/
Dfmtable.h341 int64_t getInt64(void) const { return fValue.fInt64; } in getInt64() function
358 int64_t getInt64(UErrorCode& status) const;
/third_party/icu/icu4c/source/i18n/unicode/
Dfmtable.h341 int64_t getInt64(void) const { return fValue.fInt64; } in getInt64() function
358 int64_t getInt64(UErrorCode& status) const;
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dfmtable.h341 int64_t getInt64(void) const { return fValue.fInt64; } in getInt64() function
358 int64_t getInt64(UErrorCode& status) const;
/third_party/icu/icu4c/source/i18n/
Dfmtable.cpp448 Formattable::getInt64(UErrorCode& status) const in getInt64() function in Formattable
483 getNumber().getInt64(status); in getInt64()
767 output.setToLong(this->getInt64()); in populateDecimalQuantity()
1037 return obj->getInt64(*status); in ufmt_getInt64()
Dnumber_usageprefs.cpp125 micros->mixedMeasures[i] = measures[i]->getNumber().getInt64(); in mixedMeasuresToMicros()
/third_party/node/deps/icu-small/source/i18n/
Dfmtable.cpp448 Formattable::getInt64(UErrorCode& status) const in getInt64() function in Formattable
483 getNumber().getInt64(status); in getInt64()
767 output.setToLong(this->getInt64()); in populateDecimalQuantity()
1037 return obj->getInt64(*status); in ufmt_getInt64()
Dnumber_usageprefs.cpp127 micros->mixedMeasures[i] = measures[i]->getNumber().getInt64(); in mixedMeasuresToMicros()
/third_party/vk-gl-cts/executor/
DxeTestCaseResult.cpp79 return str << value.getInt64(); in operator <<()
/third_party/skia/third_party/externals/icu/source/i18n/
Dfmtable.cpp448 Formattable::getInt64(UErrorCode& status) const in getInt64() function in Formattable
483 getNumber().getInt64(status); in getInt64()
767 output.setToLong(this->getInt64()); in populateDecimalQuantity()
1037 return obj->getInt64(*status); in ufmt_getInt64()
Dnumber_usageprefs.cpp125 micros->mixedMeasures[i] = measures[i]->getNumber().getInt64(); in mixedMeasuresToMicros()
/third_party/icu/icu4c/source/test/intltest/
Dnumrgts.cpp2128 if (n.getInt64() != dbl) { in Test4162198()
2776 TEST_ASSERT_EQUALS(1000000000LL, val.getInt64(status));
2787 TEST_ASSERT_EQUALS(100000000000000001LL, val.getInt64(status));
2796 TEST_ASSERT_EQUALS(100000000000000000LL, val.getInt64());
2804 TEST_ASSERT_EQUALS(9223372036854775807LL, val.getInt64());
2817 TEST_ASSERT_EQUALS((int64_t)0x8000000000000000LL, val.getInt64());
2825 TEST_ASSERT_EQUALS(9223372036854775807LL, val.getInt64(status));
2836 TEST_ASSERT_EQUALS((int64_t)0x8000000000000000LL, val.getInt64(status));
2854 TEST_ASSERT_EQUALS(9007199254740991LL, val.getInt64(status));
2863 TEST_ASSERT_EQUALS(9007199254740992LL, val.getInt64(status));
[all …]
/third_party/icu/icu4c/source/samples/numfmt/
Dutil.cpp109 sprintf(buf, "%" PRId64 "L", f.getInt64()); in formattableToString()
/third_party/skia/third_party/externals/icu/source/samples/numfmt/
Dutil.cpp109 sprintf(buf, "%" PRId64 "L", f.getInt64()); in formattableToString()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DIRBuilder.cpp411 Size = getInt64(-1); in CreateLifetimeStart()
427 Size = getInt64(-1); in CreateLifetimeEnd()
444 Size = getInt64(-1); in CreateInvariantStart()
591 Args.push_back(B.getInt64(ID)); in getStatepointArgs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp624 Builder.getInt64(MemOPSizeRangeStart), in lowerValueProfileInst()
625 Builder.getInt64(MemOPSizeRangeLast), in lowerValueProfileInst()
626 Builder.getInt64(MemOPSizeLarge == 0 ? INT64_MIN : MemOPSizeLarge)}; in lowerValueProfileInst()
975 IRB.getInt64(NamesSize)}); in emitRegistration()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIRBuilder.h360 ConstantInt *getInt64(uint64_t C) { in getInt64() function
456 return CreateMemSet(Ptr, Val, getInt64(Size), Align, isVolatile,
479 return CreateElementUnorderedAtomicMemSet(Ptr, Val, getInt64(Size),
490 return CreateElementUnorderedAtomicMemSet(Ptr, Val, getInt64(Size),
531 getInt64(Size), isVolatile, TBAATag, TBAAStructTag,
541 return CreateMemCpy(Dst, DstAlign, Src, SrcAlign, getInt64(Size),
577 Dst, DstAlign, Src, SrcAlign, getInt64(Size), ElementSize, TBAATag,
602 getInt64(Size), isVolatile, TBAATag, ScopeTag,
610 return CreateMemMove(Dst, DstAlign, Src, SrcAlign, getInt64(Size),
645 Dst, DstAlign, Src, SrcAlign, getInt64(Size), ElementSize, TBAATag,
[all …]
/third_party/protobuf/objectivec/
DGPBDictionary.h387 - (BOOL)getInt64:(nullable int64_t *)value forKey:(uint32_t)key;
1308 - (BOOL)getInt64:(nullable int64_t *)value forKey:(int32_t)key;
2229 - (BOOL)getInt64:(nullable int64_t *)value forKey:(uint64_t)key;
3150 - (BOOL)getInt64:(nullable int64_t *)value forKey:(int64_t)key;
4071 - (BOOL)getInt64:(nullable int64_t *)value forKey:(BOOL)key;
4992 - (BOOL)getInt64:(nullable int64_t *)value forKey:(NSString *)key;
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeRandom.hpp52 …deInt64 getInt64 (void) { deUint32 upper = getUint32(); return static_cast<deInt64>((deUint6… in getInt64() function in de::Random

123