Home
last modified time | relevance | path

Searched defs:Singular (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgst-i18n-app.h40 #define ngettext(Singular,Plural,Count) ((Count>1)?Plural:Singular) argument
Dgst-i18n-lib.h43 #define ngettext(Singular,Plural,Count) ((Count>1)?Plural:Singular) argument
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/
Dgst-i18n-plugin.h41 #define ngettext(Singular,Plural,Count) ((Count>1)?Plural:Singular) argument
/third_party/gstreamer/gstplugins_base/gst-libs/gst/
Dgst-i18n-app.h40 #define ngettext(Singular,Plural,Count) ((Count>1)?Plural:Singular) argument
/third_party/gstreamer/gstplugins_good/gst-libs/gst/
Dgst-i18n-plugin.h43 #define ngettext(Singular,Plural,Count) ((Count>1)?Plural:Singular) argument
/third_party/protobuf/src/google/protobuf/
Dextension_set.h936 typedef PrimitiveTypeTraits<Type> Singular; typedef
1059 typedef StringTypeTraits Singular; in PROTOBUF_DEFINE_PRIMITIVE_TYPE() typedef
1142 typedef EnumTypeTraits<Type, IsValid> Singular; typedef
1228 typedef MessageTypeTraits<Type> Singular; typedef