Home
last modified time | relevance | path

Searched refs:skip_whitespace (Results 1 – 14 of 14) sorted by relevance

/third_party/boost/boost/property_tree/detail/
Dinfo_parser_read.hpp77 void skip_whitespace(const Ch *&text) in skip_whitespace() function
89 skip_whitespace(text); in read_word()
101 skip_whitespace(text); in read_line()
115 skip_whitespace(text); in read_string()
135 skip_whitespace(text); in read_string()
142 skip_whitespace(text); in read_string()
167 skip_whitespace(text); in read_key()
178 skip_whitespace(text); in read_data()
225 skip_whitespace(text); in read_info_internal()
254 skip_whitespace(text); in read_info_internal()
[all …]
/third_party/mesa3d/src/compiler/glsl/
Ds_expression.cpp46 skip_whitespace(const char *&src, char *&symbol_buffer) in skip_whitespace() function
56 skip_whitespace(src, symbol_buffer); in skip_whitespace()
65 skip_whitespace(src, symbol_buffer); in read_atom()
108 skip_whitespace(src, symbol_buffer); in __read_expression()
119 skip_whitespace(src, symbol_buffer); in __read_expression()
/third_party/boost/boost/wave/util/
Dunput_queue_iterator.hpp204 peek(IteratorT it, IteratorT end, bool skip_whitespace = true) in peek()
207 if (skip_whitespace) { in peek()
232 peek(iterator_type it, iterator_type end, bool skip_whitespace = true) in peek()
243 if (skip_whitespace) { in peek()
266 if (skip_whitespace) { in peek()
Dmacro_helpers.hpp303 skip_whitespace(IteratorT &first, IteratorT const &last) in skip_whitespace() function
318 skip_whitespace(IteratorT &first, IteratorT const &last, ContainerT &queue) in skip_whitespace() function
Dcpp_macromap_utils.hpp228 skip_whitespace(first1, last1); in definition_equals()
229 skip_whitespace(first2, last2); in definition_equals()
Dcpp_iterator.hpp1028 token_id id = util::impl::skip_whitespace(it, iter_ctx->last); in extract_identifier()
/third_party/libunwind/src/
Dos-linux.h122 skip_whitespace (char *cp) in skip_whitespace() function
137 cp = skip_whitespace (cp); in scan_hex()
167 if (!(cp = skip_whitespace (cp))) in scan_dec()
210 if (!(cp = skip_whitespace (cp))) in scan_string()
296 cp = mi->path = skip_whitespace (cp); in maps_next()
/third_party/boost/boost/spirit/home/x3/support/utility/
Derror_reporting.hpp67 void skip_whitespace(Iterator& err_pos, Iterator last) const;
127 void error_handler<Iterator>::skip_whitespace(Iterator& err_pos, Iterator last) const in skip_whitespace() function in boost::spirit::x3::error_handler
196 skip_whitespace(err_pos, last); in operator ()()
217 skip_whitespace(err_first, last); in operator ()()
/third_party/mesa3d/src/amd/compiler/tests/
Dcheck_output.py167 def skip_whitespace(self, inc_line): member in StringStream
228 output.skip_whitespace(False)
229 pattern.skip_whitespace(False)
249 output.skip_whitespace(True)
323 output.skip_whitespace(False)
324 pattern.skip_whitespace(False)
/third_party/boost/libs/wave/tool/
Dtrace_macro_expansion.hpp933 token_id id = util::impl::skip_whitespace(it, end);
935 id = util::impl::skip_whitespace(it, end);
990 token_id id = util::impl::skip_whitespace(it, end);
992 id = util::impl::skip_whitespace(it, end);
1104 token_id id = util::impl::skip_whitespace(it, end);
1106 id = util::impl::skip_whitespace(it, end);
1295 token_id id = util::impl::skip_whitespace(it, end);
1297 util::impl::skip_whitespace(it, end);
/third_party/boost/libs/wave/samples/custom_directives/
Dcustom_directives.hpp70 wave::token_id id = wave::util::impl::skip_whitespace(it, line.end()); in found_unknown_directive()
/third_party/json/include/nlohmann/detail/input/
Dlexer.hpp1492 void skip_whitespace() in skip_whitespace() function in nlohmann::detail::lexer
1511 skip_whitespace(); in scan()
1522 skip_whitespace(); in scan()
/third_party/python/PC/
Dlauncher.c58 skip_whitespace(wchar_t * p) in skip_whitespace() function
912 result = skip_whitespace(result); in skip_prefix()
1026 cmdp = skip_whitespace(value); in read_config_file()
1064 shebang_line = skip_whitespace(shebang_line); in parse_shebang()
1104 *suffix = skip_whitespace(p); in parse_shebang()
1438 suffix = skip_whitespace(suffix); in maybe_handle_shebang()
1501 result = skip_whitespace(result); in skip_me()
1979 command = skip_whitespace(command); in process()
/third_party/json/single_include/nlohmann/
Djson.hpp7371 void skip_whitespace() in skip_whitespace() function in nlohmann::detail::lexer
7390 skip_whitespace(); in scan()
7401 skip_whitespace(); in scan()