Home
last modified time | relevance | path

Searched refs:AllTypes (Results 1 – 22 of 22) sorted by relevance

/external/nanopb-c/tests/backwards_compatibility/
Dalltypes_legacy.c39 PB_FIELD( 1, INT32 , REQUIRED, STATIC, AllTypes, req_int32, req_int32, 0),
40 PB_FIELD( 2, INT64 , REQUIRED, STATIC, AllTypes, req_int64, req_int32, 0),
41 PB_FIELD( 3, UINT32 , REQUIRED, STATIC, AllTypes, req_uint32, req_int64, 0),
42 PB_FIELD( 4, UINT64 , REQUIRED, STATIC, AllTypes, req_uint64, req_uint32, 0),
43 PB_FIELD( 5, SINT32 , REQUIRED, STATIC, AllTypes, req_sint32, req_uint64, 0),
44 PB_FIELD( 6, SINT64 , REQUIRED, STATIC, AllTypes, req_sint64, req_sint32, 0),
45 PB_FIELD( 7, BOOL , REQUIRED, STATIC, AllTypes, req_bool, req_sint64, 0),
46 PB_FIELD( 8, FIXED32 , REQUIRED, STATIC, AllTypes, req_fixed32, req_bool, 0),
47 PB_FIELD( 9, SFIXED32, REQUIRED, STATIC, AllTypes, req_sfixed32, req_fixed32, 0),
48 PB_FIELD( 10, FLOAT , REQUIRED, STATIC, AllTypes, req_float, req_sfixed32, 0),
[all …]
Dalltypes_legacy.h133 } AllTypes; typedef
162 …TIC_ASSERT((pb_membersize(AllTypes, req_submsg) < 256 && pb_membersize(AllTypes, rep_submsg[0]) < …
166 …C_ASSERT((pb_membersize(AllTypes, req_submsg) < 65536 && pb_membersize(AllTypes, rep_submsg[0]) < …
Dencode_legacy.c19 AllTypes alltypes = {0}; in main()
Ddecode_legacy.c25 AllTypes alltypes; in check_alltypes()
/external/nanopb-c/tests/alltypes/
DSConscript18 MESSAGE='AllTypes')
21 MESSAGE='AllTypes')
29 MESSAGE='AllTypes')
32 MESSAGE='AllTypes')
Dencode_alltypes.c16 AllTypes alltypes = {0}; in main()
Dalltypes.proto36 message AllTypes { message
Ddecode_alltypes.c22 AllTypes alltypes; in check_alltypes()
/external/nanopb-c/tests/extensions/
Dextensions.proto3 extend AllTypes {
8 extend AllTypes {
Dencode_extensions.c17 AllTypes alltypes = {0}; in main()
Ddecode_extensions.c22 AllTypes alltypes = {0}; in main()
/external/nanopb-c/tests/alltypes_pointer/
DSConscript1 # Encode the AllTypes message using pointers for all fields, and verify the
2 # output against the normal AllTypes test case.
Dencode_alltypes_pointer.c105 AllTypes alltypes = {0}; in main()
Ddecode_alltypes_pointer.c18 AllTypes alltypes; in check_alltypes()
/external/nanopb-c/tests/alltypes_callback/
Dalltypes.options2 AllTypes.* type:FT_CALLBACK
DSConscript1 # Test the AllTypes encoding & decoding using callbacks for all fields.
Dencode_alltypes_callback.c206 AllTypes alltypes = {{{0}}}; in main()
Ddecode_alltypes_callback.c219 AllTypes alltypes; in check_alltypes()
/external/android-mock/tests/com/google/android/testing/mocking/
DAndroidMockGeneratorTest.java285 Method method = AllTypes.class.getMethod(returnTypes[i] + "Foo"); in testGetDelegateMethodSourceAllTypes()
291 Method method = AllTypes.class.getMethod("objectFoo"); in testGetDelegateMethodSourceAllTypes()
295 method = AllTypes.class.getMethod("voidFoo"); in testGetDelegateMethodSourceAllTypes()
301 private class AllTypes { class in AndroidMockGeneratorTest
/external/nanopb-c/tests/package_name/
DSConscript23 type_names = ['AllTypes', 'MyEnum', 'HugeEnum']
/external/nanopb-c/tests/field_size_16/
Dalltypes.proto36 message AllTypes { message
/external/nanopb-c/tests/field_size_32/
Dalltypes.proto36 message AllTypes { message