Home
last modified time | relevance | path

Searched refs:raw_string (Results 1 – 15 of 15) sorted by relevance

/external/perfetto/src/trace_processor/importers/json/
Djson_utils.cc120 base::Optional<Json::Value> ParseJsonString(base::StringView raw_string) { in ParseJsonString() argument
126 const char* begin = raw_string.data(); in ParseJsonString()
127 return reader.parse(begin, begin + raw_string.size(), value) in ParseJsonString()
131 perfetto::base::ignore_result(raw_string); in ParseJsonString()
Djson_utils.h50 base::Optional<Json::Value> ParseJsonString(base::StringView raw_string);
/external/v8/src/ast/
Dast-value-factory.cc314 const AstRawString* raw_string) { in CloneFromOtherFactory() argument
316 raw_string->hash_field(), raw_string->is_one_byte(), in CloneFromOtherFactory()
317 Vector<const byte>(raw_string->raw_data(), raw_string->byte_length())); in CloneFromOtherFactory()
Dast-value-factory.h338 const AstRawString* CloneFromOtherFactory(const AstRawString* raw_string);
/external/v8/src/interpreter/
Dconstant-array-builder.h74 size_t Insert(const AstRawString* raw_string);
123 explicit Entry(const AstRawString* raw_string) in Entry() argument
124 : raw_string_(raw_string), tag_(Tag::kRawString) {} in Entry()
Dconstant-array-builder.cc242 size_t ConstantArrayBuilder::Insert(const AstRawString* raw_string) { in Insert() argument
244 .LookupOrInsert(reinterpret_cast<intptr_t>(raw_string), in Insert()
245 raw_string->Hash(), in Insert()
246 [&]() { return AllocateIndex(Entry(raw_string)); }) in Insert()
Dbytecode-array-builder.h90 BytecodeArrayBuilder& LoadLiteral(const AstRawString* raw_string);
501 size_t GetConstantPoolEntry(const AstRawString* raw_string);
Dbytecode-array-builder.cc624 const AstRawString* raw_string) { in LoadLiteral() argument
625 size_t entry = GetConstantPoolEntry(raw_string); in LoadLiteral()
1540 const AstRawString* raw_string) { in GetConstantPoolEntry() argument
1541 return constant_array_builder()->Insert(raw_string); in GetConstantPoolEntry()
/external/v8/src/objects/
Dstring-table.h78 Address raw_string);
Dtemplate-objects.cc62 isolate->factory()->raw_string(), &raw_desc, in GetTemplateObject()
Dstring-table.cc646 Address raw_string) { in TryStringToIndexOrLookupExisting() argument
647 String string = String::cast(Object(raw_string)); in TryStringToIndexOrLookupExisting()
/external/v8/src/builtins/
Dbuiltins-string.cc429 Handle<String> raw_string = in BUILTIN() local
438 isolate, raw, Object::GetProperty(isolate, cooked, raw_string)); in BUILTIN()
/external/rust/crates/proc-macro2/src/
Dfallback.rs959 raw_string
1024 raw_string
1070 fn raw_string(input: Cursor) -> PResult<()> { in raw_string() function
/external/v8/src/init/
Dheap-symbols.h275 V(_, raw_string, "raw") \
/external/tensorflow/tensorflow/python/framework/
Dops.py115 self.raw_string = None
140 self.raw_string = device_name_or_function
5543 if device_spec.raw_string:
5545 context_manager_input = device_spec.raw_string