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:getMapEntry
(Results
1 - 6
of
6
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H
A
D
DwarfStringPoolEntry.h
35
const StringMapEntry<DwarfStringPoolEntry> *
getMapEntry
() const {
in getMapEntry()
function in llvm::DwarfStringPoolEntryRef
45
explicit operator bool() const { return
getMapEntry
(); }
in operator bool()
47
assert(
getMapEntry
()->second.Symbol && "No symbol available!");
in getSymbol()
48
return
getMapEntry
()->second.Symbol;
in getSymbol()
50
unsigned getOffset() const { return
getMapEntry
()->second.Offset; }
in getOffset()
54
assert(
getMapEntry
()->getValue().isIndexed());
in getIndex()
55
return
getMapEntry
()->second.Index;
in getIndex()
57
StringRef getString() const { return
getMapEntry
()->first(); }
in getString()
59
DwarfStringPoolEntry getEntry() const { return
getMapEntry
()->getValue(); }
in getEntry()
62
return
getMapEntry
()
in operator ==()
[all...]
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H
A
D
MessageOptions.php
313
public function
getMapEntry
()
function
H
A
D
FieldDescriptor.php
181
$this->getMessageType()->getOptions()->
getMapEntry
();
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H
A
D
DynamicMessage.java
332
if (type.getOptions().
getMapEntry
()) {
in Builder()
358
if (type.getOptions().
getMapEntry
()) {
in clear()
H
A
D
Descriptors.java
1048
if (getContainingType().getOptions().
getMapEntry
()) {
in needsUtf8Check()
1061
&& getMessageType().getOptions().
getMapEntry
();
in isMapField()
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H
A
D
Utils.java
233
fieldDescriptor.getMessageType().getOptions().
getMapEntry
();
in isMapEntry()
Completed in 8 milliseconds