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:oldLimit
(Results
1 - 14
of
14
) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf/
H
A
D
SegmentedBufferHelper.cs
120
int
oldLimit
= state.currentLimit;
in PushLimit()
121
if (byteLimit >
oldLimit
)
in PushLimit()
129
return
oldLimit
;
in PushLimit()
135
public static void PopLimit(ref ParserInternalState state, int
oldLimit
)
in PopLimit()
137
state.currentLimit =
oldLimit
;
in PopLimit()
H
A
D
ParsingPrimitivesMessages.cs
122
int
oldLimit
= SegmentedBufferHelper.PushLimit(ref ctx.state, length);
in ReadMessage()
134
SegmentedBufferHelper.PopLimit(ref ctx.state,
oldLimit
);
in ReadMessage()
H
A
D
CodedInputStream.cs
622
internal void PopLimit(int
oldLimit
)
in PopLimit()
argument
624
SegmentedBufferHelper.PopLimit(ref state,
oldLimit
);
in PopLimit()
H
A
D
FieldCodec.cs
597
int
oldLimit
= SegmentedBufferHelper.PushLimit(ref ctx.state, length);
614
SegmentedBufferHelper.PopLimit(ref ctx.state,
oldLimit
);
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H
A
D
CodedInputStream.java
391
final int
oldLimit
= recursionLimit;
in setRecursionLimit()
393
return
oldLimit
;
in setRecursionLimit()
414
final int
oldLimit
= sizeLimit;
in setSizeLimit()
416
return
oldLimit
;
in setSizeLimit()
473
* @param
oldLimit
The old limit, as returned by {@code pushLimit}.
475
public abstract void popLimit(final int
oldLimit
);
in popLimit()
argument
870
final int
oldLimit
= pushLimit(length);
in readMessage()
875
popLimit(
oldLimit
);
in readMessage()
886
final int
oldLimit
= pushLimit(length);
in readMessage()
891
popLimit(
oldLimit
);
in readMessage()
1211
popLimit(final int
oldLimit
)
popLimit()
argument
1922
popLimit(final int
oldLimit
)
popLimit()
argument
2691
popLimit(final int
oldLimit
)
popLimit()
argument
3760
popLimit(final int
oldLimit
)
popLimit()
argument
[all...]
H
A
D
MapEntryLite.java
202
final int
oldLimit
= input.pushLimit(length);
in parseInto()
223
input.popLimit(
oldLimit
);
in parseInto()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H
A
D
DiscardUnknownFieldsTest.java
84
int
oldLimit
= input.pushLimit(messageSize);
in assertReuseCodedInputStreamPreserve()
87
input.popLimit(
oldLimit
);
in assertReuseCodedInputStreamPreserve()
H
A
D
MapTest.java
1349
int
oldLimit
= input.pushLimit(length);
in testDeterministicSerialziation()
1366
input.popLimit(
oldLimit
);
in testDeterministicSerialziation()
/third_party/node/test/parallel/
H
A
D
test-vm-basic.js
253
const
oldLimit
= Error.stackTraceLimit;
349
Error.stackTraceLimit =
oldLimit
;
/third_party/protobuf/objectivec/
H
A
D
GPBCodedInputStream.h
236
* @param
oldLimit
The number of bytes to move the current limit. Usually this
239
- (void)popLimit:(size_t)
oldLimit
;
H
A
D
GPBCodedInputStream_PackagePrivate.h
106
size_t
oldLimit
);
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
H
A
D
RepeatedField.cs
129
int
oldLimit
= SegmentedBufferHelper.PushLimit(ref ctx.state, length);
in AddEntriesFrom()
156
SegmentedBufferHelper.PopLimit(ref ctx.state,
oldLimit
);
in AddEntriesFrom()
/third_party/skia/src/core/
H
A
D
SkResourceCache.cpp
420
size_t
oldLimit
= fSingleAllocationByteLimit;
in setSingleAllocationByteLimit()
local
422
return
oldLimit
;
in setSingleAllocationByteLimit()
/third_party/sqlite/src/
H
A
D
sqlite3.c
176266
int
oldLimit
;
global()
local
[all...]
Completed in 150 milliseconds