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:FixedSize
(Results
1 - 15
of
15
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H
A
D
DWARFDebugInfoEntry.cpp
49
if (Optional<size_t>
FixedSize
= AbbrevDecl->getFixedAttributesByteSize(U)) {
in extractFast()
50
*OffsetPtr += *
FixedSize
;
in extractFast()
57
if (auto
FixedSize
= AttrSpec.getByteSize(U)) {
in extractFast()
59
*OffsetPtr += *
FixedSize
;
in extractFast()
H
A
D
DWARFAbbreviationDeclaration.cpp
175
if (auto
FixedSize
= Spec.getByteSize(U))
in getAttributeValue()
176
Offset += *
FixedSize
;
in getAttributeValue()
H
A
D
DWARFFormValue.cpp
171
if (Optional<uint8_t>
FixedSize
=
in skipValue()
173
*OffsetPtr += *
FixedSize
;
in skipValue()
/third_party/ffmpeg/libavformat/
H
A
D
gdv.c
49
}
FixedSize
[] = {
variable
129
for (i = 0; i < FF_ARRAY_ELEMS(
FixedSize
) - 1; i++) {
in gdv_read_header()
130
if (
FixedSize
[i].id == size_id)
in gdv_read_header()
134
vst->codecpar->width =
FixedSize
[i].width;
in gdv_read_header()
135
vst->codecpar->height =
FixedSize
[i].height;
in gdv_read_header()
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H
A
D
cpp_primitive_field.cc
52
int
FixedSize
(FieldDescriptor::Type type) {
in FixedSize()
function
107
int fixed_size =
FixedSize
(descriptor->type());
in SetPrimitiveVariables()
209
int fixed_size =
FixedSize
(descriptor_->type());
in GenerateByteSize()
406
if (
FixedSize
(descriptor_->type()) > 0) {
in GenerateSerializeWithCachedSizesToArray()
439
int fixed_size =
FixedSize
(descriptor_->type());
in GenerateByteSize()
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
H
A
D
FieldCodecTest.cs
93
public void
FixedSize
(ICodecTestData codec)
in FixedSize()
method in Google.Protobuf.FieldCodecTest
205
Assert.AreEqual(name.Contains("Fixed"), codec.
FixedSize
!= 0);
in TestFixedSize()
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
H
A
D
RepeatedField.cs
136
if (codec.
FixedSize
> 0 && length % codec.
FixedSize
== 0 && ParsingPrimitives.IsDataAvailable(ref ctx.state, length))
in AddEntriesFrom()
138
EnsureSize(count + (length / codec.
FixedSize
));
in AddEntriesFrom()
208
int fixedSize = codec.
FixedSize
;
in CalculatePackedDataSize()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H
A
D
FieldCodecTest.cs
93
public void
FixedSize
(ICodecTestData codec)
in FixedSize()
method in Google.Protobuf.FieldCodecTest
210
Assert.AreEqual(name.Contains("Fixed"), codec.
FixedSize
!= 0);
in TestFixedSize()
/third_party/protobuf/csharp/src/Google.Protobuf/
H
A
D
FieldCodec.cs
716
internal int
FixedSize
{ get; }
753
FixedSize
= fixedSize;
791
FixedSize
= 0;
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Collections/
H
A
D
RepeatedFieldTest.cs
608
output.WriteRawVarint32((uint)codec.
FixedSize
- 1); // Length not divisible by
FixedSize
in TestPackedRepeatedFieldCollectionNonDivisibleLength()
634
output.WriteRawVarint32((uint)codec.
FixedSize
);
in TestPackedRepeatedFieldCollectionNotAllocatedWhenLengthExceedsBuffer()
661
output.WriteRawVarint32((uint)codec.
FixedSize
);
in TestPackedRepeatedFieldCollectionNotAllocatedWhenLengthExceedsRemainingData()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H
A
D
DIE.cpp
438
if (Optional<uint8_t>
FixedSize
= dwarf::getFixedFormByteSize(Form, Params))
in SizeOf()
439
return *
FixedSize
;
in SizeOf()
/third_party/protobuf/src/google/protobuf/compiler/java/
H
A
D
java_primitive_field.cc
130
int fixed_size =
FixedSize
(GetType(descriptor));
in SetPrimitiveVariables()
911
if (
FixedSize
(GetType(descriptor_)) == -1) {
in GenerateSerializedSizeCode()
H
A
D
java_helpers.h
323
int
FixedSize
(FieldDescriptor::Type type);
H
A
D
java_primitive_field_lite.cc
138
int fixed_size =
FixedSize
(GetType(descriptor));
in SetPrimitiveVariables()
H
A
D
java_helpers.cc
775
int
FixedSize
(FieldDescriptor::Type type) {
in FixedSize()
function
Completed in 13 milliseconds