Searched refs:literal_text (Results 1 - 4 of 4) sorted by relevance
/third_party/python/Lib/ |
H A D | string.py | 203 for literal_text, field_name, format_spec, conversion in \ 207 if literal_text: 208 result.append(literal_text) 281 # (literal_text, field_name, format_spec, conversion) 282 # literal_text can be zero length
|
/third_party/json/include/nlohmann/detail/input/ |
H A D | lexer.hpp | 1295 @param[in] literal_text the literal text to expect 1300 token_type scan_literal(const char_type* literal_text, const std::size_t length, in scan_literal() argument 1303 JSON_ASSERT(std::char_traits<char_type>::to_char_type(current) == literal_text[0]); in scan_literal() 1306 if (JSON_HEDLEY_UNLIKELY(std::char_traits<char_type>::to_char_type(get()) != literal_text[i])) in scan_literal()
|
/third_party/json/tests/abi/include/nlohmann/ |
H A D | json_v3_10_5.hpp | 7697 @param[in] literal_text the literal text to expect 7702 token_type scan_literal(const char_type* literal_text, const std::size_t length, 7705 JSON_ASSERT(std::char_traits<char_type>::to_char_type(current) == literal_text[0]); 7708 if (JSON_HEDLEY_UNLIKELY(std::char_traits<char_type>::to_char_type(get()) != literal_text[i]))
|
/third_party/json/single_include/nlohmann/ |
H A D | json.hpp | 8596 @param[in] literal_text the literal text to expect 8601 token_type scan_literal(const char_type* literal_text, const std::size_t length, 8604 JSON_ASSERT(std::char_traits<char_type>::to_char_type(current) == literal_text[0]); 8607 if (JSON_HEDLEY_UNLIKELY(std::char_traits<char_type>::to_char_type(get()) != literal_text[i]))
|
Completed in 52 milliseconds