OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:annotations
(Results
1 - 6
of
6
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/cms-msg/
make_missing_kdf_der.py
16
from __future__ import
annotations
namespace
make_missing_kdf_der.py
16
from __future__ import
annotations
namespace
/src/external/mpl/bind/dist/bin/tests/system/isctest/
zone.py
12
from __future__ import
annotations
namespace
zone.py
12
from __future__ import
annotations
namespace
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
SymbolRecord.h
173
BinaryAnnotationIterator(ArrayRef<uint8_t>
Annotations
) : Data(
Annotations
) {}
203
static uint32_t GetCompressedAnnotation(ArrayRef<uint8_t> &
Annotations
) {
204
if (
Annotations
.empty())
207
uint8_t FirstByte =
Annotations
.front();
208
Annotations
=
Annotations
.drop_front();
213
if (
Annotations
.empty())
216
uint8_t SecondByte =
Annotations
.front();
217
Annotations
= Annotations.drop_front()
340
iterator_range<BinaryAnnotationIterator>
annotations
() const {
function in class:llvm::codeview::InlineSiteSym
[
all
...]
SymbolRecord.h
173
BinaryAnnotationIterator(ArrayRef<uint8_t>
Annotations
) : Data(
Annotations
) {}
203
static uint32_t GetCompressedAnnotation(ArrayRef<uint8_t> &
Annotations
) {
204
if (
Annotations
.empty())
207
uint8_t FirstByte =
Annotations
.front();
208
Annotations
=
Annotations
.drop_front();
213
if (
Annotations
.empty())
216
uint8_t SecondByte =
Annotations
.front();
217
Annotations
= Annotations.drop_front()
340
iterator_range<BinaryAnnotationIterator>
annotations
() const {
function in class:llvm::codeview::InlineSiteSym
[
all
...]
Completed in 189 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026