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

  /external/protobuf/ruby/ext/google/protobuf_c/
upb.h 6 ** - upb::MessageDef (upb_msgdef): describes a "message" construct.
288 * // Assert-fails if this was not actually a MessageDef.
289 * upb::MessgeDef* md = upb::down_cast<upb::MessageDef>(def);
300 * // md will be NULL if this was not actually a MessageDef.
301 * upb::MessgeDef* md = upb::down_cast<upb::MessageDef>(def);
310 * upb::MessageDef* md = GetDef();
319 * upb::MessageDef* md = GetDef();
    [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.h 6 ** - upb::MessageDef (upb_msgdef): describes a "message" construct.
268 * // Assert-fails if this was not actually a MessageDef.
269 * upb::MessgeDef* md = upb::down_cast<upb::MessageDef>(def);
280 * // md will be NULL if this was not actually a MessageDef.
281 * upb::MessgeDef* md = upb::down_cast<upb::MessageDef>(def);
290 * upb::MessageDef* md = GetDef();
299 * upb::MessageDef* md = GetDef();
    [all...]

Completed in 90 milliseconds