HomeSort by relevance Sort by last modified time
    Searched refs:req_fixed64 (Results 1 - 10 of 10) sorted by null

  /external/nanopb-c/tests/alltypes_pointer/
encode_alltypes_pointer.c 26 uint64_t req_fixed64 = 1011; local
117 alltypes.req_fixed64 = &req_fixed64;
decode_alltypes_pointer.c 38 TEST(alltypes.req_fixed64 && *alltypes.req_fixed64 == 1011);
  /external/nanopb-c/tests/alltypes_callback/
decode_alltypes_callback.c 183 uint64_t req_fixed64 = 1011; local
257 alltypes.req_fixed64.funcs.decode = &read_fixed64;
258 alltypes.req_fixed64.arg = &req_fixed64;
encode_alltypes_callback.c 184 uint64_t req_fixed64 = 1011; local
241 alltypes.req_fixed64.funcs.encode = &write_fixed64;
242 alltypes.req_fixed64.arg = &req_fixed64;
  /external/nanopb-c/tests/backwards_compatibility/
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),
alltypes_legacy.h 57 uint64_t req_fixed64; member in struct:_AllTypes
encode_legacy.c 33 alltypes.req_fixed64 = 1011;
decode_legacy.c 45 TEST(alltypes.req_fixed64 == 1011);
  /external/nanopb-c/tests/alltypes/
encode_alltypes.c 30 alltypes.req_fixed64 = 1011;
decode_alltypes.c 42 TEST(alltypes.req_fixed64 == 1011);

Completed in 852 milliseconds