• Home
  • Raw
  • Download

Lines Matching refs:MessageLite

68 class MessageLite;      // message_lite.h  variable
118 const MessageLite* prototype;
146 GeneratedExtensionFinder(const MessageLite* containing_type) in GeneratedExtensionFinder()
154 const MessageLite* containing_type_;
185 static void RegisterExtension(const MessageLite* containing_type, int number,
188 static void RegisterEnumExtension(const MessageLite* containing_type,
192 static void RegisterMessageExtension(const MessageLite* containing_type,
195 const MessageLite* prototype);
253 const MessageLite& GetMessage(int number,
254 const MessageLite& default_value) const;
255 const MessageLite& GetMessage(int number, const Descriptor* message_type,
272 MessageLite* MutableMessage(int number, FieldType type,
273 const MessageLite& prototype, desc);
274 MessageLite* MutableMessage(const FieldDescriptor* descriptor,
281 MessageLite* message);
284 MessageLite* message);
285 MessageLite* ReleaseMessage(int number, const MessageLite& prototype);
286 MessageLite* UnsafeArenaReleaseMessage(int number,
287 const MessageLite& prototype);
289 MessageLite* ReleaseMessage(const FieldDescriptor* descriptor,
291 MessageLite* UnsafeArenaReleaseMessage(const FieldDescriptor* descriptor,
323 const MessageLite& GetRepeatedMessage(int number, int index) const;
335 MessageLite* MutableRepeatedMessage(int number, int index);
348 MessageLite* AddMessage(int number, FieldType type,
349 const MessageLite& prototype, desc);
350 MessageLite* AddMessage(const FieldDescriptor* descriptor,
353 MessageLite* new_entry);
357 MessageLite* ReleaseLast(int number);
388 const MessageLite* containing_type);
393 const MessageLite* containing_type,
398 const MessageLite* containing_type,
449 const MessageLite* containing_type,
520 virtual const MessageLite& GetMessage(
521 const MessageLite& prototype) const = 0;
522 virtual MessageLite* MutableMessage(const MessageLite& prototype) = 0;
523 virtual void SetAllocatedMessage(MessageLite* message) = 0;
524 virtual void UnsafeArenaSetAllocatedMessage(MessageLite* message) = 0;
525 virtual MessageLite* ReleaseMessage(const MessageLite& prototype) = 0;
526 virtual MessageLite* UnsafeArenaReleaseMessage(
527 const MessageLite& prototype) = 0;
539 virtual bool ReadMessage(const MessageLite& prototype,
563 MessageLite* message_value;
575 RepeatedPtrField<MessageLite>* repeated_message_value;
761 const MessageLite* containing_type, in FindExtension()
774 const MessageLite* containing_type, in ParseFieldMaybeLazily()
785 const MessageLite* containing_type,