/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/js/binary/ |
D | arith.js | 53 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 …]
|
D | arith_test.js | 49 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 …]
|
D | writer.js | 543 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/ |
D | SampleMessages.cs | 72 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/ |
D | FieldType.cs | 55 UInt64, enumerator
|
D | FieldDescriptor.cs | 143 return FieldType.UInt64; in GetFieldTypeFromProtoType()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/third_party/jsoncpp/ |
D | json.h | 238 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;
|
D | jsoncpp.cpp | 2457 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/ |
D | GPBArray_PackagePrivate.h | 82 #pragma mark - UInt64
|
D | GPBDictionary.h | 128 #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 …]
|
D | GPBExtensionInternals.m | 87 FIELD_CASE(UInt64, unsignedLongLongValue) 120 FIELD_CASE(UInt64, unsignedLongLongValue) 186 FIELD_CASE(UInt64, unsignedLongLongValue) 227 FIELD_CASE(UInt64, unsignedLongLongValue)
|
D | GPBMessage.m | 1408 //%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 …]
|
D | GPBUtilities_PackagePrivate.h | 322 GPB_MESSAGE_SIGNATURE_ENTRY(uint64_t, UInt64)
|
D | GPBUtilities.m | 681 //%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")
|
D | GPBArray.h | 165 #pragma mark - UInt64
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | wire_format.cc | 518 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()
|
D | reflection_ops.cc | 84 HANDLE_TYPE(UINT64, UInt64); in Merge() 109 HANDLE_TYPE(UINT64, UInt64); in Merge()
|
D | extension_set_heavy.cc | 469 HANDLE_TYPE( UINT64, UInt64, uint64); in InternalSerializeFieldWithCachedSizesToArray() 502 HANDLE_TYPE( UINT64, UInt64, uint64); in InternalSerializeFieldWithCachedSizesToArray() 541 HANDLE_TYPE( UINT64, UInt64, uint64_value); in InternalSerializeFieldWithCachedSizesToArray()
|
D | map_type_handler.h | 295 GOOGLE_PROTOBUF_BYTE_SIZE(UINT64, UInt64) 339 GET_CACHED_SIZE(UINT64, UInt64) 400 WRITE_METHOD(UINT64 , UInt64)
|
D | map_field.cc | 406 HANDLE_TYPE(UINT64, uint64, UInt64); in SyncMapWithRepeatedFieldNoLock()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/ |
D | field_comparator.cc | 119 COMPARE_FIELD(UInt64); in Compare()
|
D | field_mask_util.cc | 396 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/ |
D | project.pbxproj | 48 …/* 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/ |
D | project.pbxproj | 55 …/* 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/ |
D | GPBDictionaryTests+UInt64.m | 43 //%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 …]
|