Home
last modified time | relevance | path

Searched refs:getInt64 (Results 1 – 25 of 67) 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/flutter/engine/flutter/lib/ui/
Dhooks.dart313 timeStamp: Duration(microseconds: packet.getInt64(kStride * offset++, _kFakeHostEndian)),
314 change: PointerChange.values[packet.getInt64(kStride * offset++, _kFakeHostEndian)],
315 kind: PointerDeviceKind.values[packet.getInt64(kStride * offset++, _kFakeHostEndian)],
316 signalKind: PointerSignalKind.values[packet.getInt64(kStride * offset++, _kFakeHostEndian)],
317 device: packet.getInt64(kStride * offset++, _kFakeHostEndian),
320 buttons: packet.getInt64(kStride * offset++, _kFakeHostEndian),
321 obscured: packet.getInt64(kStride * offset++, _kFakeHostEndian) != 0,
334 platformData: packet.getInt64(kStride * offset++, _kFakeHostEndian),
/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/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Dfmtable.h339 int64_t getInt64(void) const { return fValue.fInt64; } in getInt64() function
356 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/unicode/
Dfmtable.h341 int64_t getInt64(void) const { return fValue.fInt64; } in getInt64() function
358 int64_t getInt64(UErrorCode& status) const;
/third_party/flutter/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()
762 output.setToLong(this->getInt64()); in populateDecimalQuantity()
1032 return obj->getInt64(*status); in ufmt_getInt64()
/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()
/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()
/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()
/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/flutter/engine/flutter/lib/web_ui/lib/src/engine/services/
Dserialization.dart147 int getInt64() {
148 final int value = data.getInt64(_position, Endian.host);
/third_party/flutter/flutter/packages/flutter/lib/src/foundation/
Dserialization.dart146 int getInt64() {
147 final int value = data.getInt64(_position, Endian.host);
/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/flutter/flutter/packages/flutter/test/foundation/
Dserialization_test.dart36 expect(read.getInt64(), equals(-9000000000000));

123