HomeSort by relevance Sort by last modified time
    Searched full:is_prototype (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/v8/src/
type-info.h 47 bool* is_prototype);
type-info.cc 270 SmallMapList* receiver_types, bool* is_prototype) {
273 *is_prototype = LoadIsStub(id, &proto_stub);
274 if (!*is_prototype) {
typing.cc 488 bool is_prototype; local
490 id, name, expr->GetReceiverTypes(), &is_prototype);
491 expr->set_is_function_prototype(is_prototype);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
dynamic_message.cc 214 inline bool is_prototype() const { function in class:google::protobuf::DynamicMessage
289 if (is_prototype()) {
384 if (!is_prototype()) {
396 GOOGLE_CHECK(is_prototype());
  /external/protobuf/src/google/protobuf/
dynamic_message.cc 202 inline bool is_prototype() const { function in class:google::protobuf::DynamicMessage
277 if (is_prototype()) {
372 !is_prototype()) {
383 GOOGLE_CHECK(is_prototype());
  /prebuilts/misc/linux-x86/protobuf/
aprotoc 

Completed in 523 milliseconds