HomeSort by relevance Sort by last modified time
    Searched refs:ParseFromIstream (Results 1 - 17 of 17) sorted by null

  /external/protobuf/examples/
add_person.cc 73 } else if (!address_book.ParseFromIstream(&input)) {
list_people.cc 56 if (!address_book.ParseFromIstream(&input)) {
  /external/tensorflow/tensorflow/contrib/lite/testing/
tf_driver.cc 98 if (!graphdef.ParseFromIstream(&model)) {
  /frameworks/base/tools/streaming_proto/cpp/
main.cpp 178 request.ParseFromIstream(&cin);
  /frameworks/base/tools/streaming_proto/java/
main.cpp 280 request.ParseFromIstream(&cin);
  /frameworks/base/tools/bit/
adb.cpp 175 err = message->ParseFromIstream(&in) ? 0 : -1;
  /external/protobuf/src/google/protobuf/
message.cc 135 bool Message::ParseFromIstream(istream* input) {
message_unittest.cc 155 // Test ParseFromIstream.
158 EXPECT_TRUE(message.ParseFromIstream(&stream));
message.h 274 bool ParseFromIstream(istream* input);
275 // Like ParseFromIstream(), but accepts messages that are missing
    [all...]
map_test.cc     [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
message.h 247 bool ParseFromIstream(istream* input);
248 // Like ParseFromIstream(), but accepts messages that are missing
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
message.h 247 bool ParseFromIstream(istream* input);
248 // Like ParseFromIstream(), but accepts messages that are missing
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
message.h 247 bool ParseFromIstream(istream* input);
248 // Like ParseFromIstream(), but accepts messages that are missing
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
message.h 247 bool ParseFromIstream(istream* input);
248 // Like ParseFromIstream(), but accepts messages that are missing
    [all...]
  /external/perfetto/tools/trace_to_text/
main.cc 222 if (!msg->ParseFromIstream(input)) {
  /external/tensorflow/tensorflow/core/kernels/
debug_ops_test.cc 125 event.ParseFromIstream(&ifs);
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
message.h 274 bool ParseFromIstream(istream* input);
275 // Like ParseFromIstream(), but accepts messages that are missing
    [all...]

Completed in 1310 milliseconds