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:allocated_type
(Results
1 - 3
of
3
) sorted by relevance
/third_party/protobuf/src/google/protobuf/
H
A
D
arena.h
178
// Note: typeid(void) will be passed as
allocated_type
every time we
181
void (*on_arena_allocation)(const std::type_info*
allocated_type
,
519
void OnArenaAllocation(const std::type_info*
allocated_type
, size_t n) const;
520
inline void AllocHook(const std::type_info*
allocated_type
, size_t n) const {
in AllocHook()
argument
522
OnArenaAllocation(
allocated_type
, n);
in AllocHook()
709
void (*on_arena_allocation_)(const std::type_info*
allocated_type
,
H
A
D
arena.cc
381
void Arena::OnArenaAllocation(const std::type_info*
allocated_type
,
in OnArenaAllocation()
argument
384
on_arena_allocation_(
allocated_type
, n, hooks_cookie_);
in OnArenaAllocation()
/third_party/node/deps/v8/src/compiler/
H
A
D
effect-control-linearizer.cc
6074
Node*
allocated_type
;
in LowerAssertType()
local
6081
allocated_type
= __ HeapConstant(type.AllocateOnHeap(factory()));
in LowerAssertType()
6084
allocated_type
, __ SmiConstant(node->id()));
in LowerAssertType()
Completed in 13 milliseconds