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

  /external/protobuf/php/ext/google/protobuf/
def.c 14 static upb_def *check_notfrozen(const upb_def *def) { function
24 return upb_downcast_msgdef_mutable(check_notfrozen((const upb_def *)def));
28 return upb_downcast_fielddef_mutable(check_notfrozen((const upb_def *)def));
  /external/protobuf/ruby/ext/google/protobuf_c/
defs.c 49 static upb_def* check_notfrozen(const upb_def* def) { function
59 return upb_downcast_msgdef_mutable(check_notfrozen((const upb_def*)def));
63 return upb_downcast_fielddef_mutable(check_notfrozen((const upb_def*)def));
67 return (upb_oneofdef*)check_notfrozen((const upb_def*)def);
71 return (upb_enumdef*)check_notfrozen((const upb_def*)def);
    [all...]

Completed in 65 milliseconds