Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DMapField.java31 package com.google.protobuf;
33 import com.google.protobuf.MapFieldLite.MutatabilityAwareMap;
78 private volatile StorageMode mode; field in MapField
85 void convertMessageToKeyAndValue(Message message, Map<K, V> map); in convertMessageToKeyAndValue() argument
102 public void convertMessageToKeyAndValue(Message message, Map<K, V> map) { in convertMessageToKeyAndValue() argument
104 map.put(entry.getKey(), entry.getValue()); in convertMessageToKeyAndValue()
118 StorageMode mode, in MapField() argument
122 this.mode = mode; in MapField()
129 StorageMode mode, in MapField() argument
131 this(new ImmutableMessageConverter<K, V>(defaultEntry), mode, mapData); in MapField()
[all …]
/external/protobuf/
DCHANGES.txt64 * Added DiscardUnknownFields API for python protobuf message.
145 - Duplicate map keys in JSON are now rejected (i.e., translation will
147 - Fixed wire-format for google.protobuf.Value/ListValue.
148 - Fixed precision loss when converting google.protobuf.Timestamp.
173 support true map operations.
200 * This is the first beta release of protobuf v3.0.0. Not all languages
226 * Introduced new utility functions/classes in the google/protobuf/util
230 - JsonUtil: support converting protobuf binary format to/from JSON.
284 - Added *Count for repeated and map<> fields to avoid auto-create when
346 field support(single, repeated, map, oneof), proto2 and proto3 syntax
[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 …]
Dconfigure598 ac_unique_file="src/google/protobuf/message.cc"
1397 --docdir=DIR documentation root [DATAROOTDIR/doc/protobuf]
1428 --disable-maintainer-mode
1473 Report bugs to <protobuf@googlegroups.com>.
3613 …*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o |…
3639 …*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o |…
3707 …*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o |…
3816 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3986 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
16807 ac_cv_cxx_hash_set=`echo "$ac_cv_cxx_hash_map" | sed s/map/set/`;
[all …]
/external/protobuf/util/
DCHANGES.txt64 * Added DiscardUnknownFields API for python protobuf message.
145 - Duplicate map keys in JSON are now rejected (i.e., translation will
147 - Fixed wire-format for google.protobuf.Value/ListValue.
148 - Fixed precision loss when converting google.protobuf.Timestamp.
173 support true map operations.
200 * This is the first beta release of protobuf v3.0.0. Not all languages
226 * Introduced new utility functions/classes in the google/protobuf/util
230 - JsonUtil: support converting protobuf binary format to/from JSON.
284 - Added *Count for repeated and map<> fields to avoid auto-create when
346 field support(single, repeated, map, oneof), proto2 and proto3 syntax
[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 …]
/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc87 namespace protobuf { namespace
91 #define mkdir(name, mode) mkdir(name) argument
375 map<string, string*> files_;
407 google::protobuf::scoped_ptr<io::StringOutputStream> inner_;
432 for (map<string, string*>::const_iterator iter = files_.begin(); in WriteAllToDisk()
520 for (map<string, string*>::const_iterator iter = files_.begin(); in WriteAllToZip()
550 for (map<string, string*>::iterator iter = files_.begin(); in GetOutputFilenames()
1200 << protobuf::internal::VersionString(GOOGLE_PROTOBUF_VERSION) in InterpretArgument()
1578 google::protobuf::scoped_ptr<io::ZeroCopyOutputStream> current_output; in GeneratePluginOutput()
1627 google::protobuf::scoped_ptr<Message> message(dynamic_factory.GetPrototype(type)->New()); in EncodeOrDecode()
/external/nanopb-c/generator/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".
/external/protobuf/src/google/protobuf/
Ddescriptor.proto42 package google.protobuf;
44 option java_package = "com.google.protobuf";
271 // independent entities, e-mail protobuf-global-extension-registry@google.com
352 // early versions of google.protobuf.
421 // Whether the message is an automatically generated map entry type for the
425 // map<KeyType, ValueType> map_field = 1;
435 // use a native map in the target language to hold the keys and values.
458 // Default mode.
/external/webrtc/webrtc/modules/audio_processing/test/
Daudio_processing_unittest.cc56 const google::protobuf::int32 kChannels[] = {1, 2};
225 const ::google::protobuf::MessageLite& msg) { in OpenFileAndWriteMessage()
255 std::map<std::string, std::string> temp_filenames;
300 ::google::protobuf::MessageLite* msg) { in OpenFileAndReadMessage()
1061 EchoControlMobile::RoutingMode mode[] = { in TEST_F() local
1068 for (size_t i = 0; i < arraysize(mode); i++) { in TEST_F()
1070 apm_->echo_control_mobile()->set_routing_mode(mode[i])); in TEST_F()
1071 EXPECT_EQ(mode[i], in TEST_F()
1126 apm_->gain_control()->mode())); in TEST_F()
1128 GainControl::Mode mode[] = { in TEST_F() local
[all …]