OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:blob_
(Results
1 - 2
of
2
) sorted by null
/hardware/ril/mock-ril/src/cpp/
node_buffer.cpp
85
struct
Blob_
{
90
typedef struct
Blob_
Blob;
137
blob_
= parent->blob();
138
blob_ref(
blob_
);
148
//fprintf(stderr, "free ascii slice (%d refs left)\n",
blob_
->refs);
149
blob_unref(
blob_
);
159
Blob *
blob_
;
242
blob_
= blob_new(length);
246
blob_ref(
blob_
);
255
blob_
= parent->blob_
[
all
...]
node_buffer.h
52
struct
Blob_
;
69
struct
Blob_
* blob() const { return
blob_
; }
93
size_t off_; // offset inside
blob_
94
size_t length_; // length inside
blob_
95
struct
Blob_
*
blob_
;
member in class:Buffer
Completed in 100 milliseconds