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:ReflectionUtil
(Results
1 - 8
of
8
) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H
A
D
SingleFieldAccessor.cs
59
setValueDelegate =
ReflectionUtil
.CreateActionIMessageObject(property.GetSetMethod());
in SingleFieldAccessor()
95
hasDelegate =
ReflectionUtil
.CreateFuncIMessageBool(hasMethod);
in SingleFieldAccessor()
96
MethodInfo clearMethod = property.DeclaringType.GetRuntimeMethod("Clear" + property.Name,
ReflectionUtil
.EmptyTypes);
in SingleFieldAccessor()
101
clearDelegate =
ReflectionUtil
.CreateActionIMessage(clearMethod);
in SingleFieldAccessor()
H
A
D
ExtensionAccessor.cs
38
private readonly
ReflectionUtil
.IExtensionReflectionHelper helper;
44
helper =
ReflectionUtil
.CreateExtensionHelper(extension);
in ExtensionAccessor()
H
A
D
OneofAccessor.cs
60
ReflectionUtil
.CreateFuncIMessageInt32(caseProperty.GetGetMethod()),
in ForRegularOneof()
61
ReflectionUtil
.CreateActionIMessage(clearMethod));
in ForRegularOneof()
H
A
D
ReflectionUtil.cs
47
internal static class
ReflectionUtil
class
49
static
ReflectionUtil
()
in ReflectionUtil()
method in Google.Protobuf.Reflection.ReflectionUtil
344
MethodInfo method = typeof(
ReflectionUtil
).GetMethod(nameof(SampleEnumMethod));
in CheckCanConvertEnumFuncToInt32Func()
H
A
D
FieldAccessorBase.cs
50
getValueDelegate =
ReflectionUtil
.CreateFuncIMessageObject(property.GetGetMethod());
in FieldAccessorBase()
H
A
D
GeneratedClrTypeInfo.cs
94
NestedEnums = nestedEnums ??
ReflectionUtil
.EmptyTypes;
in GeneratedClrTypeInfo()
H
A
D
MessageDescriptor.cs
162
extensionSetIsInitialized =
ReflectionUtil
.CreateIsInitializedCaller(ClrType);
in IsExtensionsInitialized()
H
A
D
FileDescriptor.cs
591
public static void ForceReflectionInitialization<T>() =>
ReflectionUtil
.ForceInitialize<T>();
in ForceReflectionInitialization()
Completed in 5 milliseconds