/external/python/cpython3/Modules/_ctypes/libffi_osx/ |
D | types.c | 57 FFI_INTEGRAL_TYPEDEF(sint64, 8, 8, FFI_TYPE_SINT64); 60 FFI_INTEGRAL_TYPEDEF(sint64, 8, 4, FFI_TYPE_SINT64); 65 FFI_INTEGRAL_TYPEDEF(sint64, 8, 8, FFI_TYPE_SINT64); 68 FFI_INTEGRAL_TYPEDEF(sint64, 8, 4, FFI_TYPE_SINT64); 71 FFI_INTEGRAL_TYPEDEF(sint64, 8, 8, FFI_TYPE_SINT64);
|
/external/python/cpython2/Modules/_ctypes/libffi_osx/ |
D | types.c | 57 FFI_INTEGRAL_TYPEDEF(sint64, 8, 8, FFI_TYPE_SINT64); 60 FFI_INTEGRAL_TYPEDEF(sint64, 8, 4, FFI_TYPE_SINT64); 65 FFI_INTEGRAL_TYPEDEF(sint64, 8, 8, FFI_TYPE_SINT64); 68 FFI_INTEGRAL_TYPEDEF(sint64, 8, 4, FFI_TYPE_SINT64); 71 FFI_INTEGRAL_TYPEDEF(sint64, 8, 8, FFI_TYPE_SINT64);
|
/external/python/cpython2/Modules/_ctypes/libffi_msvc/ |
D | types.c | 59 FFI_INTEGRAL_TYPEDEF(sint64, 8, 4, FFI_TYPE_SINT64); 64 FFI_INTEGRAL_TYPEDEF(sint64, 8, 4, FFI_TYPE_SINT64); 69 FFI_INTEGRAL_TYPEDEF(sint64, 8, 8, FFI_TYPE_SINT64);
|
/external/python/cpython3/Modules/_ctypes/libffi_msvc/ |
D | types.c | 59 FFI_INTEGRAL_TYPEDEF(sint64, 8, 4, FFI_TYPE_SINT64); 64 FFI_INTEGRAL_TYPEDEF(sint64, 8, 4, FFI_TYPE_SINT64); 69 FFI_INTEGRAL_TYPEDEF(sint64, 8, 8, FFI_TYPE_SINT64);
|
/external/libprotobuf-mutator/src/ |
D | mutator_test_proto2.proto | 29 required sint64 required_sint64 = 8; 47 optional sint64 optional_sint64 = 25; 65 repeated sint64 repeated_sint64 = 42; 84 sint64 oneof_sint64 = 59;
|
D | mutator_test_proto3.proto | 25 sint64 optional_sint64 = 25; 43 repeated sint64 repeated_sint64 = 42; 62 sint64 oneof_sint64 = 59;
|
/external/protobuf/objectivec/Tests/ |
D | unittest_runtime_proto3.proto | 47 sint64 optional_sint64 = 6; 66 repeated sint64 repeated_sint64 = 36; 86 sint64 oneof_sint64 = 56; 107 map<sint64 , sint64 > map_sint64_sint64 = 75;
|
D | unittest_runtime_proto2.proto | 47 optional sint64 optional_sint64 = 6; 68 repeated sint64 repeated_sint64 = 36; 90 sint64 oneof_sint64 = 56 [default = 105]; 114 map<sint64 , sint64 > map_sint64_sint64 = 75;
|
/external/protobuf/js/ |
D | testbinary.proto | 47 optional sint64 optional_sint64 = 6; 70 repeated sint64 repeated_sint64 = 36; 94 repeated sint64 packed_repeated_sint64 = 66 [packed=true]; 140 optional sint64 extend_optional_sint64 = 6; 157 repeated sint64 extend_repeated_sint64 = 36; 174 repeated sint64 extend_packed_repeated_sint64 = 66 [packed=true];
|
/external/webrtc/webrtc/base/ |
D | macconversion.cc | 72 SInt64 sint64; in p_convertCFNumberToInt() local 73 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint64)); in p_convertCFNumberToInt() 74 if (converted) *i = static_cast<int>(sint64); in p_convertCFNumberToInt()
|
/external/tensorflow/tensorflow/contrib/proto/python/kernel_tests/ |
D | test_example.proto | 44 repeated sint64 sint64_value = 18; 63 optional sint64 sint64_value_with_default = 34 [default = 13]; 89 repeated sint64 sint64_value = 18 [packed = true]; 107 optional sint64 sint64_value_with_default = 34 [default = 13]; 125 optional sint64 sint64_value = 18;
|
/external/grpc-grpc/third_party/nanopb/tests/intsizes/ |
D | intsizes_unittests.c | 15 int64, uint64, sint64, expected_result) \ argument 33 msg1.req_sint64 = sint64; \ 57 TEST( (int64_t)msg2.req_sint64 == sint64); \
|
/external/nanopb-c/tests/intsizes/ |
D | intsizes_unittests.c | 15 int64, uint64, sint64, expected_result) \ argument 33 msg1.req_sint64 = sint64; \ 57 TEST( (int64_t)msg2.req_sint64 == sint64); \
|
/external/protobuf/src/google/protobuf/ |
D | map_lite_unittest.proto | 47 map<sint64 , sint64 > map_sint64_sint64 = 6; 68 map<sint64 , sint64 > map_sint64_sint64 = 6;
|
D | unittest_lite.proto | 64 optional sint64 optional_sint64 = 6; 103 repeated sint64 repeated_sint64 = 36; 138 optional sint64 default_sint64 = 66 [default = 46 ]; 184 repeated sint64 packed_sint64 = 95 [packed = true]; 206 optional sint64 optional_sint64_extension_lite = 6; 248 repeated sint64 repeated_sint64_extension_lite = 36; 287 optional sint64 default_sint64_extension_lite = 66 [default = 46 ]; 326 repeated sint64 packed_sint64_extension_lite = 95 [packed = true];
|
D | map_unittest.proto | 50 map<sint64 , sint64 > map_sint64_sint64 = 6; 97 map<sint64 , sint64 > map_sint64_sint64 = 6;
|
/external/golang-protobuf/proto/test_proto/ |
D | test.proto | 100 required sint64 F_Sint64_required = 103; 117 repeated sint64 F_Sint64_repeated = 203; 134 optional sint64 F_Sint64_optional = 303; 151 optional sint64 F_Sint64_defaulted = 403 [default = -64]; 166 repeated sint64 F_Sint64_repeated_packed = 503 [packed=true]; 336 optional sint64 no_default_sint64 = 108; 353 optional sint64 default_sint64 = 208 [default = 47]; 458 optional sint64 F_Sint64 = 13 [default=-64]; 517 map<sint64, FloatingPoint> msg_mapping = 2; 536 sint64 F_Sint64 = 13;
|
/external/nanopb-c/tests/field_size_32/ |
D | alltypes.proto | 44 required sint64 req_sint64 = 6; 67 repeated sint64 rep_sint64 = 26; 90 optional sint64 opt_sint64 = 10046 [default = 4046];
|
/external/nanopb-c/tests/field_size_16/ |
D | alltypes.proto | 44 required sint64 req_sint64 = 6; 67 repeated sint64 rep_sint64 = 26; 90 optional sint64 opt_sint64 = 10046 [default = 4046];
|
/external/grpc-grpc/third_party/nanopb/tests/backwards_compatibility/ |
D | alltypes_legacy.proto | 44 required sint64 req_sint64 = 6; 66 repeated sint64 rep_sint64 = 26 [packed = true]; 87 optional sint64 opt_sint64 = 46 [default = 4046];
|
/external/grpc-grpc/third_party/nanopb/tests/field_size_32/ |
D | alltypes.proto | 44 required sint64 req_sint64 = 6; 67 repeated sint64 rep_sint64 = 26; 89 optional sint64 opt_sint64 = 10046 [default = 4046];
|
/external/protobuf/javanano/src/test/java/com/google/protobuf/nano/ |
D | unittest_reference_types_nano.proto | 24 optional sint64 optional_sint64 = 6; 52 repeated sint64 repeated_sint64 = 36; 86 optional sint64 default_sint64 = 66 [default = 46 ];
|
/external/grpc-grpc/third_party/nanopb/tests/field_size_16/ |
D | alltypes.proto | 44 required sint64 req_sint64 = 6; 67 repeated sint64 rep_sint64 = 26; 89 optional sint64 opt_sint64 = 10046 [default = 4046];
|
/external/nanopb-c/tests/backwards_compatibility/ |
D | alltypes_legacy.proto | 44 required sint64 req_sint64 = 6; 66 repeated sint64 rep_sint64 = 26 [packed = true]; 87 optional sint64 opt_sint64 = 46 [default = 4046];
|
/external/grpc-grpc/third_party/nanopb/tests/alltypes/ |
D | alltypes.proto | 45 required sint64 req_sint64 = 6; 68 repeated sint64 rep_sint64 = 26 [packed = true]; 90 optional sint64 opt_sint64 = 46 [default = 4046];
|