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 - 4
of
4
) sorted by relevance
/third_party/lzma/CPP/Windows/
H
A
D
FileName.cpp
628
const unsigned
fixedSize
= GetRootPrefixSize_Of_SuperPath(temp);
in GetSuperPathBase()
local
629
if (
fixedSize
== 0)
in GetSuperPathBase()
632
UString rem = temp.Ptr(
fixedSize
);
in GetSuperPathBase()
636
temp.DeleteFrom(
fixedSize
);
in GetSuperPathBase()
650
const unsigned
fixedSize
= GetRootPrefixSize_Of_NetworkPath(temp);
in GetSuperPathBase()
local
653
if (
fixedSize
== 0)
in GetSuperPathBase()
656
UString rem = temp.Ptr(
fixedSize
);
in GetSuperPathBase()
660
temp.DeleteFrom(
fixedSize
);
in GetSuperPathBase()
691
unsigned
fixedSize
= 0;
in GetSuperPathBase()
local
695
fixedSize
in GetSuperPathBase()
846
unsigned
fixedSize
= GetRootPrefixSize(curDir);
GetFullPath()
local
[all...]
/third_party/protobuf/src/google/protobuf/compiler/csharp/
H
A
D
csharp_primitive_field.cc
210
int
fixedSize
= GetFixedSize(descriptor_->type());
in GenerateSerializedSizeCode()
local
211
if (
fixedSize
== -1) {
in GenerateSerializedSizeCode()
218
"fixed_size", StrCat(
fixedSize
),
in GenerateSerializedSizeCode()
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
H
A
D
RepeatedField.cs
208
int
fixedSize
= codec.FixedSize;
in CalculatePackedDataSize()
209
if (
fixedSize
== 0)
in CalculatePackedDataSize()
221
return
fixedSize
* Count;
in CalculatePackedDataSize()
/third_party/protobuf/csharp/src/Google.Protobuf/
H
A
D
FieldCodec.cs
749
int
fixedSize
,
751
T defaultValue) : this(reader, writer, _ =>
fixedSize
, tag, defaultValue)
753
FixedSize =
fixedSize
;
Completed in 4 milliseconds