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:fieldSize
(Results
1 - 6
of
6
) sorted by relevance
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H
A
D
MessageSchema.java
1641
int
fieldSize
=
in getSerializedSizeProto2()
1644
if (
fieldSize
> 0) {
in getSerializedSizeProto2()
1646
unsafe.putInt(message, (long) presenceMaskAndOffset,
fieldSize
);
in getSerializedSizeProto2()
1650
+ CodedOutputStream.computeUInt32SizeNoTag(
fieldSize
)
in getSerializedSizeProto2()
1651
+
fieldSize
;
in getSerializedSizeProto2()
1657
int
fieldSize
=
in getSerializedSizeProto2()
1660
if (
fieldSize
> 0) {
in getSerializedSizeProto2()
1662
unsafe.putInt(message, (long) presenceMaskAndOffset,
fieldSize
);
in getSerializedSizeProto2()
1666
+ CodedOutputStream.computeUInt32SizeNoTag(
fieldSize
)
in getSerializedSizeProto2()
1667
+
fieldSize
;
in getSerializedSizeProto2()
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H
A
D
SymbolTable.cpp
166
size_t
fieldSize
= field->type()->getObjectSize();
in calculateObjectSize()
local
167
if(
fieldSize
> INT_MAX - size)
in calculateObjectSize()
170
size +=
fieldSize
;
in calculateObjectSize()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H
A
D
Types.cpp
857
size_t
fieldSize
= field->type()->getObjectSize();
in calculateObjectSize()
local
858
if (
fieldSize
> INT_MAX - size)
in calculateObjectSize()
861
size +=
fieldSize
;
in calculateObjectSize()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
H
A
D
vktTransformFeedbackFuzzLayoutCase.cpp
569
int
fieldSize
= 0;
in computeXfbLayout()
local
593
fieldSize
= numVecs * stride;
in computeXfbLayout()
599
fieldSize
= getDataTypeByteSize(basicType);
in computeXfbLayout()
600
fieldSizeForLocation = deAlign32(
fieldSize
, locationAlignSize);
in computeXfbLayout()
606
curOffset +=
fieldSize
;
in computeXfbLayout()
620
const int
fieldSize
= stride * type.getArraySize();
in computeXfbLayout()
local
635
curOffset +=
fieldSize
;
in computeXfbLayout()
648
const int
fieldSize
= numVecs * type.getArraySize() * stride;
in computeXfbLayout()
local
663
curOffset +=
fieldSize
;
in computeXfbLayout()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/
H
A
D
vktTransformFeedbackFuzzLayoutCase.cpp
569
int
fieldSize
= 0;
in computeXfbLayout()
local
593
fieldSize
= numVecs * stride;
in computeXfbLayout()
599
fieldSize
= getDataTypeByteSize(basicType);
in computeXfbLayout()
600
fieldSizeForLocation = deAlign32(
fieldSize
, locationAlignSize);
in computeXfbLayout()
606
curOffset +=
fieldSize
;
in computeXfbLayout()
620
const int
fieldSize
= stride * type.getArraySize();
in computeXfbLayout()
local
635
curOffset +=
fieldSize
;
in computeXfbLayout()
648
const int
fieldSize
= numVecs * type.getArraySize() * stride;
in computeXfbLayout()
local
663
curOffset +=
fieldSize
;
in computeXfbLayout()
/third_party/skia/src/sksl/codegen/
H
A
D
SkSLMetalCodeGenerator.cpp
2049
size_t
fieldSize
= memoryLayout.size(*fieldType);
in writeFields()
local
2050
if (
fieldSize
> static_cast<size_t>(std::numeric_limits<int>::max() - currentOffset)) {
in writeFields()
2054
currentOffset +=
fieldSize
;
in writeFields()
Completed in 17 milliseconds