Home
last modified time | relevance | path

Searched refs:prefix_ (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/npm/node_modules/archy/
H A Dindex.js26 var prefix_ = prefix + (last ? ' ' : chr('│')) + ' ';
31 + archy(node, prefix_, opts).slice(prefix.length + 2)
/third_party/node/deps/v8/src/runtime/
H A Druntime-strings.cc35 : match_(match), prefix_(prefix), suffix_(suffix) {} in RUNTIME_FUNCTION()
38 Handle<String> GetPrefix() override { return prefix_; } in RUNTIME_FUNCTION()
53 Handle<String> match_, prefix_, suffix_; in RUNTIME_FUNCTION() member in v8::internal::SimpleMatch
/third_party/node/src/
H A Dnode_sockaddr.cc456 int prefix_) in SocketAddressMaskRule()
458 prefix(prefix_) {} in SocketAddressMaskRule()
454 SocketAddressMaskRule( const std::shared_ptr<SocketAddress>& network_, int prefix_) SocketAddressMaskRule() argument
/third_party/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h1020 explicit StartsWithMatcher(const StringType& prefix) : prefix_(prefix) {} in StartsWithMatcher()
1050 return s2.length() >= prefix_.length() && in MatchAndExplain()
1051 s2.substr(0, prefix_.length()) == prefix_; in MatchAndExplain()
1056 UniversalPrint(prefix_, os); in DescribeTo()
1061 UniversalPrint(prefix_, os); in DescribeNegationTo()
1065 const StringType prefix_; member in testing::internal::StartsWithMatcher
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc323 prefix_ += ascii_tolower(prefix[i]); in PrefixRemover()
343 // Skip past prefix_ in str if we can. in MaybeRemove()
344 for (i = 0, j = 0; i < str.size() && j < prefix_.size(); i++) { in MaybeRemove()
349 if (ascii_tolower(str[i]) != prefix_[j++]) { in MaybeRemove()
356 if (j < prefix_.size()) { in MaybeRemove()
376 std::string prefix_; member in google::protobuf::__anon16981::PrefixRemover
2379 : options_(options), prefix_(prefix) { in SourceLocationCommentPrinter()
2389 : options_(options), prefix_(prefix) { in SourceLocationCommentPrinter()
2423 strings::SubstituteAndAppend(&output, "$0// $1\n", prefix_, line); in FormatComment()
2433 std::string prefix_; member in google::protobuf::__anon16983::SourceLocationCommentPrinter
[all...]
/third_party/elfutils/libcpu/
H A Di386_disasm.c151 #define newpref(pref) [idx_##pref] = prefix_##pref

Completed in 19 milliseconds