OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TreatAsMap
(Results
1 - 3
of
3
) sorted by null
/external/protobuf/src/google/protobuf/util/
message_differencer.h
101
// Messages encoded in a repeated Any cannot be compared using
TreatAsMap
.
176
// a set (see
TreatAsMap
() and TreatAsSet(), below), new_index indicates
178
// applies to ReportMoved() and (in the case of
TreatAsMap
())
239
// only applies when using TreatAsSet or
TreatAsMap
() -- see below. Also
424
void
TreatAsMap
(const FieldDescriptor* field, const FieldDescriptor* key);
425
// Same as
TreatAsMap
except that this method will use multiple fields as
484
// it is being used as a key in a field passed to
TreatAsMap
or is one of
[
all
...]
message_differencer_unittest.cc
[
all
...]
message_differencer.cc
261
void MessageDifferencer::
TreatAsMap
(const FieldDescriptor* field,
[
all
...]
Completed in 540 milliseconds