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

  /external/nanopb-c/tests/callbacks/
encode_callbacks.c 37 bool encode_fixed64(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) function
74 testmessage.fixed64value.funcs.encode = &encode_fixed64;
80 testmessage.submsg.fixed64value.funcs.encode = &encode_fixed64;
  /external/protobuf/php/ext/google/protobuf/
upb.c 8820 static bool encode_fixed64(upb_pb_encoder *e, uint64_t val) { function
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.c 9531 static bool encode_fixed64(upb_pb_encoder *e, uint64_t val) { function
    [all...]

Completed in 49 milliseconds