Searched refs:prefix_ (Results 1 – 8 of 8) sorted by relevance
/third_party/node/deps/npm/node_modules/archy/ |
D | index.js | 26 var prefix_ = prefix + (last ? ' ' : chr('│')) + ' '; 31 + archy(node, prefix_, opts).slice(prefix.length + 2)
|
/third_party/node/deps/v8/src/runtime/ |
D | runtime-strings.cc | 35 : 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::RUNTIME_FUNCTION::SimpleMatch
|
/third_party/node/src/ |
D | node_sockaddr.cc | 456 int prefix_) in SocketAddressMaskRule() argument 458 prefix(prefix_) {} in SocketAddressMaskRule()
|
/third_party/googletest/googlemock/include/gmock/ |
D | gmock-matchers.h | 1020 explicit StartsWithMatcher(const StringType& prefix) : prefix_(prefix) {} 1050 return s2.length() >= prefix_.length() && 1051 s2.substr(0, prefix_.length()) == prefix_; 1056 UniversalPrint(prefix_, os); 1061 UniversalPrint(prefix_, os); 1065 const StringType prefix_;
|
/third_party/protobuf/src/google/protobuf/ |
D | descriptor.cc | 323 prefix_ += ascii_tolower(prefix[i]); in PrefixRemover() 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::__anon285536650211::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::__anon285536650411::SourceLocationCommentPrinter
|
/third_party/elfutils/libcpu/ |
D | i386_disasm.c | 151 #define newpref(pref) [idx_##pref] = prefix_##pref
|
/third_party/vk-gl-cts/external/vulkan-docs/src/style/ |
D | markup.txt | 1041 | depth/stencil | packed (interleaved, combined, _other prefix_)
|
D | markup.adoc | 1084 | depth/stencil | packed (interleaved, combined, _other prefix_)
|