Home
last modified time | relevance | path

Searched defs:sfixed64 (Results 1 – 19 of 19) sorted by relevance

/external/cronet/third_party/protobuf/python/google/protobuf/internal/
Dtest_proto3_optional.proto61 optional sfixed64 optional_sfixed64 = 10; field
Dwire_format.py163 def SFixed64ByteSize(field_number, sfixed64): argument
/external/protobuf/python/google/protobuf/internal/
Dtest_proto3_optional.proto61 optional sfixed64 optional_sfixed64 = 10; field
Dwire_format.py163 def SFixed64ByteSize(field_number, sfixed64): argument
/external/golang-protobuf/internal/testprotos/test3/
Dtest_extension.proto42 optional sfixed64 optional_optional_sfixed64 = 2010; field
Dtest.proto57 optional sfixed64 optional_sfixed64 = 10; field
/external/protobuf/src/google/protobuf/
Dunittest_proto3_optional.proto66 optional sfixed64 optional_sfixed64 = 10; field
Dunittest_proto3_arena.proto130 optional sfixed64 proto3_optional_sfixed64 = 125; field
/external/cronet/third_party/protobuf/src/google/protobuf/
Dunittest_proto3_optional.proto66 optional sfixed64 optional_sfixed64 = 10; field
Dunittest_proto3_arena.proto129 optional sfixed64 proto3_optional_sfixed64 = 125; field
/external/cronet/third_party/protobuf/js/
Dproto3_test.proto66 optional sfixed64 optional_sfixed64 = 130; field
/external/protobuf/objectivec/Tests/
Dunittest_runtime_proto3.proto140 optional sfixed64 optional_sfixed64 = 10; field
/external/cronet/third_party/protobuf/objectivec/Tests/
Dunittest_runtime_proto3.proto140 optional sfixed64 optional_sfixed64 = 10; field
/external/pigweed/pw_protobuf/
Dstream_decoder_test.cc122 Result<int64_t> sfixed64 = decoder.ReadSfixed64(); in TEST() local
1495 std::array<int64_t, 8> sfixed64{}; in TEST() local
/external/rust/crates/protobuf/src/
Dunknown.rs84 pub fn sfixed64(i: i64) -> UnknownValue { in sfixed64() method
/external/perfetto/src/trace_processor/util/
Dproto_to_args_parser_unittest.cc592 protozero::PackedFixedSizeInt<int64_t> sfixed64; in TEST_F() local
/external/cronet/third_party/protobuf/php/tests/proto/
Dtest.proto47 optional sfixed64 true_optional_sfixed64 = 210; field
/external/protobuf/php/tests/proto/
Dtest.proto47 optional sfixed64 true_optional_sfixed64 = 210; field
/external/rust/crates/protobuf-parse/src/pure/convert/
Doption_resolver.rs446 fn sfixed64( in sfixed64() method