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:HasValue
(Results
1 - 23
of
23
) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
H
A
D
FieldAccessTest.cs
105
Assert.False(accessor.
HasValue
(message));
in HasValue_Proto3_Message()
107
Assert.True(accessor.
HasValue
(message));
in HasValue_Proto3_Message()
109
Assert.False(accessor.
HasValue
(message));
in HasValue_Proto3_Message()
117
Assert.False(accessor.
HasValue
(message));
in HasValue_Proto3_Oneof()
120
Assert.True(accessor.
HasValue
(message));
in HasValue_Proto3_Oneof()
122
Assert.True(accessor.
HasValue
(message));
in HasValue_Proto3_Oneof()
124
Assert.False(accessor.
HasValue
(message));
in HasValue_Proto3_Oneof()
132
Assert.IsFalse(accessor.
HasValue
(message));
in HasValue_Proto3_Primitive_Optional()
134
Assert.IsTrue(accessor.
HasValue
(message));
in HasValue_Proto3_Primitive_Optional()
136
Assert.IsFalse(accessor.
HasValue
(messag
in HasValue_Proto3_Primitive_Optional()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H
A
D
JSON.cpp
630
if (Stack.back().
HasValue
) {
in valueBegin()
636
Stack.back().
HasValue
= true;
in valueBegin()
657
if (Stack.back().
HasValue
)
in arrayEnd()
675
if (Stack.back().
HasValue
)
in objectEnd()
684
if (Stack.back().
HasValue
)
in attributeBegin()
687
Stack.back().
HasValue
= true;
in attributeBegin()
703
assert(Stack.back().
HasValue
&& "Attribute must have a value");
in attributeEnd()
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H
A
D
IFieldAccessor.cs
65
bool
HasValue
(IMessage message);
in HasValue()
method
H
A
D
FieldAccessorBase.cs
60
public abstract bool
HasValue
(IMessage message);
in HasValue()
method in Google.Protobuf.Reflection.FieldAccessorBase
H
A
D
ExtensionAccessor.cs
54
public bool
HasValue
(IMessage message)
in HasValue()
method in Google.Protobuf.Reflection.ExtensionAccessor
H
A
D
MapFieldAccessor.cs
54
public override bool
HasValue
(IMessage message)
in HasValue()
method in Google.Protobuf.Reflection.MapFieldAccessor
56
throw new InvalidOperationException("
HasValue
is not implemented for map fields");
in HasValue()
H
A
D
RepeatedFieldAccessor.cs
54
public override bool
HasValue
(IMessage message)
in HasValue()
method in Google.Protobuf.Reflection.RepeatedFieldAccessor
56
throw new InvalidOperationException("
HasValue
is not implemented for repeated fields");
in HasValue()
H
A
D
OneofAccessor.cs
69
message => descriptor.Fields[0].Accessor.
HasValue
(message) ? descriptor.Fields[0].FieldNumber : 0,
in ForSyntheticOneof()
H
A
D
SingleFieldAccessor.cs
121
public override bool
HasValue
(IMessage message) => hasDelegate(message);
/third_party/protobuf/csharp/src/Google.Protobuf/
H
A
D
MessageExtensions.cs
222
if (f.Accessor.
HasValue
(message))
in IsInitialized()
233
return f.Accessor.
HasValue
(message);
in IsInitialized()
H
A
D
FieldCodec.cs
514
(ref T? v, T? v2) => { if (v2.
HasValue
) { v = v2; } return v.
HasValue
; },
H
A
D
ParsingPrimitives.cs
457
if ((!state.segmentedBufferHelper.TotalLength.
HasValue
&& size < buffer.Length) ||
in ReadRawBytesSlow()
H
A
D
JsonFormatter.cs
251
? field.Accessor.
HasValue
(message)
in ShouldFormatFieldValue()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Buffers/
H
A
D
ArrayBufferWriter.cs
212
if (MaxGrowBy.
HasValue
&& growBy > MaxGrowBy.Value)
in CheckAndResizeBuffer()
/third_party/gn/src/base/win/
H
A
D
registry.h
61
bool
HasValue
(const char16_t* value_name) const;
H
A
D
registry.cc
171
bool RegKey::
HasValue
(const char16_t* name) const {
in HasValue()
function in base::win::RegKey
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Testing/Support/
H
A
D
Error.h
158
detail::ValueMatchesPoly<M>
HasValue
(M Matcher) {
in HasValue()
function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/
H
A
D
RPCSerialization.h
496
bool
HasValue
;
in deserialize()
local
497
if (auto Err = deserializeSeq(C,
HasValue
))
in deserialize()
499
if (
HasValue
)
in deserialize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H
A
D
JSON.h
767
assert(Stack.back().
HasValue
&& "Did not write top-level value");
in ~OStream()
835
bool
HasValue
= false;
member
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
H
A
D
any_test.cc
110
TEST(AnyTest,
HasValue
) {
in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
H
A
D
BitcodeReader.cpp
1635
bool
HasValue
= (Record[i++] == 4);
in parseAttributeGroupBlock()
local
1643
if (
HasValue
) {
in parseAttributeGroupBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H
A
D
DAGCombiner.cpp
4953
bool
HasValue
= false;
in SearchForAndLoads()
local
4957
if (
HasValue
) {
in SearchForAndLoads()
4961
HasValue
= true;
in SearchForAndLoads()
4964
assert(
HasValue
&& "Node to be masked has no data result?");
in SearchForAndLoads()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H
A
D
stylo.hpp
[all...]
Completed in 79 milliseconds