OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:to_
(Results
1 - 5
of
5
) sorted by null
/external/chromium/third_party/libjingle/source/talk/examples/call/
discoitemsquerytask.h
81
Jid
to_
;
member in class:buzz::DiscoItemsQueryTask
/external/chromium/third_party/libjingle/source/talk/xmpp/
xmppengineimpl_iq.cc
40
to_
(to),
49
const std::string
to_
;
member in class:buzz::XmppIqEntry
266
if (iq_entry->id_ == id && iq_entry->
to_
== from) {
/external/v8/src/
profile-generator.h
476
HeapEntry* to() { return
to_
; }
487
HeapEntry*
to_
;
member in class:v8::internal::BASE_EMBEDDED
[
all
...]
hydrogen-instructions.h
2401
InstanceType
to_
; \/\/ Inclusive range, not all combinations work.
member in class:v8::HHasInstanceType
[
all
...]
jsregexp.h
265
CharacterRange() : from_(0),
to_
(0) { }
268
CharacterRange(uc16 from, uc16 to) : from_(from),
to_
(to) { }
281
bool Contains(uc16 i) { return from_ <= i && i <=
to_
; }
284
uc16 to() const { return
to_
; }
285
void set_to(uc16 value) {
to_
= value; }
286
bool is_valid() { return from_ <=
to_
; }
287
bool IsEverything(uc16 max) { return from_ == 0 &&
to_
>= max; }
288
bool IsSingleton() { return (from_ ==
to_
); }
332
uc16
to_
;
member in class:v8::internal::CharacterRange
371
Entry() : from_(0),
to_
(0), out_set_(NULL) {
381
uc16
to_
;
member in class:v8::internal::DispatchTable::Entry
735
int
to_
;
member in class:v8::internal::Interval
[
all
...]
Completed in 65 milliseconds