Lines Matching defs:descriptor
383 * @return The descriptor for the message class.
385 + (GPBDescriptor *)descriptor;
388 * Return the descriptor for the message.
390 - (GPBDescriptor *)descriptor;
400 * given extension descriptor.
402 * @param extension Extension descriptor to check if it's set on the message.
415 * @param extension The extension descriptor of the extension to fetch.
417 * @return The extension matching the given descriptor, or nil if none found.
427 * @param extension The extension descriptor under which to set the value.
438 * @param extension The extension descriptor under which to add the value.
448 * @param extension The extension descriptor under which to replace the value.
459 * @param extension The extension descriptor to be cleared from this message.