/external/grpc-grpc/third_party/nanopb/tests/intsizes/ |
intsizes.proto | 16 required sint32 req_sint8 = 3 [(nanopb).int_size = IS_8]; 19 required sint32 req_sint16 = 6 [(nanopb).int_size = IS_16]; 22 required sint32 req_sint32 = 9 [(nanopb).int_size = IS_32]; 25 required sint32 req_sint64 = 12 [(nanopb).int_size = IS_64]; 31 required sint32 req_sint8 = 3 ; 34 required sint32 req_sint16 = 6 ; 37 required sint32 req_sint32 = 9 ;
|
intsizes_unittests.c | 14 int32, uint32, sint32, \ 30 msg1.req_sint32 = sint32; \ 54 TEST( (int64_t)msg2.req_sint32 == sint32); \
|
/external/nanopb-c/tests/intsizes/ |
intsizes.proto | 16 required sint32 req_sint8 = 3 [(nanopb).int_size = IS_8]; 19 required sint32 req_sint16 = 6 [(nanopb).int_size = IS_16]; 22 required sint32 req_sint32 = 9 [(nanopb).int_size = IS_32]; 25 required sint32 req_sint64 = 12 [(nanopb).int_size = IS_64]; 31 required sint32 req_sint8 = 3 ; 34 required sint32 req_sint16 = 6 ; 37 required sint32 req_sint32 = 9 ;
|
intsizes_unittests.c | 14 int32, uint32, sint32, \ 30 msg1.req_sint32 = sint32; \ 54 TEST( (int64_t)msg2.req_sint32 == sint32); \
|
/frameworks/base/cmds/am/proto/ |
instrumentation_data.proto | 26 optional sint32 value_int = 3; 39 optional sint32 result_code = 3; 59 optional sint32 result_code = 3;
|
/external/perfetto/protos/perfetto/config/ |
test_config.proto | 39 optional sint32 field_sint32 = 12;
|
/cts/tests/tests/proto/src/android/util/proto/cts/ |
test.proto | 75 optional sint32 sint32_field = 70; 76 repeated sint32 sint32_field_repeated = 71; 77 repeated sint32 sint32_field_packed = 72 [packed=true];
|
/external/webrtc/webrtc/base/ |
macconversion.cc | 67 SInt32 sint32; local 68 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint32)); 69 if (converted) *i = static_cast<int>(sint32);
|
/external/python/cpython2/Modules/_ctypes/libffi/src/ |
types.c | 68 FFI_TYPEDEF(sint32, SINT32, FFI_TYPE_SINT32);
|
/external/python/cpython2/Modules/_ctypes/libffi_msvc/ |
types.c | 42 FFI_INTEGRAL_TYPEDEF(sint32, 4, 4, FFI_TYPE_SINT32);
|
/external/python/cpython3/Modules/_ctypes/libffi_msvc/ |
types.c | 42 FFI_INTEGRAL_TYPEDEF(sint32, 4, 4, FFI_TYPE_SINT32);
|
/external/perfetto/src/protozero/test/example_proto/ |
test_messages.proto | 54 optional sint32 field_sint32 = 5;
|
/external/libffi/src/ |
types.c | 72 FFI_TYPEDEF(sint32, SINT32, FFI_TYPE_SINT32, const);
|
/external/python/cpython2/Modules/_ctypes/libffi_osx/ |
types.c | 40 FFI_INTEGRAL_TYPEDEF(sint32, 4, 4, FFI_TYPE_SINT32);
|
/external/python/cpython3/Modules/_ctypes/libffi_osx/ |
types.c | 40 FFI_INTEGRAL_TYPEDEF(sint32, 4, 4, FFI_TYPE_SINT32);
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
FieldType.cs | 101 /// The <c>sint32</c> field type. 103 SInt32,
|
/external/golang-protobuf/proto/ |
size_test.go | 107 {"sint32", &pb.Defaults{F_Sint32: Int32(65)}}, 165 {"oneof sint32", &pb.Oneof{Union: &pb.Oneof_F_Sint32{50}}},
|
encode.go | 160 // This is the format used for the sint32 protocol buffer type.
|
decode.go | 253 // This is the format used for the sint32 protocol buffer type.
|
/external/protobuf/editors/ |
proto.vim | 63 syn keyword pbType int32 int64 uint32 uint64 sint32 sint64
|
/external/protobuf/csharp/src/Google.Protobuf/ |
CodedOutputStream.ComputeSize.cs | 203 /// sint32 field, including the tag.
|
/external/syzkaller/vendor/github.com/golang/protobuf/proto/ |
encode.go | 175 // This is the format used for the sint32 protocol buffer type.
|
decode.go | 254 // This is the format used for the sint32 protocol buffer type.
|
/external/protobuf/src/google/protobuf/ |
extension_set_unittest.cc | 661 TEST_SCALAR_EXTENSIONS_SPACE_USED(sint32 , 105); 738 TEST_REPEATED_EXTENSIONS_SPACE_USED(sint32 , int32 , 105); [all...] |
/external/protobuf/ruby/ext/google/protobuf_c/ |
defs.c | 624 CONVERT(SINT32, sint32); 653 CONVERT(SINT32, sint32); [all...] |