Home
last modified time | relevance | path

Searched defs:Any (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/WellKnownTypes/
DAny.cs110 public sealed partial class Any : pb::IMessage<Any> { class
126 public Any() { in Any() method in Google.Protobuf.WellKnownTypes.Any
133 public Any(Any other) : this() { in Any() method in Google.Protobuf.WellKnownTypes.Any
DAnyPartial.cs37 public partial class Any class
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dany.proto113 message Any { message
Dany.pb.h41 class Any; variable
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dutility.h54 class Any; variable
/frameworks/base/startop/scripts/app_startup/
Dapp_startup_runner.py126 def dict_lookup_any_key(dictionary: dict, *keys: List[Any]):
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Dwell_known_types.py66 class Any(object): class