Home
last modified time | relevance | path

Searched refs:is_prototype (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/openssl/openssl/util/
Dfind-doc-nits356 my $is_prototype = 1;
387 $is_prototype = 0;
393 $is_prototype = 0;
414 if $is_prototype && $line =~ /[a-z0-9],[^\s]/;
/third_party/openssl/util/
Dfind-doc-nits356 my $is_prototype = 1;
387 $is_prototype = 0;
393 $is_prototype = 0;
414 if $is_prototype && $line =~ /[a-z0-9],[^\s]/;
/third_party/protobuf/src/google/protobuf/
Ddynamic_message.cc324 inline bool is_prototype() const { in is_prototype() function in google::protobuf::DynamicMessage
429 if (is_prototype()) { in SharedCtor()
589 if (!is_prototype()) { in ~DynamicMessage()
601 GOOGLE_CHECK(is_prototype()); in CrossLinkPrototypes()
/third_party/node/deps/v8/src/api/
Dapi-natives.cc44 bool is_prototype);
395 bool is_prototype) { in InstantiateObject() argument
442 if (is_prototype) JSObject::OptimizeAsPrototype(object); in InstantiateObject()
449 if (!is_prototype) { in InstantiateObject()
/third_party/ltp/tools/sparse/sparse-src/
Dsparse-llvm.c1251 static int is_prototype(struct symbol *sym) in is_prototype() function
1266 if (is_prototype(sym)) { in compile()
/third_party/node/deps/v8/src/ic/
Daccessor-assembler.cc2585 Label is_prototype(this), cont(this); in InvalidateValidityCellIfPrototype() local
2594 &is_prototype, &cont); in InvalidateValidityCellIfPrototype()
2596 BIND(&is_prototype); in InvalidateValidityCellIfPrototype()