Home
last modified time | relevance | path

Searched refs:unget (Results 1 - 17 of 17) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp183 void unget() { Stack.push_back(Tok); } in unget() function in llvm::object::Parser
194 unget(); in parseOne()
241 unget(); in parseExport()
261 unget(); in parseExport()
270 unget(); in parseExport()
293 unget(); in parseExport()
305 unget(); in parseNumbers()
321 unget(); in parseName()
331 unget(); in parseName()
/third_party/alsa-lib/src/
H A Dconf.c493 int unget; member
750 if (input->unget) { in get_char()
751 input->unget = 0; in get_char()
783 assert(!input->unget); in unget_char()
785 input->unget = 1; in unget_char()
1986 input.unget = 0; in _snd_config_load_with_include()
/third_party/glslang/glslang/MachineIndependent/preprocessor/
H A DPpContext.h595 input->unget();
602 input->unget();
607 input->unget();
609 input->unget();
/third_party/json/include/nlohmann/detail/input/
H A Dlexer.hpp890 unget(); in scan_comment()
1243 // unget the character after the number (we only read it to know that in scan_number()
1245 unget(); in scan_number()
1367 @brief unget current character (read it again on next get)
1369 We implement unget by setting variable next_unget to true. The input is not
1372 behave as if the unget character is read again.
1374 void unget() in unget() function in detail::lexer
1380 // in case we "unget" a newline, we have to also decrement the lines_read in unget()
1494 // the first character is not the beginning of the BOM; unget it to in skip_bom()
1496 unget(); in skip_bom()
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A DMacroExpander.h63 void unget();
H A DMacroExpander.cpp225 context->unget(); in ungetToken()
523 void MacroExpander::MacroContext::unget() in unget() function in angle::pp::MacroExpander::MacroContext
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DMacroExpander.h66 void unget();
H A DMacroExpander.cpp231 context->unget(); in ungetToken()
531 void MacroExpander::MacroContext::unget() in unget() function in pp::MacroExpander::MacroContext
/third_party/glslang/glslang/MachineIndependent/
H A DScan.h123 void unget() in unget() function in glslang::TInputScanner
258 // It remembers the last state of each source string as it is left for the next one, so unget()
H A DScan.cpp115 unget(); in consumeComment()
138 unget(); in consumeComment()
/third_party/glslang/SPIRV/
H A Dhex_float.h818 // This may fail if your stream does not support at least one unget.
863 is.get(); // We may have to unget this. in operator >>()
866 is.unget(); in operator >>()
/third_party/skia/third_party/externals/spirv-tools/source/util/
H A Dhex_float.h901 // This may fail if your stream does not support at least one unget.
946 is.get(); // We may have to unget this. in operator >>()
949 is.unget(); in operator >>()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
H A Dhex_float.h901 // This may fail if your stream does not support at least one unget.
946 is.get(); // We may have to unget this. in operator >>()
949 is.unget(); in operator >>()
/third_party/spirv-tools/source/util/
H A Dhex_float.h943 // This may fail if your stream does not support at least one unget.
988 is.get(); // We may have to unget this. in operator >>()
991 is.unget(); in operator >>()
/third_party/json/tests/abi/include/nlohmann/
H A Djson_v3_10_5.hpp7292 unget();
7645 // unget the character after the number (we only read it to know that
7647 unget();
7769 @brief unget current character (read it again on next get)
7771 We implement unget by setting variable next_unget to true. The input is not
7774 behave as if the unget character is read again.
7776 void unget()
7782 // in case we "unget" a newline, we have to also decrement the lines_read
7896 // the first character is not the beginning of the BOM; unget it to
7898 unget();
[all...]
/third_party/json/single_include/nlohmann/
H A Djson.hpp8191 unget();
8544 // unget the character after the number (we only read it to know that
8546 unget();
8668 @brief unget current character (read it again on next get)
8670 We implement unget by setting variable next_unget to true. The input is not
8673 behave as if the unget character is read again.
8675 void unget()
8681 // in case we "unget" a newline, we have to also decrement the lines_read
8795 // the first character is not the beginning of the BOM; unget it to
8797 unget();
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp31792 unget();
32717 unget(void)
[all...]

Completed in 65 milliseconds