HomeSort by relevance Sort by last modified time
    Searched refs:sources_ (Results 1 - 4 of 4) sorted by null

  /external/chromium/googleurl/src/
url_canon.h 641 sources_.scheme = s;
645 bool IsSchemeOverridden() const { return sources_.scheme != NULL; }
649 sources_.username = s;
653 sources_.username = Placeholder();
656 bool IsUsernameOverridden() const { return sources_.username != NULL; }
660 sources_.password = s;
664 sources_.password = Placeholder();
667 bool IsPasswordOverridden() const { return sources_.password != NULL; }
671 sources_.host = s;
675 sources_.host = Placeholder()
747 URLComponentSource<CHAR> sources_; member in class:url_canon::Replacements
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
shortest-distance.h 87 vector<StateId> sources_; // Source state for ith state in 'distance_', member in class:fst::ShortestDistanceState
120 while ((StateId)sources_.size() <= source)
121 sources_.push_back(kNoStateId);
122 sources_[source] = source;
153 while ((StateId)sources_.size() <= arc.nextstate)
154 sources_.push_back(kNoStateId);
155 if (sources_[arc.nextstate] != source) {
159 sources_[arc.nextstate] = source;
  /external/protobuf/src/google/protobuf/
descriptor_database.cc 453 sources_.push_back(source1);
454 sources_.push_back(source2);
458 : sources_(sources) {}
464 for (int i = 0; i < sources_.size(); i++) {
465 if (sources_[i]->FindFileByName(filename, output)) {
475 for (int i = 0; i < sources_.size(); i++) {
476 if (sources_[i]->FindFileContainingSymbol(symbol_name, output)) {
483 if (sources_[j]->FindFileByName(output->name(), &temp)) {
498 for (int i = 0; i < sources_.size(); i++) {
499 if (sources_[i]->FindFileContainingExtension
    [all...]
descriptor_database.h 359 vector<DescriptorDatabase*> sources_; member in class:google::protobuf::MergedDescriptorDatabase

Completed in 48 milliseconds