Home
last modified time | relevance | path

Searched refs:plus_sign (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/icl/test/
Dtest_laws.hpp170 #define DEFINE_PARTIAL_INVERSION_CHECK_WRT_EQUAL(plus_tag, plus_sign) \ argument
179 #define DEFINE_PARTIAL_INVERSION_CHECK_WRT(plus_tag, plus_sign) \ argument
200 #define DEFINE_INVERSE_CHECK_WRT_EQUAL(plus_tag, plus_sign) \ argument
207 Type negative_difference = (identity_element - var_a) plus_sign var_a; \
211 #define DEFINE_INVERSE_CHECK_WRT(plus_tag, plus_sign) \ argument
218 Type negative_difference = (identity_element - var_a) plus_sign var_a; \
/third_party/libphonenumber/cpp/test/phonenumbers/
Dregexp_adapter_test.cc116 const scoped_ptr<const RegExp> plus_sign(factory.CreateRegExp("(\\+)")); in TEST_F() local
118 ASSERT_TRUE(plus_sign->Consume(input.get(), true, NULL, NULL, NULL, NULL, in TEST_F()