HomeSort by relevance Sort by last modified time
    Searched defs:_upb_value_setval (Results 1 - 2 of 2) sorted by null

  /external/protobuf/php/ext/google/protobuf/
upb.h 615 UPB_INLINE void _upb_value_setval(upb_value *v, uint64_t val, function
623 _upb_value_setval(&ret, val, ctype);
931 _upb_value_setval(v, arrval.val, t->t.ctype);
941 _upb_value_setval(v, e->val.val, t->t.ctype);
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.h 826 UPB_INLINE void _upb_value_setval(upb_value *v, uint64_t val, function
834 _upb_value_setval(&ret, val, ctype);
    [all...]

Completed in 86 milliseconds