Searched defs:Singular (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstreamer/gst/ |
D | gst-i18n-app.h | 40 #define ngettext(Singular,Plural,Count) ((Count>1)?Plural:Singular) argument
|
D | gst-i18n-lib.h | 43 #define ngettext(Singular,Plural,Count) ((Count>1)?Plural:Singular) argument
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/ |
D | gst-i18n-plugin.h | 41 #define ngettext(Singular,Plural,Count) ((Count>1)?Plural:Singular) argument
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/ |
D | gst-i18n-app.h | 40 #define ngettext(Singular,Plural,Count) ((Count>1)?Plural:Singular) argument
|
/third_party/gstreamer/gstplugins_good/gst-libs/gst/ |
D | gst-i18n-plugin.h | 43 #define ngettext(Singular,Plural,Count) ((Count>1)?Plural:Singular) argument
|
/third_party/protobuf/src/google/protobuf/ |
D | extension_set.h | 936 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
|