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:Own
(Results
1 - 11
of
11
) sorted by relevance
/third_party/protobuf/src/google/protobuf/
H
A
D
arena_unittest.cc
176
arena.
Own
(new int32);
in TEST()
177
arena.
Own
(new int64);
in TEST()
178
arena.
Own
(new float);
in TEST()
179
arena.
Own
(new double);
in TEST()
180
arena.
Own
(new std::string);
in TEST()
181
arena.
Own
<int>(NULL);
in TEST()
187
arena.
Own
(data);
in TEST()
609
// Should keep same object and add to arena's
Own
()-list.
in TEST()
642
// Should keep same object and add to arena's
Own
()-list.
in TEST()
709
// Should not copy object -- will use arena_->
Own
()
in TEST()
[all...]
H
A
D
arenastring.h
102
//
Own
()'d by any arena. If the field was not set, it returns NULL. The caller
155
arena->
Own
(value);
in SetAllocated()
H
A
D
arena.h
361
// registered with OwnDestructor() and freeing objects registered with
Own
().
376
PROTOBUF_NOINLINE void
Own
(T* object) {
in Own()
function
381
// called when the arena is destroyed or reset. This differs from
Own
() in
646
// These implement
Own
(), which registers an object for deletion (destructor
H
A
D
message_lite.cc
201
arena->
Own
(message);
in New()
H
A
D
generated_message_util.cc
744
// Returns a message owned by this Arena. This may require
Own
()ing or
752
message_arena->
Own
(submessage);
in GetOwnedMessageInternal()
H
A
D
message.h
245
arena->
Own
(message);
H
A
D
extension_set.cc
639
arena_->
Own
(message); // not NULL because not equal to message_arena
in SetAllocatedMessage()
656
arena_->
Own
(message); // not NULL because not equal to message_arena
in SetAllocatedMessage()
1073
// swapping from heap to arena-allocated extension set, by just
Own
()'ing
in Swap()
H
A
D
struct.pb.h
907
arena->
Own
(string_value);
in set_allocated_string_value()
H
A
D
generated_message_reflection.cc
1580
// the child to the arena's
Own
() list to free on arena destruction, then
in SetAllocatedMessage()
1582
message->GetArena()->
Own
(sub_message);
in SetAllocatedMessage()
H
A
D
repeated_field.h
1942
// appropriate thing:
Own
() it (if it's on heap and we're in an arena) or copy
in AddAllocatedSlowWithCopy()
1945
my_arena->
Own
(value);
in AddAllocatedSlowWithCopy()
/third_party/node/src/
H
A
D
inspector_socket_server.cc
165
void
Own
(InspectorSocket::Pointer ws_socket) {
in Own()
function in node::inspector::SocketSession
491
session->
Own
(std::move(inspector));
in Accept()
Completed in 26 milliseconds