Home
last modified time | relevance | path

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

/external/dbus/dbus/
Ddbus-types.h164 dbus_bool_t bool_val; /**< as boolean */ member
/external/selinux/checkpolicy/
Dpolicy_parse.y348 bool_def : BOOL identifier bool_val ';'
351 tunable_def : TUNABLE identifier bool_val ';'
354 bool_val : CTRUE
/external/webrtc/talk/app/webrtc/
Dstatstypes.h297 bool bool_val() const;
Dstatstypes.cc376 bool StatsReport::Value::bool_val() const { in bool_val() function in webrtc::StatsReport::Value