Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
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
D
COFFModuleDefinition.cpp
183
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
D
conf.c
493
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
D
PpContext.h
595
input->
unget
();
602
input->
unget
();
607
input->
unget
();
609
input->
unget
();
/third_party/json/include/nlohmann/detail/input/
H
A
D
lexer.hpp
890
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
D
MacroExpander.h
63
void
unget
();
H
A
D
MacroExpander.cpp
225
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
D
MacroExpander.h
66
void
unget
();
H
A
D
MacroExpander.cpp
231
context->
unget
();
in ungetToken()
531
void MacroExpander::MacroContext::
unget
()
in unget()
function in pp::MacroExpander::MacroContext
/third_party/glslang/glslang/MachineIndependent/
H
A
D
Scan.h
123
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
D
Scan.cpp
115
unget
();
in consumeComment()
138
unget
();
in consumeComment()
/third_party/glslang/SPIRV/
H
A
D
hex_float.h
818
// 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
D
hex_float.h
901
// 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
D
hex_float.h
901
// 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
D
hex_float.h
943
// 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
D
json_v3_10_5.hpp
7292
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
D
json.hpp
8191
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
D
stylo.hpp
31792
unget
();
32717
unget
(void)
[all...]
Completed in 65 milliseconds