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:has_name
(Results
1 - 9
of
9
) sorted by relevance
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H
A
D
struct_typedef.rs
11
pub
has_name
: bool,
30
::std::ptr::addr_of!((*ptr).
has_name
) as usize - ptr as usize
in bindgen_test_layout_typedef_named_struct()
37
stringify!(
has_name
)
in bindgen_test_layout_typedef_named_struct()
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H
A
D
struct_typedef.h
4
_Bool
has_name
;
member
/third_party/node/deps/v8/src/objects/
H
A
D
call-site-info.cc
757
const bool
has_name
= !module_name->IsNull() || !function_name->IsNull();
in SerializeWasmStackFrame()
local
758
if (
has_name
) {
in SerializeWasmStackFrame()
789
if (
has_name
) builder->AppendCharacter(')');
in SerializeWasmStackFrame()
/third_party/mesa3d/src/compiler/nir/
H
A
D
nir_serialize.c
209
unsigned
has_name
:1;
member
242
flags.u.
has_name
= !ctx->strip && var->name;
in write_variable()
302
if (flags.u.
has_name
)
in write_variable()
365
if (flags.u.
has_name
) {
in read_variable()
2045
bool
has_name
= flags & 0x4;
in read_function()
local
2046
char *name =
has_name
? blob_read_string(ctx->blob) : NULL;
in read_function()
/third_party/spirv-tools/source/diff/
H
A
D
diff.cpp
494
std::string GetName(const IdInstructions& id_to, uint32_t id, bool*
has_name
);
1862
bool*
has_name
) {
1868
*
has_name
= true;
1873
*
has_name
= false;
1878
bool
has_name
= false;
1879
std::string name = GetName(id_to, id, &
has_name
);
1881
if (!
has_name
) {
/third_party/protobuf/src/google/protobuf/
H
A
D
descriptor.pb.h
760
bool
has_name
() const;
1513
bool
has_name
() const;
1956
bool
has_name
() const;
2286
bool
has_name
() const;
2691
bool
has_name
() const;
2871
bool
has_name
() const;
3080
bool
has_name
() const;
3261
bool
has_name
() const;
6649
inline bool FileDescriptorProto::
has_name
() const {
in has_name()
function in FileDescriptorProto
7568
inline bool DescriptorProto::
has_name
() cons
in _internal_has_name()
function in DescriptorProto
8119
inline bool FieldDescriptorProto::
has_name
() const {
has_name()
function in FieldDescriptorProto
8718
inline bool OneofDescriptorProto::
has_name
() const {
has_name()
function in OneofDescriptorProto
8939
inline bool EnumDescriptorProto::
has_name
() const {
has_name()
function in EnumDescriptorProto
9252
inline bool EnumValueDescriptorProto::
has_name
() const {
has_name()
function in EnumValueDescriptorProto
9441
inline bool ServiceDescriptorProto::
has_name
() const {
has_name()
function in ServiceDescriptorProto
9641
inline bool MethodDescriptorProto::
has_name
() const {
has_name()
function in MethodDescriptorProto
[all...]
H
A
D
descriptor_database.cc
52
GOOGLE_CHECK(desc_proto.
has_name
());
in RecordMessageNames()
H
A
D
descriptor.cc
4363
if (!proto.
has_name
()) {
in BuildFileImpl()
/third_party/protobuf/src/google/protobuf/compiler/
H
A
D
plugin.pb.h
663
bool
has_name
() const;
1408
inline bool CodeGeneratorResponse_File::
has_name
() const {
in has_name()
function in compiler::CodeGeneratorResponse_File
Completed in 51 milliseconds