/external/golang-protobuf/proto/ |
D | extensions_test.go | 259 var setInt64 int64 = 4 277 {pb.E_NoDefaultInt64, setInt64, nil}, 281 {pb.E_NoDefaultSint64, setInt64, nil}, 285 {pb.E_NoDefaultSfixed64, setInt64, nil}, 294 {pb.E_DefaultInt64, setInt64, int64(43)}, 298 {pb.E_DefaultSint64, setInt64, int64(47)}, 302 {pb.E_DefaultSfixed64, setInt64, int64(51)},
|
/external/protobuf/objectivec/Tests/ |
D | GPBMessageTests+Serialization.m | 1162 [msg.mapInt64Int64 setInt64:1002 forKey:202]; 1163 [msg.mapInt64Int64 setInt64:103 forKey:2003]; 1164 [msg.mapInt64Int64 setInt64:4294967296 forKey:4294967297]; 1172 [msg.mapSint64Sint64 setInt64:1010 forKey:210]; 1173 [msg.mapSint64Sint64 setInt64:111 forKey:2011]; 1174 [msg.mapSint64Sint64 setInt64:4294967300 forKey:4294967301]; 1182 [msg.mapSfixed64Sfixed64 setInt64:1018 forKey:218]; 1183 [msg.mapSfixed64Sfixed64 setInt64:119 forKey:2019]; 1184 [msg.mapSfixed64Sfixed64 setInt64:4294967304 forKey:4294967305];
|
D | GPBDictionaryTests+Bool.m | 982 [dict setInt64:400 forKey:YES]; 1149 [dict setInt64:400 forKey:YES]; 1223 [dict setInt64:401 forKey:YES]; 1232 [dict setInt64:400 forKey:NO];
|
D | GPBDictionaryTests+Int32.m | 1181 [dict setInt64:400 forKey:11]; 1352 [dict setInt64:400 forKey:11]; 1463 [dict setInt64:403 forKey:11]; 1478 [dict setInt64:401 forKey:14];
|
D | GPBDictionaryTests+String.m | 1181 [dict setInt64:400 forKey:@"foo"]; 1352 [dict setInt64:400 forKey:@"foo"]; 1463 [dict setInt64:403 forKey:@"foo"]; 1478 [dict setInt64:401 forKey:@"mumble"];
|
D | GPBDictionaryTests+UInt32.m | 1181 [dict setInt64:400 forKey:1U]; 1352 [dict setInt64:400 forKey:1U]; 1463 [dict setInt64:403 forKey:1U]; 1478 [dict setInt64:401 forKey:4U];
|
D | GPBDictionaryTests+UInt64.m | 1181 [dict setInt64:400 forKey:31ULL]; 1352 [dict setInt64:400 forKey:31ULL]; 1463 [dict setInt64:403 forKey:31ULL]; 1478 [dict setInt64:401 forKey:34ULL];
|
D | GPBDictionaryTests+Int64.m | 1181 [dict setInt64:400 forKey:21LL]; 1352 [dict setInt64:400 forKey:21LL]; 1463 [dict setInt64:403 forKey:21LL]; 1478 [dict setInt64:401 forKey:24LL];
|
D | GPBTestUtilities.m | 1093 [message.mapInt64Int64 setInt64:(i + 1) forKey:101 + i * 100]; 1097 [message.mapSint64Sint64 setInt64:(i + 1) forKey:105 + i * 100]; 1101 [message.mapSfixed64Sfixed64 setInt64:(i + 1) forKey:109 + i * 100];
|
/external/libchrome/mojo/public/js/lib/ |
D | buffer.js | 136 Buffer.prototype.setInt64 = function(offset, value) { method in Buffer
|
D | codec.js | 274 this.buffer.setInt64(this.next, val);
|
/external/icu/icu4c/source/i18n/unicode/ |
D | fmtable.h | 517 void setInt64(int64_t ll);
|
/external/icu/libicu/cts_headers/unicode/ |
D | fmtable.h | 517 void setInt64(int64_t ll);
|
/external/protobuf/objectivec/ |
D | GPBDictionary.h | 413 - (void)setInt64:(int64_t)value forKey:(uint32_t)key; 1334 - (void)setInt64:(int64_t)value forKey:(int32_t)key; 2255 - (void)setInt64:(int64_t)value forKey:(uint64_t)key; 3176 - (void)setInt64:(int64_t)value forKey:(int64_t)key; 4097 - (void)setInt64:(int64_t)value forKey:(BOOL)key; 5018 - (void)setInt64:(int64_t)value forKey:(NSString *)key;
|
D | GPBDictionary.m | 2146 - (void)setInt64:(int64_t)value forKey:(uint32_t)key { 3894 - (void)setInt64:(int64_t)value forKey:(int32_t)key { 5642 - (void)setInt64:(int64_t)value forKey:(uint64_t)key { 7390 - (void)setInt64:(int64_t)value forKey:(int64_t)key { 9166 - (void)setInt64:(int64_t)value forKey:(NSString *)key { 10843 - (void)setInt64:(int64_t)value forKey:(BOOL)key {
|
/external/icu/icu4c/source/test/intltest/ |
D | dcfmapts.cpp | 937 fable.setInt64(4503599627370496LL); in TestFixedDecimal() 948 fable.setInt64(4503599627370497LL); in TestFixedDecimal() 959 fable.setInt64(9223372036854775807LL); in TestFixedDecimal()
|
D | dtifmtts.cpp | 288 formattable.setInt64(10); in testAPI()
|
/external/icu/icu4c/source/i18n/ |
D | umsg.cpp | 438 args[i].setInt64(tInt64); in umsg_vformat()
|
D | fmtable.cpp | 554 Formattable::setInt64(int64_t ll) in setInt64() function in Formattable
|
/external/flatbuffers/dart/lib/ |
D | flat_buffers.dart | 748 _buf.setInt64(_buf.lengthInBytes - tail, x, Endian.little);
|
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/ |
D | vulkan_structs.hpp | 33535 PerformanceCounterResultKHR & setInt64( int64_t int64_ ) VULKAN_HPP_NOEXCEPT in setInt64() function
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan.hpp | 61073 PerformanceCounterResultKHR & setInt64( int64_t int64_ ) VULKAN_HPP_NOEXCEPT in setInt64() function
|
/external/swiftshader/include/vulkan/ |
D | vulkan.hpp | 61270 PerformanceCounterResultKHR & setInt64( int64_t int64_ ) VULKAN_HPP_NOEXCEPT in setInt64() function
|