Home
last modified time | relevance | path

Searched refs:services_ (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/vr/libpdx/
Dservice_dispatcher.cpp84 services_.push_back(service); in AddService()
103 services_.erase(std::remove(services_.begin(), services_.end(), service), in RemoveService()
104 services_.end()); in RemoveService()
/frameworks/native/libs/vr/libpdx/private/pdx/
Dservice_dispatcher.h94 std::vector<std::shared_ptr<Service>> services_; variable
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.h1310 ServiceDescriptor* services_; variable
1854 return static_cast<int>(this - file_->services_); in index()
Ddescriptor.cc4730 CrossLinkService(&file->services_[i], proto.service(i)); in CrossLinkFile()