Home
last modified time | relevance | path

Searched defs:path_end (Results 1 – 4 of 4) sorted by relevance

/third_party/grpc/src/core/lib/uri/
Duri_parser.cc188 size_t path_end = NOT_SET; in grpc_uri_parse() local
/third_party/boost/tools/quickbook/src/
Dpath.cpp68 path_end = path_parts.end(); in path_difference() local
/third_party/pulseaudio/src/modules/
Dmodule-rygel-media-server.c840 char *path_end = sink_path + sizeof(OBJECT_SINKS); in sinks_and_sources_handler() local
856 char *path_end = source_path + sizeof(OBJECT_SOURCES); in sinks_and_sources_handler() local
/third_party/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc2463 bool FollowPath(const Message& root, const int* path_begin, const int* path_end, in FollowPath()