Home
last modified time | relevance | path

Searched refs:length_mod (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dparser_test.cc311 EXPECT_EQ(LengthMod::none, o.length_mod); in TEST_F()
313 EXPECT_EQ(LengthMod::h, o.length_mod); in TEST_F()
315 EXPECT_EQ(LengthMod::hh, o.length_mod); in TEST_F()
317 EXPECT_EQ(LengthMod::l, o.length_mod); in TEST_F()
319 EXPECT_EQ(LengthMod::ll, o.length_mod); in TEST_F()
321 EXPECT_EQ(LengthMod::L, o.length_mod); in TEST_F()
323 EXPECT_EQ(LengthMod::q, o.length_mod); in TEST_F()
325 EXPECT_EQ(LengthMod::j, o.length_mod); in TEST_F()
327 EXPECT_EQ(LengthMod::z, o.length_mod); in TEST_F()
329 EXPECT_EQ(LengthMod::t, o.length_mod); in TEST_F()
[all...]
H A Dparser.cc210 LengthMod length_mod = tag.as_length(); in ConsumeConversion()
212 if (c == 'h' && length_mod == LengthMod::h) { in ConsumeConversion()
213 conv->length_mod = LengthMod::hh; in ConsumeConversion()
215 } else if (c == 'l' && length_mod == LengthMod::l) { in ConsumeConversion()
216 conv->length_mod = LengthMod::ll; in ConsumeConversion()
219 conv->length_mod = length_mod; in ConsumeConversion()
H A Dparser.h80 LengthMod length_mod = LengthMod::none; member
99 constexpr ConvTag(LengthMod length_mod) // NOLINT in ConvTag() argument
100 : tag_(0x80 | static_cast<uint8_t>(length_mod)) {} in ConvTag()
/third_party/unity/src/
H A Dunity.c1920 enum UnityLengthModifier length_mod; in UnityLengthModifierGet() local
1928 length_mod = UNITY_LENGTH_MODIFIER_LONG_LONG; in UnityLengthModifierGet()
1933 length_mod = UNITY_LENGTH_MODIFIER_LONG; in UnityLengthModifierGet()
1940 length_mod = UNITY_LENGTH_MODIFIER_NONE; in UnityLengthModifierGet()
1957 length_mod = UNITY_LENGTH_MODIFIER_NONE; in UnityLengthModifierGet()
1963 length_mod = UNITY_LENGTH_MODIFIER_NONE; in UnityLengthModifierGet()
1967 return length_mod; in UnityLengthModifierGet()
1988 enum UnityLengthModifier length_mod = UnityLengthModifierGet(pch, &length_mod_size); in UnityPrintFVA() local
1997 UNITY_EXTRACT_ARG(UNITY_INT, number, length_mod, va, int); in UnityPrintFVA()
2013 UNITY_EXTRACT_ARG(UNITY_UINT, number, length_mod, v in UnityPrintFVA()
[all...]

Completed in 6 milliseconds