OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:offsets_
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/net/disk_cache/flash/
segment.h
73
std::vector<int32> GetOffsets() const { return
offsets_
; }
111
std::vector<int32>
offsets_
;
member in class:disk_cache::Segment
/external/chromium_org/third_party/protobuf/src/google/protobuf/
generated_message_reflection.h
296
const int*
offsets_
;
member in class:google::protobuf::internal::GeneratedMessageReflection
/external/protobuf/src/google/protobuf/
generated_message_reflection.h
278
const int*
offsets_
;
member in class:google::protobuf::internal::GeneratedMessageReflection
/art/compiler/
image_writer.h
77
offsets_
.Put(object, offset);
82
return
offsets_
.find(object) !=
offsets_
.end();
88
return
offsets_
.find(object)->second;
183
SafeMap<const mirror::Object*, size_t>
offsets_
;
member in class:art::ImageWriter
/packages/inputmethods/PinyinIME/jni/include/
userdict.h
153
uint32 *
offsets_
;
member in class:ime_pinyin::UserDict
176
// Correspond to
offsets_
205
// Also indicate
offsets_
size
/art/oatdump/
oatdump.cc
162
It it =
offsets_
.upper_bound(begin_offset);
163
CHECK(it !=
offsets_
.end());
206
offsets_
.insert(reinterpret_cast<uint32_t>(&dex_file->GetHeader()));
230
offsets_
.insert(static_cast<uint32_t>(oat_file_.Size()));
238
offsets_
.insert(code_offset);
239
offsets_
.insert(oat_method.GetMappingTableOffset());
240
offsets_
.insert(oat_method.GetVmapTableOffset());
241
offsets_
.insert(oat_method.GetNativeGcMapOffset());
659
std::set<uint32_t>
offsets_
;
member in class:art::OatDumper
[
all
...]
Completed in 43 milliseconds