/external/nanopb-c/tests/message_sizes/ |
messages1.proto | 7 required fixed32 msg_id = 1; 8 optional fixed32 interface_id = 2; 13 required fixed32 seq = 2; 14 required fixed32 msg_id = 3; 25 required fixed32 seq = 2;
|
/external/nanopb-c/tests/callbacks/ |
callbacks.proto | 4 repeated fixed32 fixed32value = 3; 11 repeated fixed32 fixed32value = 3;
|
/external/nanopb-c/tests/multiple_files/ |
callbacks.proto | 4 repeated fixed32 fixed32value = 3; 11 repeated fixed32 fixed32value = 3;
|
/external/protobuf/objectivec/Tests/ |
unittest_runtime_proto3.proto | 48 fixed32 optional_fixed32 = 7; 67 repeated fixed32 repeated_fixed32 = 37; 87 fixed32 oneof_fixed32 = 57; 108 map<fixed32 , fixed32 > map_fixed32_fixed32 = 76;
|
unittest_runtime_proto2.proto | 48 optional fixed32 optional_fixed32 = 7; 69 repeated fixed32 repeated_fixed32 = 37; 91 fixed32 oneof_fixed32 = 57 [default = 106]; 115 map<fixed32 , fixed32 > map_fixed32_fixed32 = 76;
|
/external/nanopb-c/tests/alltypes/ |
alltypes.proto | 4 optional fixed32 substuff3 = 3 [default = 3]; 45 required fixed32 req_fixed32 = 8; 68 repeated fixed32 rep_fixed32 = 28 [packed = true]; 90 optional fixed32 opt_fixed32 = 48 [default = 4048];
|
/external/nanopb-c/tests/field_size_16/ |
alltypes.proto | 4 optional fixed32 substuff3 = 65535 [default = 3]; 45 required fixed32 req_fixed32 = 8; 68 repeated fixed32 rep_fixed32 = 28; 90 optional fixed32 opt_fixed32 = 10048 [default = 4048];
|
/external/nanopb-c/tests/field_size_32/ |
alltypes.proto | 4 optional fixed32 substuff3 = 12365535 [default = 3]; 45 required fixed32 req_fixed32 = 8; 68 repeated fixed32 rep_fixed32 = 28; 90 optional fixed32 opt_fixed32 = 10048 [default = 4048];
|
/external/protobuf/javanano/src/test/java/com/google/protobuf/nano/ |
unittest_extension_packed_nano.proto | 19 repeated fixed32 packed_fixed32 = 16 [ packed = true ];
|
unittest_extension_repeated_nano.proto | 19 repeated fixed32 repeated_fixed32 = 16;
|
unittest_extension_singular_nano.proto | 19 optional fixed32 some_fixed32 = 16;
|
unittest_reference_types_nano.proto | 25 optional fixed32 optional_fixed32 = 7; 53 repeated fixed32 repeated_fixed32 = 37; 87 optional fixed32 default_fixed32 = 67 [default = 47 ];
|
map_test.proto | 63 map<fixed32, fixed32> fixed32_to_fixed32_field = 13;
|
/external/protobuf/src/google/protobuf/ |
map_lite_unittest.proto | 48 map<fixed32 , fixed32 > map_fixed32_fixed32 = 7; 69 map<fixed32 , fixed32 > map_fixed32_fixed32 = 7;
|
map_unittest.proto | 51 map<fixed32 , fixed32 > map_fixed32_fixed32 = 7; 98 map<fixed32 , fixed32 > map_fixed32_fixed32 = 7;
|
map_unittest_proto3.proto | 57 map<fixed32 , fixed32 > map_fixed32_fixed32 = 7; 97 map<fixed32 , fixed32 > map_fixed32_fixed32 = 7;
|
unittest_proto3_arena.proto | 64 fixed32 optional_fixed32 = 7; 107 repeated fixed32 repeated_fixed32 = 37; 156 repeated fixed32 packed_fixed32 = 96 [packed = true]; 174 repeated fixed32 repeated_fixed32 = 7 [packed = false];
|
/external/protobuf/js/ |
testbinary.proto | 48 optional fixed32 optional_fixed32 = 7; 71 repeated fixed32 repeated_fixed32 = 37; 95 repeated fixed32 packed_repeated_fixed32 = 67 [packed=true]; 141 optional fixed32 extend_optional_fixed32 = 7; 158 repeated fixed32 extend_repeated_fixed32 = 37; 175 repeated fixed32 extend_packed_repeated_fixed32 = 67 [packed=true];
|
proto3_test.proto | 44 fixed32 optional_fixed32 = 7; 63 repeated fixed32 repeated_fixed32 = 37;
|
/cts/tests/tests/proto/src/android/util/proto/cts/ |
test.proto | 83 optional fixed32 fixed32_field = 90; 84 repeated fixed32 fixed32_field_repeated = 91; 85 repeated fixed32 fixed32_field_packed = 92 [packed=true];
|
ProtoOutputStreamTagTest.java | 131 + "Fixed32 called for field 44 which should be used" 132 + " with write" + badCountString + "Fixed32.", 145 + "Fixed32 called for field 45 which should be used" 146 + " with write" + string + "Fixed32" + extraString + ".",
|
/frameworks/base/tools/streaming_proto/test/ |
test.proto | 89 optional fixed32 fixed32_field = 90; 90 repeated fixed32 fixed32_field_repeated = 91; 91 repeated fixed32 fixed32_field_packed = 92 [packed=true];
|
/external/protobuf/java/core/src/test/proto/com/google/protobuf/ |
lite_equals_and_hash.proto | 70 optional fixed32 fixed32 = 102;
|
/external/flatbuffers/tests/prototest/ |
test.proto | 32 optional fixed32 h = 5;
|
/external/nanopb-c/tests/backwards_compatibility/ |
alltypes_legacy.c | 34 PB_FIELD( 3, FIXED32 , OPTIONAL, STATIC, SubMessage, substuff3, substuff2, &SubMessage_substuff3_default), 46 PB_FIELD( 8, FIXED32 , REQUIRED, STATIC, AllTypes, req_fixed32, req_bool, 0), 63 PB_FIELD( 28, FIXED32 , REPEATED, STATIC, AllTypes, rep_fixed32, rep_bool, 0), 80 PB_FIELD( 48, FIXED32 , OPTIONAL, STATIC, AllTypes, opt_fixed32, opt_bool, &AllTypes_opt_fixed32_default),
|