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

  /external/protobuf/php/ext/google/protobuf/
upb.c 162 /* Previously verified by upb_validate_enumdef(). */
211 static bool upb_validate_enumdef(const upb_enumdef *e, upb_status *s) { function
337 if (!upb_validate_enumdef(upb_dyncast_enumdef(def), s)) {
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.c 205 /* Previously verified by upb_validate_enumdef(). */
254 static bool upb_validate_enumdef(const upb_enumdef *e, upb_status *s) { function
388 if (!upb_validate_enumdef(upb_dyncast_enumdef(def), s)) {
    [all...]

Completed in 50 milliseconds