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

  /external/libmojo/mojo/edk/js/
core.cc 105 v8::Handle<v8::Value> options_value = args.PeekNext(); local
106 if (options_value.IsEmpty() || options_value->IsNull() ||
107 options_value->IsUndefined()) {
109 } else if (options_value->IsObject()) {
110 gin::Dictionary options_dict(args.isolate(), options_value->ToObject());
202 v8::Handle<v8::Value> options_value = args.PeekNext(); local
203 if (options_value.IsEmpty() || options_value->IsNull() ||
204 options_value->IsUndefined())
    [all...]
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 482 printer_->Print("options=$options_value$,\n",
483 "options_value",
555 m["options_value"] = OptionsValue("ServiceOptions", options_string);
561 "options=$options_value$,\n";
579 m["options_value"] = OptionsValue("MethodOptions", options_string);
590 "options=$options_value$,\n");
683 "options=$options_value$,\n"
686 "options_value", OptionsValue("MessageOptions", options_string),
    [all...]

Completed in 66 milliseconds