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:length_type
(Results
1 - 19
of
19
) sorted by relevance
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
H
A
D
type_mat2x2.hpp
71
typedef length_t
length_type
;
typedef
72
GLM_FUNC_DECL static
length_type
length(){return 2;}
in length()
74
GLM_FUNC_DECL col_type & operator[](
length_type
i);
75
GLM_FUNC_DECL col_type const & operator[](
length_type
i) const;
H
A
D
type_mat2x3.hpp
72
typedef length_t
length_type
;
typedef
73
GLM_FUNC_DECL static
length_type
length(){return 2;}
in length()
75
GLM_FUNC_DECL col_type & operator[](
length_type
i);
76
GLM_FUNC_DECL col_type const & operator[](
length_type
i) const;
H
A
D
type_mat2x4.hpp
74
typedef length_t
length_type
;
typedef
75
GLM_FUNC_DECL static
length_type
length(){return 2;}
in length()
77
GLM_FUNC_DECL col_type & operator[](
length_type
i);
78
GLM_FUNC_DECL col_type const & operator[](
length_type
i) const;
H
A
D
type_mat3x2.hpp
79
typedef length_t
length_type
;
typedef
80
GLM_FUNC_DECL static
length_type
length(){return 3;}
in length()
82
GLM_FUNC_DECL col_type & operator[](
length_type
i);
83
GLM_FUNC_DECL col_type const & operator[](
length_type
i) const;
H
A
D
type_mat3x3.hpp
78
typedef length_t
length_type
;
typedef
79
GLM_FUNC_DECL static
length_type
length(){return 3;}
in length()
81
GLM_FUNC_DECL col_type & operator[](
length_type
i);
82
GLM_FUNC_DECL col_type const & operator[](
length_type
i) const;
H
A
D
type_mat3x4.hpp
79
typedef length_t
length_type
;
typedef
80
GLM_FUNC_DECL static
length_type
length(){return 3;}
in length()
82
GLM_FUNC_DECL col_type & operator[](
length_type
i);
83
GLM_FUNC_DECL col_type const & operator[](
length_type
i) const;
H
A
D
type_mat4x2.hpp
84
typedef length_t
length_type
;
typedef
85
GLM_FUNC_DECL static
length_type
length(){return 4;}
in length()
87
GLM_FUNC_DECL col_type & operator[](
length_type
i);
88
GLM_FUNC_DECL col_type const & operator[](
length_type
i) const;
H
A
D
type_mat4x3.hpp
84
typedef length_t
length_type
;
typedef
85
GLM_FUNC_DECL static
length_type
length(){return 4;}
in length()
87
GLM_FUNC_DECL col_type & operator[](
length_type
i);
88
GLM_FUNC_DECL col_type const & operator[](
length_type
i) const;
H
A
D
type_mat4x4.hpp
83
typedef length_t
length_type
;
typedef
84
GLM_FUNC_DECL static
length_type
length(){return 4;}
in length()
86
GLM_FUNC_DECL col_type & operator[](
length_type
i);
87
GLM_FUNC_DECL col_type const & operator[](
length_type
i) const;
H
A
D
type_vec1.hpp
80
typedef length_t
length_type
;
typedef
81
GLM_FUNC_DECL static
length_type
length(){return 1;}
in length()
83
GLM_FUNC_DECL T & operator[](
length_type
i);
84
GLM_FUNC_DECL T const & operator[](
length_type
i) const;
H
A
D
type_vec2.hpp
81
typedef length_t
length_type
;
typedef
82
GLM_FUNC_DECL static
length_type
length(){return 2;}
in length()
84
GLM_FUNC_DECL T & operator[](
length_type
i);
85
GLM_FUNC_DECL T const & operator[](
length_type
i) const;
H
A
D
type_vec3.hpp
81
typedef length_t
length_type
;
typedef
82
GLM_FUNC_DECL static
length_type
length(){return 3;}
in length()
84
GLM_FUNC_DECL T & operator[](
length_type
i);
85
GLM_FUNC_DECL T const & operator[](
length_type
i) const;
H
A
D
type_vec4.hpp
84
typedef length_t
length_type
;
typedef
85
GLM_FUNC_DECL static
length_type
length(){return 4;}
in length()
87
GLM_FUNC_DECL T & operator[](
length_type
i);
88
GLM_FUNC_DECL T const & operator[](
length_type
i) const;
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
H
A
D
dual_quaternion.hpp
47
typedef length_t
length_type
;
typedef
49
GLM_FUNC_DECL static
length_type
length(){return 2;}
in length()
51
GLM_FUNC_DECL part_type & operator[](
length_type
i);
52
GLM_FUNC_DECL part_type const & operator[](
length_type
i) const;
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
H
A
D
quaternion.hpp
72
typedef length_t
length_type
;
typedef
74
GLM_FUNC_DECL static
length_type
length(){return 4;}
in length()
76
GLM_FUNC_DECL T & operator[](
length_type
i);
77
GLM_FUNC_DECL T const & operator[](
length_type
i) const;
/third_party/node/test/js-native-api/test_string/
H
A
D
test_string.c
10
enum
length_type
{ actual_length, auto_length };
enum
48
enum
length_type
length_mode) {
in TestOneByteImpl()
72
enum
length_type
length_mode) {
in TestTwoByteImpl()
/third_party/node/deps/v8/src/compiler/
H
A
D
js-create-lowering.cc
671
Type
length_type
= NodeProperties::GetType(length);
in ReduceJSCreateArray()
local
672
if (!
length_type
.Maybe(Type::Number())) {
in ReduceJSCreateArray()
682
if (
length_type
.Is(Type::SignedSmall()) &&
length_type
.Min() >= 0 &&
in ReduceJSCreateArray()
683
length_type
.Max() <= kElementLoopUnrollLimit &&
in ReduceJSCreateArray()
684
length_type
.Min() ==
length_type
.Max()) {
in ReduceJSCreateArray()
685
int capacity = static_cast<int>(
length_type
.Max());
in ReduceJSCreateArray()
692
if (
length_type
.Maybe(Type::UnsignedSmall()) && can_inline_call) {
in ReduceJSCreateArray()
H
A
D
typed-optimization.cc
174
Type const
length_type
= NodeProperties::GetType(length);
in ReduceMaybeGrowFastElements()
local
176
CHECK(
length_type
.Is(Type::Unsigned31()));
in ReduceMaybeGrowFastElements()
178
if (!index_type.IsNone() && !
length_type
.IsNone() &&
in ReduceMaybeGrowFastElements()
179
index_type.Max() <
length_type
.Min()) {
in ReduceMaybeGrowFastElements()
H
A
D
simplified-lowering.cc
1816
Type const
length_type
= TypeOf(node->InputAt(1));
in VisitCheckBounds()
local
1823
if (
length_type
.Is(Type::Unsigned31())) {
in VisitCheckBounds()
1828
// which will be considered out-of-bounds because the {
length_type
} is
in VisitCheckBounds()
1833
if (index_type.IsNone() ||
length_type
.IsNone() ||
in VisitCheckBounds()
1835
index_type.Max() <
length_type
.Min())) {
in VisitCheckBounds()
1866
CHECK(
length_type
.Is(type_cache_->kPositiveSafeInteger));
in VisitCheckBounds()
Completed in 22 milliseconds