OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:other_message
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/src/google/protobuf/
unknown_field_set_unittest.cc
257
unittest::TestEmptyMessage
other_message
;
local
258
ASSERT_TRUE(
other_message
.ParseFromString(GetBizarroData()));
261
EXPECT_GT(
other_message
.unknown_fields().field_count(), 0);
263
const string other_debug_string =
other_message
.DebugString();
266
empty_message_.Swap(&
other_message
);
267
EXPECT_EQ(debug_string,
other_message
.DebugString());
extension_set.cc
631
const MessageLite&
other_message
= other_repeated_message->Get(i);
local
635
target =
other_message
.New();
638
target->CheckTypeAndMergeFrom(
other_message
);
[
all
...]
Completed in 50 milliseconds