/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | MapField.java | 31 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/tensorflow/tensorflow/core/util/ |
D | test_log.proto | 4 import "google/protobuf/any.proto"; 44 // Generic map from result key to value. 45 map<string, EntryValue> extras = 6; 53 string mode = 1; // opt, dbg, etc field 88 map<string, int64> cache_size = 6; 132 repeated google.protobuf.Any device_info = 4;
|
/external/protobuf/ |
D | CHANGES.txt | 64 * 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 …]
|
D | Makefile.am | 49 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 …]
|
D | configure | 598 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/ |
D | CHANGES.txt | 64 * 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 …]
|
D | Makefile.am | 49 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/ |
D | command_line_interface.cc | 87 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/tensorflow/tensorflow/contrib/tpu/python/tpu/ |
D | tpu_estimator.py | 41 from tensorflow.core.protobuf import config_pb2 207 mode, argument 224 mode=mode, 249 mode=self.mode, 674 if ctx.mode == model_fn_lib.ModeKeys.PREDICT: 993 if self._ctx.mode != model_fn_lib.ModeKeys.PREDICT else 1214 kwargs['mode'] = self._ctx.mode 1739 def _call_input_fn(self, input_fn, mode): argument 1766 with self._ctx.with_mode(mode) as ctx: 1797 def _model_fn(features, labels, mode, config, params): argument [all …]
|
/external/nanopb-c/generator/proto/google/protobuf/ |
D | descriptor.proto | 3 // 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/nos/host/generic/nugget/proto/google/protobuf/ |
D | descriptor.proto | 42 package google.protobuf; 43 option go_package = "github.com/golang/protobuf/protoc-gen-go/descriptor;descriptor"; 44 option java_package = "com.google.protobuf"; 275 // independent entities, e-mail protobuf-global-extension-registry@google.com 345 // early versions of google.protobuf. 424 // Whether the message is an automatically generated map entry type for the 428 // map<KeyType, ValueType> map_field = 1; 438 // use a native map in the target language to hold the keys and values. 464 // Default mode.
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.proto | 42 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/ |
D | audio_processing_unittest.cc | 56 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 …]
|
/external/tensorflow/tensorflow/tools/graph_transforms/ |
D | README.md | 64 GraphDef files, usually in a binary protobuf format. This is the low-level 998 SetNodeAttr("mode", "REFLECT", &fused_conv); 1053 Here's what the std::map of strings looks like in the params member:
|