Home
last modified time | relevance | path

Searched +refs:protobuf +refs:mode (Results 1 – 25 of 31) sorted by relevance

12

/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
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()
179 if (mode == StorageMode.LIST) { in getMap()
181 if (mode == StorageMode.LIST) { in getMap()
183 mode = StorageMode.BOTH; in getMap()
[all …]
/external/protobuf/src/google/protobuf/testing/
Dfile.h40 namespace protobuf {
67 static bool CreateDir(const string& name, int mode);
70 static bool RecursivelyCreateDir(const string& path, int mode);
Dfile.cc50 namespace protobuf { namespace
53 #define mkdir(name, mode) mkdir(name) argument
114 bool File::CreateDir(const string& name, int mode) { in CreateDir() argument
115 return mkdir(name.c_str(), mode) == 0; in CreateDir()
118 bool File::RecursivelyCreateDir(const string& path, int mode) { in RecursivelyCreateDir() argument
119 if (CreateDir(path, mode)) return true; in RecursivelyCreateDir()
130 return RecursivelyCreateDir(path.substr(0, slashpos), mode) && in RecursivelyCreateDir()
131 CreateDir(path, mode); in RecursivelyCreateDir()
Dgoogletest.cc53 namespace protobuf { namespace
56 #define mkdir(name, mode) mkdir(name) argument
/external/google-tv-pairing-protocol/cpp/
DMakefile.in123 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(libpolo_la_CXXFLAGS) \
145 --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
149 --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
411 polo_wire_protobuf_includedir = $(includedir)/polo/wire/protobuf
413 src/polo/wire/protobuf/polo.pb.h \
414 src/polo/wire/protobuf/protobufwireadapter.h
424 src/polo/wire/protobuf/polo.proto
427 src/polo/wire/protobuf/polo.pb.cc \
428 src/polo/wire/protobuf/polo.pb.h
454 src/polo/wire/protobuf/polo.pb.cc \
[all …]
/external/protobuf/
DMakefile.in85 $(srcdir)/config.h.in $(srcdir)/protobuf.pc.in \
86 $(srcdir)/protobuf-lite.pc.in compile config.guess config.sub \
101 CONFIG_CLEAN_FILES = protobuf.pc protobuf-lite.pc
372 pkgconfig_DATA = protobuf.pc protobuf-lite.pc
383 editors/protobuf-mode.el \
389 vsprojects/protobuf.sln \
405 java/src/main/java/com/google/protobuf/AbstractMessage.java \
406 java/src/main/java/com/google/protobuf/AbstractMessageLite.java \
407 java/src/main/java/com/google/protobuf/AbstractParser.java \
408 java/src/main/java/com/google/protobuf/BlockingRpcChannel.java \
[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 …]
Dprotobuf.bzl1 # -*- mode: python; -*- PYTHON-PREPROCESSING-REQUIRED
123 default_runtime="//:protobuf",
125 """Bazel rule to create a C++ protobuf library from proto source files
237 """Bazel rule to create a Python protobuf library from proto source files
289 """Bazel rules to create batch tests for protobuf internal.
294 each of the parameter with the source "google/protobuf/%s.py"
299 s = "python/google/protobuf/internal/%s.py" % m
DCONTRIBUTORS.txt79 * Emacs mode for Protocol Buffers (editors/protobuf-mode.el).
DCHANGES.txt64 * Added DiscardUnknownFields API for python protobuf message.
147 - Fixed wire-format for google.protobuf.Value/ListValue.
148 - Fixed precision loss when converting google.protobuf.Timestamp.
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.
354 https://github.com/jskeet/protobuf-csharp-port. The original project was
369 import "google/protobuf/any.proto";
371 google.protobuf.Any any_field = 1;
419 Descriptor objects (which describe the protobuf schema and allow
[all …]
/external/protobuf/cmake/
Dprotobuf-module.cmake.in3 " used in CONFIG mode")
110 _protobuf_find_libraries(PROTOBUF protobuf)
113 _protobuf_find_libraries(PROTOBUF_LITE protobuf-lite)
/external/protobuf/util/
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 …]
Dprotobuf.bzl1 # -*- mode: python; -*- PYTHON-PREPROCESSING-REQUIRED
123 default_runtime="//:protobuf",
125 """Bazel rule to create a C++ protobuf library from proto source files
237 """Bazel rule to create a Python protobuf library from proto source files
289 """Bazel rules to create batch tests for protobuf internal.
294 each of the parameter with the source "google/protobuf/%s.py"
299 s = "python/google/protobuf/internal/%s.py" % m
DCONTRIBUTORS.txt79 * Emacs mode for Protocol Buffers (editors/protobuf-mode.el).
DCHANGES.txt64 * Added DiscardUnknownFields API for python protobuf message.
147 - Fixed wire-format for google.protobuf.Value/ListValue.
148 - Fixed precision loss when converting google.protobuf.Timestamp.
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.
354 https://github.com/jskeet/protobuf-csharp-port. The original project was
369 import "google/protobuf/any.proto";
371 google.protobuf.Any any_field = 1;
419 Descriptor objects (which describe the protobuf schema and allow
[all …]
/external/protobuf/javanano/
DREADME.md4 …Build Status](https://travis-ci.org/google/protobuf.svg?branch=master)](https://travis-ci.org/goog…
66 ../src/google/protobuf/descriptor.proto
78 features compared with the official Java protobuf:
250 The 'reftypes' mode has some additional cost due to autoboxing and usage
255 The 'reftypes' mode is useful when you want to be able to serialize fields
258 'accessors' mode.
261 mode, serialization of the proto will cause a NullPointerException. This is
358 \<protobuf-root\>java/target/protobuf-java-2.3.0-nano.jar.
374 - cd external/protobuf
387 "adb shell am instrument -w com.google.protobuf.nano.test/android.test.InstrumentationTestRunner"
/external/nanopb-c/docs/
Dindex.rst44 #) Support for most protobuf features, including: all data types, nested submessages, default value…
57 #) Cyclic references between messages are supported only in callback mode.
124 Debian-based systems, install the following packages: *protobuf-compiler*,
125 *python-protobuf* and *libprotobuf-dev*.
/external/protobuf/jenkins/docker/
DDockerfile105 ENV MVN mvn --batch-mode
108 git clone https://github.com/google/protobuf.git && \
109 cd protobuf && \
/external/webrtc/webrtc/modules/audio_processing/
Daudio_processing_impl.cc109 int set_mode(Mode mode) override { return AudioProcessing::kNoError; } in set_mode() argument
110 Mode mode() const override { return GainControl::kAdaptiveAnalog; } in mode() function in webrtc::GainControlForNewAgc
1457 msg->set_num_input_channels(static_cast<google::protobuf::int32>( in WriteInitMessage()
1459 msg->set_num_output_channels(static_cast<google::protobuf::int32>( in WriteInitMessage()
1461 msg->set_num_reverse_channels(static_cast<google::protobuf::int32>( in WriteInitMessage()
1497 static_cast<int>(public_submodules_->gain_control->mode())); in WriteConfigMessage()
DBUILD.gn10 import("//third_party/protobuf/proto_library.gni")
17 # Disables the usual mode where we trust the reported system delay
/external/protobuf/src/google/protobuf/
Dunittest_lite.proto38 import "google/protobuf/unittest_import_lite.proto";
42 option java_package = "com.google.protobuf";
380 // TestEmptyMessageLite is used to test unknown fields support in lite mode.
/external/nanopb-c/
DCHANGELOG.txt14 Move descriptor.proto to google/protobuf subdirectory (issue 104)
99 Remove "skip" mode from pb_istream_t callbacks. Example implementation had a bug. (issue 37)
/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc87 namespace protobuf { namespace
91 #define mkdir(name, mode) mkdir(name) argument
407 google::protobuf::scoped_ptr<io::StringOutputStream> inner_;
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/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()
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
1133 for (size_t i = 0; i < arraysize(mode); i++) { in TEST_F()
[all …]
/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.

12