Home
last modified time | relevance | path

Searched +refs:protobuf +refs:mode +refs:map (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DMapField.java31 package com.google.protobuf;
79 private volatile StorageMode mode; field in MapField
86 void convertMessageToKeyAndValue(Message message, Map<K, V> map); in convertMessageToKeyAndValue() argument
103 public void convertMessageToKeyAndValue(Message message, Map<K, V> map) { in convertMessageToKeyAndValue() argument
105 map.put(entry.getKey(), entry.getValue()); in convertMessageToKeyAndValue()
119 StorageMode mode, in MapField() argument
123 this.mode = mode; in MapField()
130 StorageMode mode, in MapField() argument
132 this(new ImmutableMessageConverter<K, V>(defaultEntry), mode, mapData); in MapField()
156 private void convertMessageToKeyAndValue(Message message, Map<K, V> map) { in convertMessageToKeyAndValue() argument
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
DCHANGES.txt12 source compatible. For example, if your code compiles against protobuf
13 v3.0.0, it will continue to compile after you upgrade protobuf library to
17 against protobuf v3.0.0. After switching the protobuf runtime binary to
32 protobuf generated code, and also prevents conflicts with any `foo.rb` file
65 import "google/protobuf/descriptor.proto";
66 extend google.protobuf.OneofOptions {
80 * Added google::protobuf::Map::swap() to swap two map fields.
107 for map<>. There were collisions with the system provided KVO support, so
121 * Maps now have a real map API instead of being treated as repeated fields.
122 * Well-known types are now provided in the google-protobuf package, and the
[all …]
DMakefile.am49 pkgconfig_DATA = protobuf.pc protobuf-lite.pc
194 java/core/src/main/java/com/google/protobuf/AbstractMessage.java \
195 java/core/src/main/java/com/google/protobuf/AbstractMessageLite.java \
196 java/core/src/main/java/com/google/protobuf/AbstractParser.java \
197 java/core/src/main/java/com/google/protobuf/AbstractProtobufList.java \
198 java/core/src/main/java/com/google/protobuf/BlockingRpcChannel.java \
199 java/core/src/main/java/com/google/protobuf/BlockingService.java \
200 java/core/src/main/java/com/google/protobuf/BooleanArrayList.java \
201 java/core/src/main/java/com/google/protobuf/ByteBufferWriter.java \
202 java/core/src/main/java/com/google/protobuf/ByteOutput.java \
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dcommand_line_interface.cc85 namespace protobuf { namespace
89 #define mkdir(name, mode) mkdir(name) argument
373 map<string, string*> files_;
405 google::protobuf::scoped_ptr<io::StringOutputStream> inner_;
430 for (map<string, string*>::const_iterator iter = files_.begin(); in WriteAllToDisk()
518 for (map<string, string*>::const_iterator iter = files_.begin(); in WriteAllToZip()
548 for (map<string, string*>::iterator iter = files_.begin(); in GetOutputFilenames()
1208 << protobuf::internal::VersionString(GOOGLE_PROTOBUF_VERSION) in InterpretArgument()
1586 google::protobuf::scoped_ptr<io::ZeroCopyOutputStream> current_output; in GeneratePluginOutput()
1635 google::protobuf::scoped_ptr<Message> message(dynamic_factory.GetPrototype(type)->New()); in EncodeOrDecode()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto3 // http://code.google.com/p/protobuf/
41 package google.protobuf;
42 option java_package = "com.google.protobuf";
229 // independent entities, e-mail protobuf-global-extension-registry@google.com
347 // Default mode.
399 // For "map" fields, the name of the field in the enclosed type that
400 // is the key for this map. For example, suppose we have:
408 // In this situation, the map key for Item will be set to "name".
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto3 // http://code.google.com/p/protobuf/
41 package google.protobuf;
42 option java_package = "com.google.protobuf";
229 // independent entities, e-mail protobuf-global-extension-registry@google.com
347 // Default mode.
399 // For "map" fields, the name of the field in the enclosed type that
400 // is the key for this map. For example, suppose we have:
408 // In this situation, the map key for Item will be set to "name".
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.proto42 package google.protobuf;
44 option java_package = "com.google.protobuf";
273 // independent entities, e-mail protobuf-global-extension-registry@google.com
354 // early versions of google.protobuf.
423 // Whether the message is an automatically generated map entry type for the
427 // map<KeyType, ValueType> map_field = 1;
437 // use a native map in the target language to hold the keys and values.
460 // Default mode.