Searched defs:UnknownFieldSet (Results 1 - 5 of 5) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Dunknown_field_set.cc51 // instantiate the UnknownFieldSet dynamically only when required.
52 UnknownFieldSet* default_unknown_field_set_instance_ = NULL;
59 default_unknown_field_set_instance_ = new UnknownFieldSet();
66 const UnknownFieldSet* UnknownFieldSet::default_instance() {
72 UnknownFieldSet::UnknownFieldSet() function in class:google::protobuf::UnknownFieldSet
75 UnknownFieldSet::~UnknownFieldSet() {
80 void UnknownFieldSet
[all...]
H A Dunknown_field_set.h63 // An UnknownFieldSet contains fields that were encountered while parsing a
70 // To get the UnknownFieldSet attached to any message, call
75 class LIBPROTOBUF_EXPORT UnknownFieldSet { class in namespace:google::protobuf
77 UnknownFieldSet();
78 ~UnknownFieldSet();
89 // Merge the contents of some other UnknownFieldSet with this one.
90 void MergeFrom(const UnknownFieldSet& other);
93 void MergeFromAndDestroy(UnknownFieldSet* other);
95 // Swaps the contents of some other UnknownFieldSet with this one.
96 inline void Swap(UnknownFieldSet*
[all...]
/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DUnknownFieldSet.java46 * {@code UnknownFieldSet} is used to keep track of fields which were seen when
52 * <p>Every {@link Message} contains an {@code UnknownFieldSet} (and every
59 public final class UnknownFieldSet implements MessageLite { class in inherits:MessageLite
60 private UnknownFieldSet() {} method in class:UnknownFieldSet
71 public static Builder newBuilder(final UnknownFieldSet copyFrom) {
75 /** Get an empty {@code UnknownFieldSet}. */
76 public static UnknownFieldSet getDefaultInstance() {
80 public UnknownFieldSet getDefaultInstanceForType() {
83 private static final UnknownFieldSet defaultInstance =
84 new UnknownFieldSet(Collection
90 private UnknownFieldSet(final Map<Integer, Field> fields) { method in class:UnknownFieldSet
[all...]
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 157 milliseconds