/external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/ |
ps_instance.cc | 56 PSInstance* inst_; member in struct:StartInfo 67 PSInstance* instance = si->inst_; 68 instance->main_loop_ = new pp::MessageLoop(si->inst_); 162 si->inst_ = this;
|
/external/chromium_org/third_party/re2/re2/ |
compile.cc | 26 // to inst_[p>>1].out (p&1 == 0) or inst_[p>>1].out1 (p&1 == 1). 226 Prog::Inst* inst_; // Pointer to first instruction. member in class:re2::Compiler 245 inst_ = NULL; 251 inst_[fail].InitFail(); 257 delete[] inst_; 272 memmove(ip, inst_, inst_len_ * sizeof ip[0]); 274 delete[] inst_; 275 inst_ = ip; 285 memmove(ip, inst_, inst_len_ * sizeof ip[0]) [all...] |
prog.h | 98 int id(Prog* p) { return this - p->inst_; } 198 Inst *inst(int id) { return &inst_[id]; } 355 Inst* inst_; // pointer to instruction array member in class:re2::Prog
|
dfa.cc | 102 int* inst_; // Instruction pointers in the state. member in struct:re2::DFA::State 103 int ninst_; // # of inst_ pointers. 133 if (a->inst_[i] != b->inst_[i]) 143 const char* s = reinterpret_cast<const char*>(a->inst_); 144 int len = a->ninst_ * sizeof a->inst_[0]; 162 if (a->inst_[i] != b->inst_[i]) 163 return a->inst_[i] < b->inst_[i] 1209 int* inst_; \/\/ saved info from State member in class:re2::DFA::StateSaver [all...] |
/external/openfst/src/include/fst/extensions/ngram/ |
ngram-fst.h | 668 return GetImpl()->GetContext(s, &inst_); 678 return GetImpl()->NumArcs(s, &inst_); 738 mutable NGramFstInst<A> inst_; member in class:fst::NGramFst 743 GetImpl()->SetInstFuture(s, &inst_); 744 GetImpl()->SetInstNode(&inst_); 758 : fst_(fst), inst_(fst.inst_), match_type_(match_type), 767 : fst_(matcher.fst_), inst_(matcher.inst_), 793 fst_.GetImpl()->SetInstFuture(s, &inst_); 848 NGramFstInst<A> inst_; member in class:fst::NGramFstMatcher 949 mutable NGramFstInst<A> inst_; member in class:fst::ArcIterator [all...] |