Home
last modified time | relevance | path

Searched refs:message_path (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/compiler/
Dpython_generator_helpers.h82 DescriptorVector message_path; in GetModuleAndMessagePath() local
84 message_path.push_back(path_elem_type); in GetModuleAndMessagePath()
101 for (DescriptorVector::reverse_iterator path_iter = message_path.rbegin(); in GetModuleAndMessagePath()
102 path_iter != message_path.rend(); ++path_iter) { in GetModuleAndMessagePath()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dmetadata_test.cc148 std::vector<int> message_path; in TEST_F() local
149 message_path.push_back(FileDescriptorProto::kMessageTypeFieldNumber); in TEST_F()
150 message_path.push_back(0); in TEST_F()
152 atu::FindAnnotationOnPath(info, "test.proto", message_path); in TEST_F()
/external/rust/crates/grpcio-sys/grpc/src/compiler/
Dpython_generator_helpers.h98 DescriptorVector message_path; in GetModuleAndMessagePath() local
100 message_path.push_back(path_elem_type); in GetModuleAndMessagePath()
117 for (DescriptorVector::reverse_iterator path_iter = message_path.rbegin(); in GetModuleAndMessagePath()
118 path_iter != message_path.rend(); ++path_iter) { in GetModuleAndMessagePath()