Home
last modified time | relevance | path

Searched refs:WeakType (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/
Dimplicit_weak_message.h106 typedef MessageLite WeakType; typedef
Drepeated_field.h490 const typename TypeHandler::WeakType& Get(int index) const;
679 typedef GenericType WeakType;
771 typedef std::string WeakType;
1546 inline const typename TypeHandler::WeakType& RepeatedPtrFieldBase::Get(
1673 typename TypeHandler::WeakType* other_elem =
1674 reinterpret_cast<typename TypeHandler::WeakType*>(other_elems[i]);
1675 typename TypeHandler::WeakType* new_elem =
1676 reinterpret_cast<typename TypeHandler::WeakType*>(our_elems[i]);
1682 typename TypeHandler::WeakType* other_elem =
1683 reinterpret_cast<typename TypeHandler::WeakType*>(other_elems[i]);
[all …]
Dgenerated_message_table_driven_lite.h350 typedef MessageLite WeakType; typedef