Home
last modified time | relevance | path

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

/aosp_15_r20/external/golang-protobuf/internal/testprotos/textpb2/
H A Dtest.proto28 optional fixed32 opt_fixed32 = 8; field
97 optional fixed32 opt_fixed32 = 1; field
/aosp_15_r20/external/nanopb-c/tests/without_64bit/
H A Dalltypes.proto73 optional fixed32 opt_fixed32 = 48 [default = 4048]; field
/aosp_15_r20/external/nanopb-c/tests/backwards_compatibility/
H A Dalltypes_legacy.proto90 optional fixed32 opt_fixed32 = 48 [default = 4048]; field
H A Dalltypes_legacy.h127 uint32_t opt_fixed32; member
/aosp_15_r20/external/nanopb-c/tests/alltypes_pointer/
H A Dencode_alltypes_pointer.c76 uint32_t opt_fixed32 = 3048; in main() local
/aosp_15_r20/external/nanopb-c/tests/field_size_32/
H A Dalltypes.proto93 optional fixed32 opt_fixed32 = 10048 [default = 4048]; field
/aosp_15_r20/external/nanopb-c/tests/field_size_16/
H A Dalltypes.proto93 optional fixed32 opt_fixed32 = 10048 [default = 4048]; field
/aosp_15_r20/external/nanopb-c/tests/alltypes/
H A Dalltypes.proto94 optional fixed32 opt_fixed32 = 48 [default = 4048]; field
/aosp_15_r20/external/nanopb-c/tests/alltypes_callback/
H A Dencode_alltypes_callback.c197 uint32_t opt_fixed32 = 3048; in main() local
H A Ddecode_alltypes_callback.c220 uint32_t opt_fixed32 = 3048; in check_alltypes() local