OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:offsets_
(Results
1 - 7
of
7
) sorted by null
/external/icu/icu4c/source/i18n/
coleitr.cpp
54
: UObject(other), iter_(NULL), rbc_(NULL), otherHalf_(0), dir_(0),
offsets_
(NULL) {
61
delete
offsets_
;
82
if (dir_ < 0 &&
offsets_
!= NULL && !
offsets_
->isEmpty()) {
90
U_ASSERT(i <
offsets_
->size());
91
return
offsets_
->elementAti(i);
185
if (
offsets_
== NULL) {
186
offsets_
= new UVector32(status);
187
if (
offsets_
== NULL) {
196
int64_t ce = iter_->previousCE(*
offsets_
, status)
[
all
...]
/external/icu/icu4c/source/i18n/unicode/
coleitr.h
373
UVector32 *
offsets_
;
member in class:CollationElementIterator
/external/chromium_org/third_party/protobuf/src/google/protobuf/
generated_message_reflection.cc
168
offsets_
(offsets),
[
all
...]
generated_message_reflection.h
296
const int*
offsets_
;
member in class:google::protobuf::internal::GeneratedMessageReflection
/art/oatdump/
oatdump.cc
261
auto it =
offsets_
.upper_bound(begin_offset);
262
CHECK(it !=
offsets_
.end());
310
offsets_
.insert(reinterpret_cast<uintptr_t>(&dex_file->GetHeader()));
336
offsets_
.insert(oat_file_.Size());
348
offsets_
.insert(code_offset);
349
offsets_
.insert(oat_method.GetMappingTableOffset());
350
offsets_
.insert(oat_method.GetVmapTableOffset());
351
offsets_
.insert(oat_method.GetNativeGcMapOffset());
952
std::set<uintptr_t>
offsets_
;
member in class:art::OatDumper
[
all
...]
/external/protobuf/src/google/protobuf/
generated_message_reflection.cc
183
offsets_
(offsets),
[
all
...]
generated_message_reflection.h
278
const int*
offsets_
;
member in class:google::protobuf::internal::GeneratedMessageReflection
Completed in 1572 milliseconds