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

  /external/nanopb-c/tests/callbacks/
encode_callbacks.c 27 bool encode_fixed32(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) function
73 testmessage.fixed32value.funcs.encode = &encode_fixed32;
79 testmessage.submsg.fixed32value.funcs.encode = &encode_fixed32;
  /external/protobuf/php/ext/google/protobuf/
upb.c 8825 static bool encode_fixed32(upb_pb_encoder *e, uint32_t val) { function
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.c 9536 static bool encode_fixed32(upb_pb_encoder *e, uint32_t val) { function
    [all...]

Completed in 82 milliseconds