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:GetTypeInfo
(Results
1 - 20
of
20
) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf/Compatibility/
H
A
D
TypeExtensions.cs
42
/// having calls to
GetTypeInfo
all over the place. While the methods here are meant to be
54
return target.
GetTypeInfo
().IsAssignableFrom(c.
GetTypeInfo
());
in IsAssignableFrom()
67
var typeInfo = target.
GetTypeInfo
();
in GetProperty()
94
var typeInfo = target.
GetTypeInfo
();
in GetMethod()
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H
A
D
CustomOptions.cs
275
var typeInfo = type.
GetTypeInfo
();
in TryGetPrimitiveValue()
277
if (typeArgs.Length == 1 && typeArgs[0].
GetTypeInfo
().IsEnum)
in TryGetPrimitiveValue()
285
var typeInfo = type.
GetTypeInfo
();
in TryGetPrimitiveValue()
287
if (typeArgs.Length == 1 && typeArgs[0].
GetTypeInfo
().IsEnum)
in TryGetPrimitiveValue()
H
A
D
ReflectionUtil.cs
315
var prop = typeof(T1).
GetTypeInfo
().GetDeclaredProperty("_Extensions");
in CreateIsInitializedCaller()
323
.
GetTypeInfo
()
in CreateIsInitializedCaller()
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
H
A
D
Program.cs
44
return new AutoRun(typeof(Program).
GetTypeInfo
().Assembly).Execute(args);
in Main()
H
A
D
FieldCodecTest.cs
175
if (typeof(T).
GetTypeInfo
().IsValueType)
in TestDefaultValue()
/third_party/protobuf/csharp/src/Google.Protobuf.JsonDump/
H
A
D
Program.cs
59
if (!typeof(IMessage).
GetTypeInfo
().IsAssignableFrom(type))
in Main()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H
A
D
RefStructCompatibilityTest.cs
61
var currentAssemblyDir = Path.GetDirectoryName(typeof(RefStructCompatibilityTest).
GetTypeInfo
().Assembly.Location);
in GeneratedCodeCompilesWithOldCsharpCompiler()
H
A
D
FieldCodecTest.cs
178
if (typeof(T).
GetTypeInfo
().IsValueType)
in TestDefaultValue()
/third_party/protobuf/src/google/protobuf/util/internal/
H
A
D
type_info_test_helper.h
72
TypeInfo*
GetTypeInfo
();
H
A
D
type_info_test_helper.cc
86
TypeInfo* TypeInfoTestHelper::
GetTypeInfo
() { return typeinfo_.get(); }
in GetTypeInfo()
function in google::protobuf::util::converter::testing::TypeInfoTestHelper
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
H
A
D
DescriptorDeclarationTest.cs
166
using (var stream = type.
GetTypeInfo
().Assembly.GetManifestResourceStream($"Google.Protobuf.Test.testprotos.pb"))
in LoadProtos()
/third_party/node/deps/v8/tools/v8windbg/src/
H
A
D
object-inspection.cc
31
RETURN_IF_FAIL(p_v8_object_instance->
GetTypeInfo
(&sp_type));
in Create()
512
RETURN_IF_FAIL(p_v8_local_instance->
GetTypeInfo
(&sp_type));
/third_party/node/src/
H
A
D
node_process_methods.cc
489
registry->Register(fast_number_.
GetTypeInfo
());
in RegisterExternalReferences()
490
registry->Register(fast_bigint_.
GetTypeInfo
());
in RegisterExternalReferences()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H
A
D
formatutils.h
113
ANGLE_INLINE const Type
GetTypeInfo
(GLenum type)
in GetTypeInfo()
function
H
A
D
formatutils.cpp
1619
const auto &typeInfo =
GetTypeInfo
(formatType);
in computePixelBytes()
H
A
D
validationES3.cpp
797
size_t dataBytesPerPixel = static_cast<size_t>(
GetTypeInfo
(type).bytes);
in ValidateES3TexImageParametersBase()
/third_party/node/deps/v8/include/
H
A
D
v8-fast-api-calls.h
460
const CFunctionInfo*
GetTypeInfo
() const { return type_info_; }
in GetTypeInfo()
function in v8::CFunction
/third_party/node/deps/v8/include/v8-include/
H
A
D
v8-fast-api-calls.h
472
const CFunctionInfo*
GetTypeInfo
() const { return type_info_; }
in GetTypeInfo()
function in v8::CFunction
/third_party/protobuf/csharp/src/Google.Protobuf/
H
A
D
JsonFormatter.cs
915
enumType.
GetTypeInfo
().DeclaredFields
/third_party/node/deps/v8/src/api/
H
A
D
api.cc
1441
FromCData(isolate, c_function.
GetTypeInfo
());
in SetCallHandler()
Completed in 49 milliseconds