OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:map_slot
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_bootstrap_unittest.cc
108
string**
map_slot
= &files_[filename];
local
109
if (*
map_slot
!= NULL) delete *
map_slot
;
110
*
map_slot
= new string;
112
return new io::StringOutputStream(*
map_slot
);
/external/protobuf/src/google/protobuf/compiler/cpp/
cpp_bootstrap_unittest.cc
108
string**
map_slot
= &files_[filename];
local
109
if (*
map_slot
!= NULL) delete *
map_slot
;
110
*
map_slot
= new string;
112
return new io::StringOutputStream(*
map_slot
);
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
command_line_interface.cc
426
string**
map_slot
= &files_["META-INF/MANIFEST.MF"];
local
427
if (*
map_slot
== NULL) {
428
*
map_slot
= new string(
469
string**
map_slot
= &directory_->files_[filename_];
local
473
if (*
map_slot
!= NULL) {
479
*
map_slot
= new string;
480
(*
map_slot
)->swap(data_);
490
if (*
map_slot
== NULL) {
496
string* target = *
map_slot
;
661
GeneratorContextImpl**
map_slot
= &output_directories[output_location]
local
[
all
...]
/external/protobuf/src/google/protobuf/compiler/
command_line_interface.cc
407
string**
map_slot
= &files_["META-INF/MANIFEST.MF"];
local
408
if (*
map_slot
== NULL) {
409
*
map_slot
= new string(
450
string**
map_slot
= &directory_->files_[filename_];
local
454
if (*
map_slot
!= NULL) {
460
*
map_slot
= new string;
461
(*
map_slot
)->swap(data_);
471
if (*
map_slot
== NULL) {
477
string* target = *
map_slot
;
620
MemoryOutputDirectory**
map_slot
= &output_directories[output_location]
local
[
all
...]
Completed in 486 milliseconds