OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:interfaces_
(Results
1 - 7
of
7
) sorted by null
/development/host/windows/usb/api/
adb_interface_enum.cpp
29
current_interface_ =
interfaces_
.begin();
49
&
interfaces_
);
54
current_interface_ =
interfaces_
.begin();
73
if (
interfaces_
.end() == current_interface_) {
100
current_interface_ =
interfaces_
.begin();
adb_interface_enum.h
92
AdbEnumInterfaceArray
interfaces_
;
member in class:AdbInterfaceEnumObject
/external/dbus-binding-generator/chromeos-dbus-bindings/
xml_interface_parser.cc
92
auto p = std::remove_if(
interfaces_
.begin(),
interfaces_
.end(), condition);
93
interfaces_
.erase(p,
interfaces_
.end());
121
interfaces_
.push_back(std::move(itf));
125
interfaces_
.back().methods.push_back(
130
interfaces_
.back().signals.push_back(
135
interfaces_
.back().properties.push_back(ParseProperty(attributes,
156
Interface::Method& method =
interfaces_
.back().methods.back();
202
doc_string_ptr = &(
interfaces_
.back().doc_string)
[
all
...]
xml_interface_parser.h
35
const std::vector<Interface>& interfaces() const { return
interfaces_
; }
123
std::vector<Interface>
interfaces_
;
member in class:chromeos_dbus_bindings::XmlInterfaceParser
/external/libbrillo/brillo/dbus/
dbus_object.cc
167
auto iter =
interfaces_
.find(interface_name);
168
if (iter ==
interfaces_
.end()) {
174
iter =
interfaces_
.insert(std::make_pair(interface_name,
182
auto itf_iter =
interfaces_
.find(interface_name);
183
return (itf_iter ==
interfaces_
.end()) ? nullptr : itf_iter->second.get();
210
for (const auto& pair :
interfaces_
) {
245
for (const auto& pair :
interfaces_
) {
dbus_object.h
559
std::map<std::string, std::unique_ptr<DBusInterface>>
interfaces_
;
member in class:brillo::dbus_utils::DBusObject
/frameworks/wilhelm/src/
MPH_to.c
34
// update the #define for the corresponding
INTERFACES_
<Class>.
Completed in 342 milliseconds