OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SerializePartialToString
(Results
1 - 14
of
14
) sorted by null
/external/nanopb-c/generator/google/protobuf/
message.py
196
def
SerializePartialToString
(self):
275
return dict(serialized=self.
SerializePartialToString
())
/external/protobuf/python/google/protobuf/
message.py
199
def
SerializePartialToString
(self):
290
return dict(serialized=self.
SerializePartialToString
())
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
message_lite.h
187
bool
SerializePartialToString
(string* output) const;
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
message_lite.h
187
bool
SerializePartialToString
(string* output) const;
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
message_lite.h
187
bool
SerializePartialToString
(string* output) const;
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
message_lite.h
187
bool
SerializePartialToString
(string* output) const;
/external/protobuf/src/google/protobuf/
message_lite.h
215
bool
SerializePartialToString
(string* output) const;
message_lite.cc
314
bool MessageLite::
SerializePartialToString
(string* output) const {
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
message_lite.h
215
bool
SerializePartialToString
(string* output) const;
/external/nanopb-c/generator/google/protobuf/internal/
python_message.py
768
return self.
SerializePartialToString
()
775
def
SerializePartialToString
(self):
779
cls.
SerializePartialToString
=
SerializePartialToString
[
all
...]
/external/protobuf/python/google/protobuf/internal/
python_message.py
[
all
...]
reflection_test.py
[
all
...]
/external/protobuf/python/google/protobuf/pyext/
message.cc
[
all
...]
descriptor.cc
[
all
...]
Completed in 736 milliseconds