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
defs:Reserve
(Results
1 - 11
of
11
) sorted by relevance
/third_party/protobuf/src/google/protobuf/
H
A
D
repeated_field.cc
93
void RepeatedPtrFieldBase::
Reserve
(int new_size) {
in Reserve()
function in google::protobuf::internal::RepeatedPtrFieldBase
H
A
D
repeated_field.h
1561
void RepeatedField<Element>::
Reserve
(int new_size) {
Reserve()
function in google::protobuf::RepeatedField
2398
inline void RepeatedPtrField<Element>::
Reserve
(int new_size) {
Reserve()
function in google::protobuf::RepeatedPtrField
[all...]
/third_party/node/deps/v8/src/baseline/
H
A
D
baseline-compiler.h
46
void
Reserve
(size_t size) { bytes_.reserve(size); }
in Reserve()
function in v8::internal::baseline::BytecodeOffsetTableBuilder
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H
A
D
vktVideoBaseDecodeUtils.hpp
123
void
Reserve
()
in Reserve()
function in vkt::video::DpbSlot
/third_party/node/deps/v8/src/interpreter/
H
A
D
constant-array-builder.cc
31
void ConstantArrayBuilder::ConstantArraySlice::
Reserve
() {
in Reserve()
function in v8::internal::interpreter::ConstantArrayBuilder::ConstantArraySlice
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H
A
D
COFFModuleDefinition.cpp
300
Error parseNumbers(uint64_t *
Reserve
, uint64_t *Commit) {
in parseNumbers()
argument
/third_party/lzma/CPP/Common/
H
A
D
MyVector.h
79
void
Reserve
(unsigned newCapacity)
in Reserve()
function in CRecordVector
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H
A
D
vktVideoBaseDecodeUtils.cpp
403
void DpbSlot::
Reserve
(void)
in Reserve()
function in vkt::video::DpbSlot
/third_party/node/deps/v8/src/parsing/
H
A
D
preparse-data.cc
146
void PreparseDataBuilder::ByteData::
Reserve
(size_t bytes) {
in Reserve()
function in v8::internal::PreparseDataBuilder::ByteData
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H
A
D
HexagonVLIWPacketizer.cpp
287
bool HexagonPacketizerList::tryAllocateResourcesForConstExt(bool
Reserve
) {
in tryAllocateResourcesForConstExt()
argument
/third_party/mesa3d/src/imgui/
H
A
D
imgui_internal.h
282
void
Reserve
(int capacity) { Data.reserve(capacity); Map.Data.reserve(capacity); }
in Reserve()
function
Completed in 21 milliseconds