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:dummy_
(Results
1 - 7
of
7
) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H
A
D
exception_safety_testing.h
268
dummy_
= kDefaultValue;
in ThrowingValue()
273
: TrackedObject(GetInstanceString(other.
dummy_
)) {
in IsSpecified()
277
dummy_
= other.
dummy_
;
in IsSpecified()
282
: TrackedObject(GetInstanceString(other.
dummy_
)) {
in IsSpecified()
286
dummy_
= other.
dummy_
;
in IsSpecified()
291
dummy_
= i;
in ThrowingValue()
295
: TrackedObject(GetInstanceString(i)),
dummy_
(i) {}
in dummy_()
function in testing::ThrowingValue
302
dummy_
in IsSpecified()
601
int
dummy_
;
global()
member in testing::ThrowingValue
661
dummy_
(other.State()) {}
dummy_()
function in testing::ThrowingAllocator
667
dummy_
(other.State()) {}
dummy_()
function in testing::ThrowingAllocator
779
std::shared_ptr<const int>
dummy_
;
global()
member in testing::ThrowingAllocator
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
H
A
D
optional.h
89
dummy_type
dummy_
;
member
99
//
dummy_
must be initialized for constexpr constructor.
100
constexpr optional_data_dtor_base() noexcept : engaged_(false),
dummy_
{{}} {}
124
dummy_type
dummy_
;
member
128
//
dummy_
must be initialized for constexpr constructor.
129
constexpr optional_data_dtor_base() noexcept : engaged_(false),
dummy_
{{}} {}
152
// Use
dummy_
's address to work around casting cv-qualified T* to void*.
in construct()
153
::new (static_cast<void*>(&this->
dummy_
)) T(std::forward<Args>(args)...);
in construct()
/third_party/skia/third_party/externals/abseil-cpp/absl/status/internal/
H
A
D
statusor_internal.h
279
// the placement new.
dummy_
is that object.
280
Dummy
dummy_
;
member
300
internal_statusor::PlacementNew<T>(&
dummy_
, std::forward<Arg>(arg)...);
in MakeValue()
/third_party/googletest/googletest/include/gtest/internal/
H
A
D
gtest-internal.h
420
//
dummy_
must not have a const type. Otherwise an overly eager
422
// TypeIdHelper<T>::
dummy_
for different Ts as an "optimization".
423
static bool
dummy_
;
member in testing::internal::TypeIdHelper
427
bool TypeIdHelper<T>::
dummy_
= false;
member in testing::internal::TypeIdHelper
435
// TypeIdHelper<T>::
dummy_
variable for each T used to instantiate
in GetTypeId()
436
// the template. Therefore, the address of
dummy_
is guaranteed to
in GetTypeId()
438
return &(TypeIdHelper<T>::
dummy_
);
in GetTypeId()
/third_party/mesa3d/src/gtest/include/gtest/internal/
H
A
D
gtest-internal.h
410
//
dummy_
must not have a const type. Otherwise an overly eager
412
// TypeIdHelper<T>::
dummy_
for different Ts as an "optimization".
413
static bool
dummy_
;
member in testing::internal::TypeIdHelper
417
bool TypeIdHelper<T>::
dummy_
= false;
member in testing::internal::TypeIdHelper
425
// TypeIdHelper<T>::
dummy_
variable for each T used to instantiate
in GetTypeId()
426
// the template. Therefore, the address of
dummy_
is guaranteed to
in GetTypeId()
428
return &(TypeIdHelper<T>::
dummy_
);
in GetTypeId()
/third_party/node/deps/googletest/include/gtest/internal/
H
A
D
gtest-internal.h
405
//
dummy_
must not have a const type. Otherwise an overly eager
407
// TypeIdHelper<T>::
dummy_
for different Ts as an "optimization".
408
static bool
dummy_
;
member in testing::internal::TypeIdHelper
412
bool TypeIdHelper<T>::
dummy_
= false;
member in testing::internal::TypeIdHelper
420
// TypeIdHelper<T>::
dummy_
variable for each T used to instantiate
in GetTypeId()
421
// the template. Therefore, the address of
dummy_
is guaranteed to
in GetTypeId()
423
return &(TypeIdHelper<T>::
dummy_
);
in GetTypeId()
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H
A
D
Unittest.cs
9378
dummy_
= other.
dummy_
;
in TestRequiredForeign()
9412
private int
dummy_
;
field in Google.Protobuf.TestProtos.Proto2.TestRequiredForeign
9415
get { if ((_hasBits0 & 1) != 0) { return
dummy_
; } else { return DummyDefaultValue; } }
9418
dummy_
= value;
[all...]
Completed in 56 milliseconds