Home
last modified time | relevance | path

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

/third_party/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
/third_party/protobuf/docs/
Dimplementing_proto3_presence.md307 ### API Changes
339 ### Implementation Changes
368 ### Validating Descriptors
/third_party/protobuf/docs/upb/
Ddesign.md351 ### Reflection subsection
357 [^1]: upb consistently uses `Def` where C++ would use `Descriptor` in type
383 #### Loading
/third_party/python/Doc/c-api/
Dreflection.rst5 Reflection title
/third_party/protobuf/editions/
Dgenerated_reflection_test.cc20 TEST(Generated, Reflection) { in TEST() argument
/third_party/protobuf/docs/csharp/
Dproto2.md152 ### Reflection subsection in APIs
/third_party/protobuf/python/google/protobuf/pyext/
Dmessage.h28 class Reflection; variable
/third_party/protobuf/src/google/protobuf/
Ddescriptor.h117 class Reflection; variable
1064 friend class Reflection; variable
1291 friend class Reflection; variable
1501 friend class Reflection; variable
1607 friend class Reflection; variable
Dmessage_lite.h58 class Reflection; variable
983 friend class Reflection; in GetNewImpl() variable
Dmessage.h127 class Reflection; variable
Drepeated_ptr_field.h54 class Reflection; variable
Dextension_set.h62 class Reflection; // message.h variable
Dtext_format.cc2066 const Message& /*message*/, const Reflection* /*reflection*/, in PrintFieldName()
Dgenerated_message_reflection.cc311 Reflection::Reflection(const Descriptor* descriptor, in Reflection() function in google::protobuf::Reflection
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Dgrid_sampler_2d_grad_cpu_kernel.h46 enum class GridSamplerPadding { Zeros, Border, Reflection }; enumerator
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DGetBindGroupLayoutValidationTests.cpp1020 TEST_F(GetBindGroupLayoutTests, Reflection) { in TEST_F() argument