Searched refs:req_fixed64 (Results 1 – 13 of 13) sorted by relevance
/external/nanopb-c/tests/alltypes_pointer/ |
D | encode_alltypes_pointer.c | 26 uint64_t req_fixed64 = 1011; in main() local 117 alltypes.req_fixed64 = &req_fixed64; in main()
|
D | decode_alltypes_pointer.c | 38 TEST(alltypes.req_fixed64 && *alltypes.req_fixed64 == 1011); in check_alltypes()
|
/external/nanopb-c/tests/alltypes_callback/ |
D | encode_alltypes_callback.c | 184 uint64_t req_fixed64 = 1011; in main() local 241 alltypes.req_fixed64.funcs.encode = &write_fixed64; in main() 242 alltypes.req_fixed64.arg = &req_fixed64; in main()
|
D | decode_alltypes_callback.c | 183 uint64_t req_fixed64 = 1011; in check_alltypes() local 257 alltypes.req_fixed64.funcs.decode = &read_fixed64; in check_alltypes() 258 alltypes.req_fixed64.arg = &req_fixed64; in check_alltypes()
|
/external/nanopb-c/tests/backwards_compatibility/ |
D | alltypes_legacy.c | 49 PB_FIELD( 11, FIXED64 , REQUIRED, STATIC, AllTypes, req_fixed64, req_float, 0), 50 PB_FIELD( 12, SFIXED64, REQUIRED, STATIC, AllTypes, req_sfixed64, req_fixed64, 0),
|
D | encode_legacy.c | 33 alltypes.req_fixed64 = 1011; in main()
|
D | alltypes_legacy.h | 57 uint64_t req_fixed64; member
|
D | decode_legacy.c | 45 TEST(alltypes.req_fixed64 == 1011); in check_alltypes()
|
/external/nanopb-c/tests/field_size_16/ |
D | alltypes.proto | 49 required fixed64 req_fixed64 = 11; field
|
/external/nanopb-c/tests/field_size_32/ |
D | alltypes.proto | 49 required fixed64 req_fixed64 = 11; field
|
/external/nanopb-c/tests/alltypes/ |
D | encode_alltypes.c | 30 alltypes.req_fixed64 = 1011; in main()
|
D | alltypes.proto | 49 required fixed64 req_fixed64 = 11; field
|
D | decode_alltypes.c | 42 TEST(alltypes.req_fixed64 == 1011); in check_alltypes()
|