Home
last modified time | relevance | path

Searched refs:GValue (Results 1 – 10 of 10) sorted by relevance

/external/libbrillo/brillo/glib/
Dobject.h146 inline T RawCast(const ::GValue& x) {
156 inline const char* RawCast<const char*>(const ::GValue& x) {
160 inline double RawCast<double>(const ::GValue& x) {
164 inline bool RawCast<bool>(const ::GValue& x) {
168 inline ::uint32_t RawCast< ::uint32_t>(const ::GValue& x) {
172 inline ::uint8_t RawCast< ::uint8_t>(const ::GValue& x) {
176 inline ::int64_t RawCast< ::int64_t>(const ::GValue& x) {
180 inline ::int32_t RawCast< ::int32_t>(const ::GValue& x) {
184 inline void RawSet(GValue* x, const std::string& v) {
187 inline void RawSet(GValue* x, const char* v) {
[all …]
/external/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp433 const GlobalValue *GValue = CalleeMO.getGlobal(); in LowerPATCHPOINT() local
434 MCSymbol *MOSymbol = getSymbol(GValue); in LowerPATCHPOINT()
478 const GlobalValue *GValue = MO.getGlobal(); in EmitTlsCall() local
479 MCSymbol *MOSymbol = getSymbol(GValue); in EmitTlsCall()
773 const GlobalValue *GValue = MO.getGlobal(); in EmitInstruction() local
774 MCSymbol *MOSymbol = getSymbol(GValue); in EmitInstruction()
792 const GlobalValue *GValue = MO.getGlobal(); in EmitInstruction() local
793 MCSymbol *MOSymbol = getSymbol(GValue); in EmitInstruction()
851 const GlobalValue *GValue = MO.getGlobal(); in EmitInstruction() local
852 MCSymbol *MOSymbol = getSymbol(GValue); in EmitInstruction()
[all …]
/external/avahi/avahi-gobject/
Dga-client.c79 const GValue * value, GParamSpec * pspec) { in ga_client_set_property()
96 GValue * value, GParamSpec * pspec) { in ga_client_get_property()
Dga-record-browser.c83 const GValue * value, GParamSpec * pspec) { in ga_record_browser_set_property()
116 GValue * value, GParamSpec * pspec) { in ga_record_browser_get_property()
Dga-service-resolver.c96 const GValue * value, GParamSpec * pspec) { in ga_service_resolver_set_property()
132 GValue * value, GParamSpec * pspec) { in ga_service_resolver_get_property()
Dga-service-browser.c91 const GValue * value, GParamSpec * pspec) { in ga_service_browser_set_property()
120 GValue * value, GParamSpec * pspec) { in ga_service_browser_get_property()
Dga-entry-group.c97 GValue * value, GParamSpec * pspec) { in ga_entry_group_get_property()
/external/avahi/avahi-ui/
Davahi-ui.c125 static void aui_service_dialog_set_property(GObject *object, guint prop_id, const GValue *value, GP…
126 static void aui_service_dialog_get_property(GObject *object, guint prop_id, GValue *value, GParamSp…
1387 static void aui_service_dialog_set_property(GObject *object, guint prop_id, const GValue *value, GP… in aui_service_dialog_set_property()
1425 static void aui_service_dialog_get_property(GObject *object, guint prop_id, GValue *value, GParamSp… in aui_service_dialog_get_property()
/external/opencv3/modules/videoio/src/
Dcap_gstreamer.cpp672 GValue value = G_VALUE_INIT; in open()
1250 GValue value = G_VALUE_INIT; in open()
/external/dbus/
DChangeLog.pre-1-02360 * glib/dbus-gobject.c: Append a GValue instead of a basic type in
3927 const GValue instead of GValue.
3972 (dbus_g_type_map_value_iterate): Take const GValue.
5436 Stores a GValue in a pointer to a value of its corresponding C
5893 initialization of GValue from dbus type to here.
5899 glib C type (not GValue).
5934 converts dbus message arguments into a GValue array. Used for both
5942 (get_object_property): Be sure to zero-initalize stack-allocated GValue.
5953 message, turns it into a GValue array, then invokes the marshaller