OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CustomWriteOnlyAccessor
(Results
1 - 5
of
5
) sorted by null
/system/connectivity/shill/
property_accessor.h
146
// If the property is write-only, use
CustomWriteOnlyAccessor
instead.
167
DCHECK(getter); // otherwise, use
CustomWriteOnlyAccessor
209
//
CustomWriteOnlyAccessor
<> allows a custom writer method to be provided.
213
class
CustomWriteOnlyAccessor
: public AccessorInterface<T> {
222
CustomWriteOnlyAccessor
(C* target,
238
~
CustomWriteOnlyAccessor
() override {}
262
DISALLOW_COPY_AND_ASSIGN(
CustomWriteOnlyAccessor
);
property_accessor_unittest.cc
463
CustomWriteOnlyAccessor
<StringWrapper, string> accessor(
475
CustomWriteOnlyAccessor
<StringWrapper, string> accessor(
481
//
CustomWriteOnlyAccessor
template passes through the return
490
CustomWriteOnlyAccessor
<StringWrapper, string> accessor(
505
CustomWriteOnlyAccessor
<StringWrapper, string> accessor(
516
CustomWriteOnlyAccessor
<StringWrapper, string> accessor(
522
//
CustomWriteOnlyAccessor
template passes through the return
530
CustomWriteOnlyAccessor
<StringWrapper, string> accessor(
eap_credentials.cc
522
new
CustomWriteOnlyAccessor
<EapCredentials, string>(
/system/connectivity/shill/vpn/
third_party_vpn_driver.cc
111
new
CustomWriteOnlyAccessor
<ThirdPartyVpnDriver, std::string>(
/system/connectivity/shill/wifi/
wifi_service.cc
569
new
CustomWriteOnlyAccessor
<WiFiService, string>(
[
all
...]
Completed in 386 milliseconds