Home
last modified time | relevance | path

Searched defs:fixed32 (Results 1 – 10 of 10) sorted by relevance

/external/rust/crates/protobuf/src/
Dunknown.rs89 pub fixed32: Vec<u32>, field
133 fixed32: slice::Iter<'o, u32>, field
143 let fixed32 = self.fixed32.next(); in next() localVariable
/external/protobuf/java/core/src/test/proto/com/google/protobuf/
Dlite_equals_and_hash.proto76 optional fixed32 fixed32 = 102; field
/external/golang-protobuf/internal/testprotos/test3/
Dtest_extension.proto39 optional fixed32 optional_optional_fixed32 = 2007; field
Dtest.proto54 optional fixed32 optional_fixed32 = 7; field
/external/pigweed/pw_protobuf/
Dstream_decoder_test.cc102 Result<uint32_t> fixed32 = decoder.ReadFixed32(); in TEST() local
1164 std::array<uint32_t, 8> fixed32{}; in TEST() local
1245 std::array<uint32_t, 2> fixed32{}; in TEST() local
/external/protobuf/src/google/protobuf/
Dunknown_field_set.h338 inline uint32 UnknownField::fixed32() const { in fixed32() function
/external/protobuf/python/google/protobuf/internal/
Dwire_format.py151 def Fixed32ByteSize(field_number, fixed32): argument
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DUnknownFieldSet.java904 private List<Integer> fixed32; field in UnknownFieldSet.Field
/external/protobuf/conformance/
Dbinary_json_conformance_suite.cc137 string fixed32(void *data) { return string(static_cast<char*>(data), 4); } in fixed32() function
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/pb/
Dtest_decoder.cc208 string fixed32(void *data) { return string(static_cast<char*>(data), 4); } in fixed32() function