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:new_begin
(Results
1 - 3
of
3
) sorted by relevance
/third_party/gn/src/gn/
H
A
D
c_include_iterator.cc
26
size_t
new_begin
= 0;
in TrimLeadingWhitespace()
local
27
while (
new_begin
< str.size() &&
in TrimLeadingWhitespace()
28
(str[
new_begin
] == ' ' || str[
new_begin
] == '\t'))
in TrimLeadingWhitespace()
29
new_begin
++;
in TrimLeadingWhitespace()
30
return str.substr(
new_begin
);
in TrimLeadingWhitespace()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H
A
D
cord_rep_btree.h
688
const size_t
new_begin
= begin() + delta;
in AlignEnd()
local
690
set_begin(
new_begin
);
in AlignEnd()
696
for (size_t i = new_end - 1; i >=
new_begin
; --i) {
in AlignEnd()
727
size_t
new_begin
= begin() - edges.size();
in Add()
local
728
set_begin(
new_begin
);
in Add()
729
for (CordRep* edge : edges) edges_[
new_begin
++] = edge;
in Add()
/third_party/mesa3d/src/mesa/program/
H
A
D
prog_parameter_layout.c
163
const int
new_begin
=
in _mesa_layout_parameters()
local
168
if (
new_begin
< 0) {
in _mesa_layout_parameters()
173
inst->SrcReg[i].Symbol->param_binding_begin =
new_begin
;
in _mesa_layout_parameters()
Completed in 5 milliseconds