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

  /external/libchrome/base/
scoped_observer.h 31 sources_.push_back(source);
37 auto it = std::find(sources_.begin(), sources_.end(), source);
38 DCHECK(it != sources_.end());
39 sources_.erase(it);
44 for (size_t i = 0; i < sources_.size(); ++i)
45 sources_[i]->RemoveObserver(observer_);
46 sources_.clear();
50 return base::ContainsValue(sources_, source);
53 bool IsObservingSources() const { return !sources_.empty();
58 std::vector<Source*> sources_; member in class:ScopedObserver
    [all...]
  /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 362 vector<DescriptorDatabase*> sources_; member in class:google::protobuf::MergedDescriptorDatabase
  /frameworks/base/tools/aapt2/process/
SymbolTable.cpp 54 sources_.push_back(std::move(source));
61 sources_.insert(sources_.begin(), std::move(source));
94 std::unique_ptr<Symbol> symbol = delegate_->FindByName(*mangled_name, sources_);
123 std::unique_ptr<Symbol> symbol = delegate_->FindById(id, sources_);
SymbolTable.h 105 std::vector<std::unique_ptr<ISymbolSource>> sources_; member in class:aapt::SymbolTable
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor_database.h 360 vector<DescriptorDatabase*> sources_; member in class:google::protobuf::MergedDescriptorDatabase
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor_database.h 360 vector<DescriptorDatabase*> sources_; member in class:google::protobuf::MergedDescriptorDatabase
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor_database.h 360 vector<DescriptorDatabase*> sources_; member in class:google::protobuf::MergedDescriptorDatabase
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor_database.h 362 vector<DescriptorDatabase*> sources_; member in class:google::protobuf::MergedDescriptorDatabase
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
descriptor_database.h 360 vector<DescriptorDatabase*> sources_; member in class:google::protobuf::MergedDescriptorDatabase
  /external/deqp/modules/gles2/performance/
es2pShaderOptimizationTests.cpp 121 ProgramData (const glu::ProgramSources& sources_, const vector<gls::AttribSpec>& attributes_ = vector<gls::AttribSpec>()) : sources(sources_), attributes(attributes_) {}
122 ProgramData (const glu::ProgramSources& sources_, const gls::AttribSpec& attribute) : sources(sources_), attributes(1, attribute) {}
    [all...]
  /external/deqp/modules/gles3/performance/
es3pShaderOptimizationTests.cpp 121 ProgramData (const glu::ProgramSources& sources_, const vector<gls::AttribSpec>& attributes_ = vector<gls::AttribSpec>()) : sources(sources_), attributes(attributes_) {}
122 ProgramData (const glu::ProgramSources& sources_, const gls::AttribSpec& attribute) : sources(sources_), attributes(1, attribute) {}
    [all...]

Completed in 308 milliseconds