Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dextension_set.h715 typedef Type ConstType; typedef
719 static inline ConstType Get(int number, const ExtensionSet& set,
720 ConstType default_value);
722 ConstType value, ExtensionSet* set);
728 typedef Type ConstType; typedef
739 static inline const RepeatedField<ConstType>&
827 typedef const string& ConstType; in PROTOBUF_DEFINE_PRIMITIVE_TYPE() typedef
832 ConstType default_value) { in PROTOBUF_DEFINE_PRIMITIVE_TYPE()
849 typedef const string& ConstType; typedef
909 typedef Type ConstType; typedef
[all …]
/frameworks/opt/gamesdk/samples/tuningfork/prototest/src/
Dgame.cc25 ann.SetExtension(car, (EnumTypeTraits<Car, Car_IsValid>::ConstType)(i)); in runWithNoGameEngine()
/frameworks/native/vulkan/api/templates/
Dvulkan_common.tmpl14 {{define "Type.Pointer" }}{{if $.Type.Const}}{{Node "ConstType" $.Type.To}}{{else}}{{Node "Type"…
33 {{define "ConstType.Pointer"}}{{Node "Type" $.Type}} const{{end}}
Dvk_xml.tmpl374 {{define "XML.Type.Pointer" }}{{if $.Type.Const}}{{Node "XML.ConstType" $.Type.To}}{{else}}{{Nod…
390 {{define "XML.ConstType.Pointer"}}{{Node "XML.Type" $.Type}} const{{end}}