Home
last modified time | relevance | path

Searched refs:UInt64 (Results 1 – 25 of 43) sorted by relevance

12

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/js/binary/
Darith.js53 jspb.arith.UInt64 = function(lo, hi) { class in jspb.arith
73 jspb.arith.UInt64.prototype.cmp = function(other) {
88 jspb.arith.UInt64.prototype.rightShift = function() {
91 return new jspb.arith.UInt64(lo >>> 0, hi >>> 0);
99 jspb.arith.UInt64.prototype.leftShift = function() {
102 return new jspb.arith.UInt64(lo >>> 0, hi >>> 0);
110 jspb.arith.UInt64.prototype.msb = function() {
119 jspb.arith.UInt64.prototype.lsb = function() {
128 jspb.arith.UInt64.prototype.zero = function() {
138 jspb.arith.UInt64.prototype.add = function(other) {
[all …]
Darith_test.js49 var a = new jspb.arith.UInt64(1234, 5678);
50 var b = new jspb.arith.UInt64(1234, 5678);
82 var a = new jspb.arith.UInt64(1, 0);
119 var a = new jspb.arith.UInt64(/* lo = */ 0x89abcdef,
121 var b = new jspb.arith.UInt64(/* lo = */ 0xff52ab91,
170 var a = new jspb.arith.UInt64(loValues[i], hiValues[j]);
171 var b = new jspb.arith.UInt64(loValues[j], hiValues[i]);
203 var c = jspb.arith.UInt64.mul32x32(a, b);
232 var a = new jspb.arith.UInt64(testData[i][0], testData[i][1]);
273 var a = new jspb.arith.UInt64(testData[i][0], testData[i][1]);
[all …]
Dwriter.js543 var num = jspb.arith.UInt64.fromString(value);
1403 var num = jspb.arith.UInt64.fromString(value[i]);
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/
DSampleMessages.cs72 SingleUint64 = UInt64.MaxValue, in CreateFullTestAllTypes()
77 RepeatedFixed64 = { UInt64.MaxValue, 1234567890123 }, in CreateFullTestAllTypes()
94 RepeatedUint64 = { UInt64.MaxValue, UInt32.MinValue }, in CreateFullTestAllTypes()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DFieldType.cs55 UInt64, enumerator
DFieldDescriptor.cs143 return FieldType.UInt64; in GetFieldTypeFromProtoType()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/third_party/jsoncpp/
Djson.h238 typedef unsigned __int64 UInt64; typedef
241 typedef unsigned long long int UInt64; typedef
244 typedef UInt64 LargestUInt;
556 typedef Json::UInt64 UInt64; typedef
585 static const UInt64 maxUInt64;
657 Value(UInt64 value);
724 UInt64 asUInt64() const;
Djsoncpp.cpp2457 const Int64 Value::minInt64 = Int64(~(UInt64(-1) / 2));
2458 const Int64 Value::maxInt64 = Int64(UInt64(-1) / 2);
2459 const UInt64 Value::maxUInt64 = UInt64(-1);
2475 static inline double integerToDouble(Json::UInt64 value) { in integerToDouble()
2758 Value::Value(UInt64 value) { in Value()
3130 Value::UInt64 Value::asUInt64() const { in asUInt64()
3134 return UInt64(value_.int_); in asUInt64()
3136 return UInt64(value_.uint_); in asUInt64()
3140 return UInt64(value_.real_); in asUInt64()
3669 return value_.uint_ <= UInt64(maxInt64); in isInt64()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBArray_PackagePrivate.h82 #pragma mark - UInt64
DGPBDictionary.h128 #pragma mark - UInt32 -> UInt64
492 #pragma mark - Int32 -> UInt64
782 #pragma mark - UInt64 -> UInt32
819 #pragma mark - UInt64 -> Int32
856 #pragma mark - UInt64 -> UInt64
893 #pragma mark - UInt64 -> Int64
930 #pragma mark - UInt64 -> Bool
967 #pragma mark - UInt64 -> Float
1004 #pragma mark - UInt64 -> Double
1041 #pragma mark - UInt64 -> Enum
[all …]
DGPBExtensionInternals.m87 FIELD_CASE(UInt64, unsignedLongLongValue)
120 FIELD_CASE(UInt64, unsignedLongLongValue)
186 FIELD_CASE(UInt64, unsignedLongLongValue)
227 FIELD_CASE(UInt64, unsignedLongLongValue)
DGPBMessage.m1408 //%PDDM-EXPAND FIELD_CASE(Fixed64, UInt64)
1568 //%PDDM-EXPAND FIELD_CASE(UInt64, UInt64)
2084 CASE_SINGLE_POD(Fixed64, uint64_t, UInt64)
2092 CASE_SINGLE_POD(UInt64, uint64_t, UInt64)
2165 CASE_REPEATED_PACKED_POD(Fixed64, uint64_t, UInt64)
2173 CASE_REPEATED_PACKED_POD(UInt64, uint64_t, UInt64)
2222 CASE_REPEATED_NOT_PACKED_POD(Fixed64, uint64_t, UInt64)
2230 CASE_REPEATED_NOT_PACKED_POD(UInt64, uint64_t, UInt64)
2859 CASE_SINGLE_POD(Fixed64, uint64_t, UInt64)
2867 CASE_SINGLE_POD(UInt64, uint64_t, UInt64)
[all …]
DGPBUtilities_PackagePrivate.h322 GPB_MESSAGE_SIGNATURE_ENTRY(uint64_t, UInt64)
DGPBUtilities.m681 //%PDDM-EXPAND IVAR_POD_ACCESSORS_DEFN(UInt64, uint64_t)
974 return @"UInt64";
1297 FIELD_CASE(UInt64, uint64_t, UInt64, @"%llu")
1298 FIELD_CASE(Fixed64, uint64_t, UInt64, @"%llu")
1421 FIELD_CASE(UInt64, uint64_t, unsignedLongLongValue, @"%llu")
DGPBArray.h165 #pragma mark - UInt64
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dwire_format.cc518 HANDLE_PACKED_TYPE(UINT64, uint64, UInt64) in ParseAndMergeField()
521 HANDLE_PACKED_TYPE( FIXED64, uint64, UInt64) in ParseAndMergeField()
592 HANDLE_TYPE(UINT64, uint64, UInt64) in ParseAndMergeField()
595 HANDLE_TYPE( FIXED64, uint64, UInt64) in ParseAndMergeField()
867 HANDLE_PRIMITIVE_TYPE(UINT64, uint64, UInt64, UInt64) in SerializeFieldWithCachedSizes()
870 HANDLE_PRIMITIVE_TYPE( FIXED64, uint64, Fixed64, UInt64) in SerializeFieldWithCachedSizes()
1063 HANDLE_TYPE(UINT64, UInt64, UInt64) in FieldDataOnlyByteSize()
Dreflection_ops.cc84 HANDLE_TYPE(UINT64, UInt64); in Merge()
109 HANDLE_TYPE(UINT64, UInt64); in Merge()
Dextension_set_heavy.cc469 HANDLE_TYPE( UINT64, UInt64, uint64); in InternalSerializeFieldWithCachedSizesToArray()
502 HANDLE_TYPE( UINT64, UInt64, uint64); in InternalSerializeFieldWithCachedSizesToArray()
541 HANDLE_TYPE( UINT64, UInt64, uint64_value); in InternalSerializeFieldWithCachedSizesToArray()
Dmap_type_handler.h295 GOOGLE_PROTOBUF_BYTE_SIZE(UINT64, UInt64)
339 GET_CACHED_SIZE(UINT64, UInt64)
400 WRITE_METHOD(UINT64 , UInt64)
Dmap_field.cc406 HANDLE_TYPE(UINT64, uint64, UInt64); in SyncMapWithRepeatedFieldNoLock()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/
Dfield_comparator.cc119 COMPARE_FIELD(UInt64); in Compare()
Dfield_mask_util.cc396 COPY_VALUE(UINT64, UInt64) in MergeMessage()
432 COPY_REPEATED_VALUE(UINT64, UInt64) in MergeMessage()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/ProtocolBuffers_OSX.xcodeproj/
Dproject.pbxproj48 …/* GPBDictionaryTests+UInt64.m in Sources */ = {isa = PBXBuildFile; fileRef = F4353D321AC06F10005A…
168 …ionaryTests+UInt64.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecod…
400 F4353D321AC06F10005A6198 /* GPBDictionaryTests+UInt64.m */,
656 F4353D391AC06F10005A6198 /* GPBDictionaryTests+UInt64.m in Sources */,
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/ProtocolBuffers_iOS.xcodeproj/
Dproject.pbxproj55 …/* GPBDictionaryTests+UInt64.m in Sources */ = {isa = PBXBuildFile; fileRef = F4353D401AC06F31005A…
188 …ionaryTests+UInt64.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecod…
438 F4353D401AC06F31005A6198 /* GPBDictionaryTests+UInt64.m */,
752 F4353D471AC06F31005A6198 /* GPBDictionaryTests+UInt64.m in Sources */,
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
DGPBDictionaryTests+UInt64.m43 //%PDDM-EXPAND TEST_FOR_POD_KEY(UInt64, uint64_t, 31ULL, 32ULL, 33ULL, 34ULL)
86 #pragma mark - UInt64 -> UInt32
443 #pragma mark - UInt64 -> Int32
800 #pragma mark - UInt64 -> UInt64
1157 #pragma mark - UInt64 -> Int64
1514 #pragma mark - UInt64 -> Bool
1871 #pragma mark - UInt64 -> Float
2228 #pragma mark - UInt64 -> Double
2585 #pragma mark - UInt64 -> Enum
2942 #pragma mark - UInt64 -> Enum (Unknown Enums)
[all …]

12