Home
last modified time | relevance | path

Searched defs:sfixed32 (Results 1 – 20 of 20) sorted by relevance

/external/pigweed/pw_protobuf/pw_protobuf_test_protos/
Doptional.proto21 optional sfixed32 explicitly_present_fixed = 3; field
/external/cronet/third_party/protobuf/python/google/protobuf/internal/
Dtest_proto3_optional.proto60 optional sfixed32 optional_sfixed32 = 9; field
Dwire_format.py159 def SFixed32ByteSize(field_number, sfixed32): argument
/external/protobuf/python/google/protobuf/internal/
Dtest_proto3_optional.proto60 optional sfixed32 optional_sfixed32 = 9; field
Dwire_format.py159 def SFixed32ByteSize(field_number, sfixed32): argument
/external/golang-protobuf/internal/testprotos/test3/
Dtest_extension.proto41 optional sfixed32 optional_optional_sfixed32 = 2009; field
Dtest.proto56 optional sfixed32 optional_sfixed32 = 9; field
/external/protobuf/src/google/protobuf/
Dunittest_proto3_optional.proto65 optional sfixed32 optional_sfixed32 = 9; field
Dunittest_proto3_arena.proto129 optional sfixed32 proto3_optional_sfixed32 = 124; field
/external/cronet/third_party/protobuf/src/google/protobuf/
Dunittest_proto3_optional.proto65 optional sfixed32 optional_sfixed32 = 9; field
Dunittest_proto3_arena.proto128 optional sfixed32 proto3_optional_sfixed32 = 124; field
/external/cronet/third_party/protobuf/js/
Dproto3_test.proto65 optional sfixed32 optional_sfixed32 = 129; field
/external/pigweed/pw_protobuf/
Dstream_decoder_test.cc116 Result<int32_t> sfixed32 = decoder.ReadSfixed32(); in TEST() local
1482 std::array<int32_t, 8> sfixed32{}; in TEST() local
1564 pw::Vector<int32_t, 8> sfixed32{}; in TEST() local
1596 pw::Vector<int32_t, 2> sfixed32{}; in TEST() local
/external/protobuf/objectivec/Tests/
Dunittest_runtime_proto3.proto139 optional sfixed32 optional_sfixed32 = 9; field
/external/cronet/third_party/protobuf/objectivec/Tests/
Dunittest_runtime_proto3.proto139 optional sfixed32 optional_sfixed32 = 9; field
/external/rust/crates/protobuf/src/
Dunknown.rs79 pub fn sfixed32(i: i32) -> UnknownValue { in sfixed32() method
/external/perfetto/src/trace_processor/util/
Dproto_to_args_parser_unittest.cc573 protozero::PackedFixedSizeInt<int32_t> sfixed32; in TEST_F() local
/external/cronet/third_party/protobuf/php/tests/proto/
Dtest.proto46 optional sfixed32 true_optional_sfixed32 = 209; field
/external/protobuf/php/tests/proto/
Dtest.proto46 optional sfixed32 true_optional_sfixed32 = 209; field
/external/rust/crates/protobuf-parse/src/pure/convert/
Doption_resolver.rs434 fn sfixed32( in sfixed32() method