OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetFractionAndMargin
(Results
1 - 6
of
6
) sorted by null
/external/protobuf/src/google/protobuf/util/
field_comparator_test.cc
317
comparator_.
SetFractionAndMargin
(field_float, 0.01, 0.0);
318
comparator_.
SetFractionAndMargin
(field_double, 0.01, 0.0);
328
comparator_.
SetFractionAndMargin
(field_float, 0.0, 9.0);
329
comparator_.
SetFractionAndMargin
(field_double, 0.0, 9.0);
338
comparator_.
SetFractionAndMargin
(field_float, 0.2, 0.0);
339
comparator_.
SetFractionAndMargin
(field_double, 0.2, 0.0);
348
comparator_.
SetFractionAndMargin
(field_float, 0.0, 10.0);
349
comparator_.
SetFractionAndMargin
(field_double, 0.0, 10.0);
358
comparator_.
SetFractionAndMargin
(field_double, 0.0, 0.0);
372
comparator_.
SetFractionAndMargin
(field_float, 0.0, 0.0)
[
all
...]
field_comparator.h
145
void
SetFractionAndMargin
(const FieldDescriptor* field, double fraction,
150
//
SetFractionAndMargin
() above.
field_comparator.cc
139
void DefaultFieldComparator::
SetFractionAndMargin
(const FieldDescriptor* field,
message_differencer.h
506
void
SetFractionAndMargin
(const FieldDescriptor* field, double fraction,
[
all
...]
message_differencer_unittest.cc
548
differencer.
SetFractionAndMargin
(fd, 0.0, 10.0);
557
differencer.
SetFractionAndMargin
(fd, 0.2, 0.0);
561
differencer.
SetFractionAndMargin
(fd, 0.01, 0.0);
565
differencer.
SetFractionAndMargin
(fd, 0.01, 10.0);
601
differencer.
SetFractionAndMargin
(fd, 0.0, 10.0);
610
differencer.
SetFractionAndMargin
(fd, 0.2, 0.0);
614
differencer.
SetFractionAndMargin
(fd, 0.01, 0.0);
618
differencer.
SetFractionAndMargin
(fd, 0.01, 10.0);
[
all
...]
message_differencer.cc
353
void MessageDifferencer::
SetFractionAndMargin
(const FieldDescriptor* field,
355
default_field_comparator_.
SetFractionAndMargin
(field, fraction, margin);
[
all
...]
Completed in 134 milliseconds