Searched defs:current_path (Results 1 – 13 of 13) sorted by relevance
48 fn current_path(&self) -> ProtobufAbsPath { in current_path() method109 let current_path = self.current_path(); in find_message_or_enum() localVariable
75 fn current_path(&self) -> ProtobufAbsPath { in current_path() method
125 PathStatus current_path = filepath_queue_.top(); in GetNextInternal() local287 const PathStatus current_path = filepath_queue_.top(); in UpdateIterator() local
91 inline _LIBCPP_HIDE_FROM_ABI path current_path() { return __current_path(); } in current_path() function92 inline _LIBCPP_HIDE_FROM_ABI path current_path(error_code& __ec) { return __current_path(&__ec); } in current_path() function93 inline _LIBCPP_HIDE_FROM_ABI void current_path(const path& __p) { __current_path(__p); } in current_path() function94 inline _LIBCPP_HIDE_FROM_ABI void current_path(const path& __p, error_code& __ec) noexcept { __curr… in current_path() function
321 std::string current_path = in MergeToFieldMask() local444 std::string current_path = in MergeLeafNodesToTree() local
739 StringPiece current_path(path); in Set() local808 StringPiece current_path(path); in Get() local1059 StringPiece current_path(path); in Remove() local
614 const std::string& current_path, MatchOptions* match_options, in RetrieveSnippetForSection()
46 static const char *current_path; variable
928 FilePath current_path = base; in VerifyPathControlledByUser() local
3545 GHC_INLINE path current_path() in current_path() function3555 GHC_INLINE path current_path(std::error_code& ec) in current_path() function3577 GHC_INLINE void current_path(const path& p) in current_path() function3586 GHC_INLINE void current_path(const path& p, std::error_code& ec) noexcept in current_path() function
1112 FilePath current_path = base; in VerifyPathControlledByUser() local
561 char *current_path; member