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:ClrType
(Results
1 - 7
of
7
) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H
A
D
MessageDescriptor.cs
74
ClrType
= generatedCodeInfo?.
ClrType
;
in MessageDescriptor()
162
extensionSetIsInitialized = ReflectionUtil.CreateIsInitializedCaller(
ClrType
);
in IsExtensionsInitialized()
185
public Type
ClrType
{ get; }
property in Google.Protobuf.Reflection.MessageDescriptor
193
/// typed to the relevant type, but it should produce objects of a type compatible with <see cref="
ClrType
"/>.
H
A
D
GeneratedClrTypeInfo.cs
50
public Type
ClrType
{ get; private set; }
property in Google.Protobuf.Reflection.GeneratedClrTypeInfo
95
ClrType
= clrType;
in GeneratedClrTypeInfo()
H
A
D
OneofDescriptor.cs
177
var caseProperty = containingType.
ClrType
.GetProperty(clrName + "Case");
in CreateAccessor()
180
throw new DescriptorValidationException(this, $"Property {clrName}Case not found in {containingType.
ClrType
}");
in CreateAccessor()
184
throw new ArgumentException($"Cannot read from property {clrName}Case in {containingType.
ClrType
}");
in CreateAccessor()
186
var clearMethod = containingType.
ClrType
.GetMethod("Clear" + clrName);
in CreateAccessor()
189
throw new DescriptorValidationException(this, $"Method Clear{clrName} not found in {containingType.
ClrType
}");
in CreateAccessor()
H
A
D
EnumDescriptor.cs
90
public Type
ClrType
{ get { return clrType; } }
property in Google.Protobuf.Reflection.EnumDescriptor
H
A
D
FieldDescriptor.cs
444
var property = ContainingType.
ClrType
.GetProperty(propertyName);
in CreateAccessor()
447
throw new DescriptorValidationException(this, $"Property {propertyName} not found in {ContainingType.
ClrType
}");
in CreateAccessor()
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Reflection/
H
A
D
DescriptorsTest.cs
66
Assert.AreSame(typeof(TestAllTypes), messageType.
ClrType
);
in FileDescriptor()
234
Assert.IsNull(descriptor.
ClrType
);
in MapEntryMessageDescriptor()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
H
A
D
DescriptorsTest.cs
163
Assert.AreSame(typeof(TestAllTypes), messageType.
ClrType
);
in MessageDescriptorFromGeneratedCodeFileDescriptor()
351
Assert.IsNull(descriptor.
ClrType
);
in MapEntryMessageDescriptor()
Completed in 4 milliseconds