Home
last modified time | relevance | path

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

/external/grpc-grpc/doc/
Dserver_reflection_tutorial.md11 ### Enable server reflection in C++ servers
57 ### List services
94 ### List methods
110 ### Inspect message types
128 ### Call a remote method
/external/caliper/caliper/src/main/java/com/google/caliper/util/
DReflection.java27 public final class Reflection { class
28 private Reflection() {} in Reflection() method in Reflection
/external/guava/guava/src/com/google/common/reflect/
DReflection.java33 public final class Reflection { class
97 private Reflection() {} in Reflection() method in Reflection
/external/python/cpython3/Doc/c-api/
Dreflection.rst5 Reflection title
/external/python/cpython2/Doc/c-api/
Dreflection.rst5 Reflection title
/external/protobuf/src/google/protobuf/
Dmessage.h133 class Reflection; variable
318 typedef google::protobuf::Reflection Reflection; typedef
403 inline Reflection() {} in Reflection() function
/external/protobuf/python/google/protobuf/pyext/
Dmessage.h49 class Reflection; variable